Home
last modified time | relevance | path

Searched refs:hb1 (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/kernel/futex/
H A Drequeue.c84 if (likely(&hb1->chain != &hb2->chain)) { in requeue_futex()
85 plist_del(&q->list, &hb1->chain); in requeue_futex()
86 futex_hb_waiters_dec(hb1); in requeue_futex()
374 struct futex_hash_bucket *hb1, *hb2; in futex_requeue() local
446 hb1 = futex_hash(&key1); in futex_requeue()
451 double_lock_hb(hb1, hb2); in futex_requeue()
459 double_unlock_hb(hb1, hb2); in futex_requeue()
545 double_unlock_hb(hb1, hb2); in futex_requeue()
559 double_unlock_hb(hb1, hb2); in futex_requeue()
648 requeue_futex(this, hb1, hb2, &key2); in futex_requeue()
[all …]
H A Dfutex.h377 double_lock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_lock_hb() argument
379 if (hb1 > hb2) in double_lock_hb()
380 swap(hb1, hb2); in double_lock_hb()
382 spin_lock(&hb1->lock); in double_lock_hb()
383 if (hb1 != hb2) in double_lock_hb()
388 double_unlock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_unlock_hb() argument
390 spin_unlock(&hb1->lock); in double_unlock_hb()
391 if (hb1 != hb2) in double_unlock_hb()
H A Dwaitwake.c256 struct futex_hash_bucket *hb1, *hb2; in futex_wake_op() local
269 hb1 = futex_hash(&key1); in futex_wake_op()
273 double_lock_hb(hb1, hb2); in futex_wake_op()
276 double_unlock_hb(hb1, hb2); in futex_wake_op()
300 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_wake_op()
329 double_unlock_hb(hb1, hb2); in futex_wake_op()
/linux-6.15/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c173 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
196 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
215 info_packet->hb1 = 0x07; // 07h = Packet Type Value indicating Video Stream Configuration packet in mod_build_vsc_infopacket()
287 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
509 info_packet->hb1 = 0x01; in mod_build_hf_vsif_infopacket()
513 checksum += info_packet->hb1; in mod_build_hf_vsif_infopacket()
554 info_packet->hb1 = 0x22; in mod_build_adaptive_sync_infopacket_v1()
566 info_packet->hb1 = 0x22; in mod_build_adaptive_sync_infopacket_v2()
/linux-6.15/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c708 infopacket->hb1 = 0x01; in build_vrr_infopacket_header_v1()
727 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v1()
757 infopacket->hb1 = 0x02; in build_vrr_infopacket_header_v2()
775 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v2()
808 infopacket->hb1 = version; in build_vrr_infopacket_header_v3()
826 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v3()
851 checksum += infopacket->hb1; in build_vrr_infopacket_checksum()
/linux-6.15/drivers/gpu/drm/amd/display/include/
H A Dset_mode_types.h51 uint8_t hb1; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dio/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()
/linux-6.15/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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h548 uint8_t hb1; member
557 uint8_t hb1; member
/linux-6.15/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()
749 info_frame->avi.hb1); in dce110_stream_encoder_update_hdmi_info_packets()
/linux-6.15/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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
H A Ddcn31_hpo_dp_stream_encoder.c567 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dio/dcn30/
H A Ddcn30_dio_stream_encoder.c343 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in enc3_dp_set_dsc_pps_info_packet()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c3379 struct btc_btinfo_hb1 hb1; member
7471 b->status.map.ble_connect = btinfo.hb1.ble_connect; in _update_bt_info()
7472 if (btinfo.hb1.ble_connect) { in _update_bt_info()
7475 else if (btinfo.hb1.voice) in _update_bt_info()
7481 cx->cnt_bt[BTC_BCNT_REINIT] += !!(btinfo.hb1.reinit && !bt->reinit); in _update_bt_info()
7482 bt->reinit = btinfo.hb1.reinit; in _update_bt_info()
7484 b->relink.now = btinfo.hb1.relink; in _update_bt_info()
7486 bt->igno_wl = btinfo.hb1.igno_wl; in _update_bt_info()
7491 bt->ble_scan_en = btinfo.hb1.ble_scan; in _update_bt_info()
7494 b->role_sw = btinfo.hb1.role_sw; in _update_bt_info()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dio/dcn10/
H A Ddcn10_stream_encoder.c98 AFMT_GENERIC_HB1, info_packet->hb1, in enc1_update_generic_info_packet()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4656 info_packet->hb1 = hdmi_info.packet_raw_data.hb1; in set_avi_info_frame()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7750 out->hb1 = 0x01; /* version */ in fill_hdr_info_packet()
7759 out->hb1 = 0x87; /* type */ in fill_hdr_info_packet()