Searched refs:owner (Results 1 – 5 of 5) sorted by relevance
12 mtx->owner = LOCK_INVALID_OWNER_ID; in mutex_init()21 mtx->owner = LOCK_INVALID_OWNER_ID; in recursive_mutex_init()40 mtx->owner = caller; in __time_critical_func()52 if (mtx->owner == caller || !lock_is_owner_id_valid(mtx->owner)) { in __time_critical_func()53 mtx->owner = caller; in __time_critical_func()86 uint32_t owner; in __time_critical_func() local98 if (!lock_is_owner_id_valid(mtx->owner) || mtx->owner == caller) { in __time_critical_func()99 mtx->owner = caller; in __time_critical_func()138 mtx->owner = caller; in __time_critical_func()156 if (!lock_is_owner_id_valid(mtx->owner) || mtx->owner == caller) { in __time_critical_func()[all …]
49 lock_owner_id_t owner; //! owner id LOCK_INVALID_OWNER_ID for unowned member62 lock_owner_id_t owner; //! owner id LOCK_INVALID_OWNER_ID for unowned member306 ….core = { .spin_lock = (spin_lock_t *)1 /* marker for runtime_init */ }, .owner = 0, .enter_count …
12 "Licensor" shall mean the copyright owner or entity authorized by13 the copyright owner that is granting the License.51 submitted to Licensor for inclusion in the Work by the copyright owner53 the copyright owner. For the purposes of this definition, "submitted"60 designated in writing by the copyright owner as "Not a Contribution."189 Copyright {yyyy} {name of copyright owner}
41 return mutex->owner; in recursive_mutex_owner()
64 …ent, those claims which, without the appropriate permission of the patent owner, will be infringed…
Completed in 7 milliseconds