Home
last modified time | relevance | path

Searched refs:hb1 (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-6.6/kernel/futex/
H A Drequeue.c69 * @hb1: the source hash_bucket
74 void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, in requeue_futex() argument
82 if (likely(&hb1->chain != &hb2->chain)) { in requeue_futex()
83 plist_del(&q->list, &hb1->chain); in requeue_futex()
84 futex_hb_waiters_dec(hb1); in requeue_futex()
243 * @hb1: the from futex hash bucket, must be locked by the caller
255 * hb1 and hb2 must be held by the caller.
267 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, in futex_proxy_trylock_atomic() argument
290 top_waiter = futex_top_waiter(hb1, key1); in futex_proxy_trylock_atomic()
370 struct futex_hash_bucket *hb1, *hb in futex_requeue() local
[all...]
H A Dfutex.h239 double_lock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_lock_hb() argument
241 if (hb1 > hb2) in double_lock_hb()
242 swap(hb1, hb2); in double_lock_hb()
244 spin_lock(&hb1->lock); in double_lock_hb()
245 if (hb1 != hb2) in double_lock_hb()
250 double_unlock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_unlock_hb() argument
252 spin_unlock(&hb1->lock); in double_unlock_hb()
253 if (hb1 != hb2) in double_unlock_hb()
H A Dwaitwake.c242 struct futex_hash_bucket *hb1, *hb2; in futex_wake_op() local
255 hb1 = futex_hash(&key1); in futex_wake_op()
259 double_lock_hb(hb1, hb2); in futex_wake_op()
262 double_unlock_hb(hb1, hb2); in futex_wake_op()
286 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_wake_op()
315 double_unlock_hb(hb1, hb2); in futex_wake_op()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c176 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
199 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
218 info_packet->hb1 = 0x07; // 07h = Packet Type Value indicating Video Stream Configuration packet in mod_build_vsc_infopacket()
290 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
512 info_packet->hb1 = 0x01; in mod_build_hf_vsif_infopacket()
516 checksum += info_packet->hb1; in mod_build_hf_vsif_infopacket()
559 info_packet->hb1 = 0x22; in mod_build_adaptive_sync_infopacket_v1()
571 info_packet->hb1 = 0x22; in mod_build_adaptive_sync_infopacket_v2()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c167 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
186 info_packet->hb1 = 0x07; // 07h = Packet Type Value indicating Video Stream Configuration packet in mod_build_vsc_infopacket()
258 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
482 info_packet->hb1 = 0x01; in mod_build_hf_vsif_infopacket()
486 checksum += info_packet->hb1; in mod_build_hf_vsif_infopacket()
/kernel/linux/linux-5.10/kernel/futex/
H A Dcore.c1576 double_lock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_lock_hb() argument
1578 if (hb1 <= hb2) { in double_lock_hb()
1579 spin_lock(&hb1->lock); in double_lock_hb()
1580 if (hb1 < hb2) in double_lock_hb()
1582 } else { /* hb1 > hb2 */ in double_lock_hb()
1584 spin_lock_nested(&hb1->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
1589 double_unlock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_unlock_hb() argument
1591 spin_unlock(&hb1->lock); in double_unlock_hb()
1592 if (hb1 != hb2) in double_unlock_hb()
1700 struct futex_hash_bucket *hb1, *hb in futex_wake_op() local
1789 requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2, union futex_key *key2) requeue_futex() argument
1864 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2, union futex_key *key1, union futex_key *key2, struct futex_pi_state **ps, struct task_struct **exiting, int set_waiters) futex_proxy_trylock_atomic() argument
1937 struct futex_hash_bucket *hb1, *hb2; futex_requeue() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
H A Dset_mode_types.h51 uint8_t hb1; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/
H A Dset_mode_types.h51 uint8_t hb1; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c723 infopacket->hb1 = 0x01; in build_vrr_infopacket_header_v1()
742 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v1()
772 infopacket->hb1 = 0x02; in build_vrr_infopacket_header_v2()
790 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v2()
823 infopacket->hb1 = version; in build_vrr_infopacket_header_v3()
841 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v3()
866 checksum += infopacket->hb1; in build_vrr_infopacket_checksum()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c653 infopacket->hb1 = 0x01; in build_vrr_infopacket_header_v1()
672 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v1()
702 infopacket->hb1 = 0x02; in build_vrr_infopacket_header_v2()
721 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v2()
745 checksum += infopacket->hb1; in build_vrr_infopacket_checksum()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_vpg.c89 VPG_GENERIC_DATA_BYTE1, info_packet->hb1, in vpg3_update_generic_info_packet()
H A Ddcn30_dio_stream_encoder.c60 info_packet_128->hb1 = info_packet->hb1; in convert_dc_info_packet_to_128()
359 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in enc3_dp_set_dsc_pps_info_packet()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_stream_encoder.c222 ASSERT(info_packet->hb1 == DC_DP_INFOFRAME_TYPE_PPS); in enc2_update_gsp7_128_info_packet()
246 AFMT_GENERIC_HB1, info_packet->hb1, in enc2_update_gsp7_128_info_packet()
305 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in enc2_dp_set_dsc_pps_info_packet()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_stream_encoder.c225 ASSERT(info_packet->hb1 == DC_DP_INFOFRAME_TYPE_PPS); in enc2_update_gsp7_128_info_packet()
249 AFMT_GENERIC_HB1, info_packet->hb1, in enc2_update_gsp7_128_info_packet()
311 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in enc2_dp_set_dsc_pps_info_packet()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_vpg.c90 VPG_GENERIC_DATA_BYTE1, info_packet->hb1, in vpg3_update_generic_info_packet()
H A Ddcn30_dio_stream_encoder.c346 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in enc3_dp_set_dsc_pps_info_packet()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h654 uint8_t hb1; member
663 uint8_t hb1; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h558 uint8_t hb1; member
567 uint8_t hb1; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c108 AFMT_GENERIC_HB1, info_packet->hb1, in dce110_update_generic_info_packet()
750 info_frame->avi.hb1); in dce110_stream_encoder_update_hdmi_info_packets()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_stream_encoder.c562 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c112 AFMT_GENERIC_HB1, info_packet->hb1, in dce110_update_generic_info_packet()
767 info_frame->avi.hb1); in dce110_stream_encoder_update_hdmi_info_packets()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dmxl5xx.c330 u32 hb0, hb1; in firmware_is_alive() local
335 if (read_register(state, HYDRA_HEAR_BEAT, &hb1)) in firmware_is_alive()
337 if (hb1 == hb0) in firmware_is_alive()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dmxl5xx.c321 u32 hb0, hb1; in firmware_is_alive() local
326 if (read_register(state, HYDRA_HEAR_BEAT, &hb1)) in firmware_is_alive()
328 if (hb1 == hb0) in firmware_is_alive()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c2536 struct btc_btinfo_hb1 hb1; member
5602 b->status.map.ble_connect = btinfo.hb1.ble_connect; in _update_bt_info()
5603 if (btinfo.hb1.ble_connect) in _update_bt_info()
5606 cx->cnt_bt[BTC_BCNT_REINIT] += !!(btinfo.hb1.reinit && !bt->reinit); in _update_bt_info()
5607 bt->reinit = btinfo.hb1.reinit; in _update_bt_info()
5608 cx->cnt_bt[BTC_BCNT_RELINK] += !!(btinfo.hb1.relink && !b->relink.now); in _update_bt_info()
5609 b->relink.now = btinfo.hb1.relink; in _update_bt_info()
5610 cx->cnt_bt[BTC_BCNT_IGNOWL] += !!(btinfo.hb1.igno_wl && !bt->igno_wl); in _update_bt_info()
5611 bt->igno_wl = btinfo.hb1.igno_wl; in _update_bt_info()
5616 hid->type |= (btinfo.hb1 in _update_bt_info()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c99 AFMT_GENERIC_HB1, info_packet->hb1, in enc1_update_generic_info_packet()

Completed in 39 milliseconds

12