Searched defs:plh (Results 1 – 1 of 1) sorted by relevance
255 #define plh_lock(plh) while(!os_atomic_cmpxchg(&(plh)->plh_lock, 0, 1, acquire)) { loop_wait(); } argument256 #define plh_unlock(plh) os_atomic_store(&(plh)->plh_lock, 0, release); argument2951 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_est_size() local2977 struct port_label_hash plh = { in stackshot_plh_setup() local3076 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in stackshot_plh_lookup_locked() local3146 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in kdp_stackshot_plh_record_locked() local3223 struct port_label_hash *plh = &stackshot_ctx.sc_plh; in kdp_stackshot_plh_stats() local