Home
last modified time | relevance | path

Searched refs:hb2 (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/futex/
H A Drequeue.c77 struct futex_hash_bucket *hb2, union futex_key *key2) in requeue_futex() argument
84 if (likely(&hb1->chain != &hb2->chain)) { in requeue_futex()
87 futex_hb_waiters_inc(hb2); in requeue_futex()
88 plist_add(&q->list, &hb2->chain); in requeue_futex()
89 q->lock_ptr = &hb2->lock; in requeue_futex()
282 struct futex_hash_bucket *hb2, union futex_key *key1, in futex_proxy_trylock_atomic() argument
336 ret = futex_lock_pi_atomic(pifutex, hb2, key2, ps, top_waiter->task, in futex_proxy_trylock_atomic()
345 requeue_pi_wake_futex(top_waiter, key2, hb2); in futex_proxy_trylock_atomic()
465 auto hb2 = hbr2.hb; in futex_requeue() local
467 futex_hb_waiters_inc(hb2); in futex_requeue()
[all …]
/linux/drivers/gpu/drm/amd/display/include/
H A Dset_mode_types.h52 uint8_t hb2; member
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_vpg.c91 VPG_GENERIC_DATA_BYTE2, info_packet->hb2, in vpg3_update_generic_info_packet()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c109 AFMT_GENERIC_HB2, info_packet->hb2, in dce110_update_generic_info_packet()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4704 struct btc_btinfo_hb2 hb2; member
9123 pan->active = !!btinfo.hb2.pan_active; in _update_bt_info()
9125 bt->bcnt[BTC_BCNT_AFH] += !!(btinfo.hb2.afh_update && !b->afh_update); in _update_bt_info()
9126 b->afh_update = btinfo.hb2.afh_update; in _update_bt_info()
9127 a2dp->active = btinfo.hb2.a2dp_active; in _update_bt_info()
9128 b->slave_role = btinfo.hb2.slave; in _update_bt_info()
9129 hid->slot_info = btinfo.hb2.hid_slot; in _update_bt_info()
9130 hid->pair_cnt = btinfo.hb2.hid_cnt; in _update_bt_info()