Home
last modified time | relevance | path

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

/linux/kernel/futex/
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 …]
A Dfutex.h317 double_lock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_lock_hb() argument
319 if (hb1 > hb2) in double_lock_hb()
320 swap(hb1, hb2); in double_lock_hb()
322 spin_lock(&hb1->lock); in double_lock_hb()
323 if (hb1 != hb2) in double_lock_hb()
328 double_unlock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_unlock_hb() argument
330 spin_unlock(&hb1->lock); in double_unlock_hb()
331 if (hb1 != hb2) in double_unlock_hb()
A Dwaitwake.c257 struct futex_hash_bucket *hb1, *hb2; in futex_wake_op() local
270 hb1 = futex_hash(&key1); in futex_wake_op()
274 double_lock_hb(hb1, hb2); in futex_wake_op()
277 double_unlock_hb(hb1, hb2); in futex_wake_op()
301 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_wake_op()
330 double_unlock_hb(hb1, hb2); in futex_wake_op()
/linux/drivers/gpu/drm/amd/display/modules/info_packet/
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/drivers/gpu/drm/amd/display/modules/freesync/
A Dfreesync.c720 infopacket->hb1 = 0x01; in build_vrr_infopacket_header_v1()
739 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v1()
769 infopacket->hb1 = 0x02; in build_vrr_infopacket_header_v2()
787 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v2()
820 infopacket->hb1 = version; in build_vrr_infopacket_header_v3()
838 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v3()
863 checksum += infopacket->hb1; in build_vrr_infopacket_checksum()
/linux/drivers/gpu/drm/amd/display/include/
A Dset_mode_types.h51 uint8_t hb1; member
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn20/
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/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_vpg.c90 VPG_GENERIC_DATA_BYTE1, info_packet->hb1, in vpg3_update_generic_info_packet()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_types.h545 uint8_t hb1; member
554 uint8_t hb1; member
/linux/drivers/gpu/drm/amd/display/dc/dce/
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()
/linux/drivers/media/dvb-frontends/
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/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
A Ddcn31_hpo_dp_stream_encoder.c566 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn30/
A Ddcn30_dio_stream_encoder.c343 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in enc3_dp_set_dsc_pps_info_packet()
/linux/drivers/net/wireless/realtek/rtw89/
A Dcoex.c3351 struct btc_btinfo_hb1 hb1; member
7427 b->status.map.ble_connect = btinfo.hb1.ble_connect; in _update_bt_info()
7428 if (btinfo.hb1.ble_connect) in _update_bt_info()
7431 cx->cnt_bt[BTC_BCNT_REINIT] += !!(btinfo.hb1.reinit && !bt->reinit); in _update_bt_info()
7432 bt->reinit = btinfo.hb1.reinit; in _update_bt_info()
7434 b->relink.now = btinfo.hb1.relink; in _update_bt_info()
7436 bt->igno_wl = btinfo.hb1.igno_wl; in _update_bt_info()
7441 hid->type |= (btinfo.hb1.voice ? BTC_HID_RCU_VOICE : 0); in _update_bt_info()
7442 bt->ble_scan_en = btinfo.hb1.ble_scan; in _update_bt_info()
7445 b->role_sw = btinfo.hb1.role_sw; in _update_bt_info()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn10/
A Ddcn10_stream_encoder.c98 AFMT_GENERIC_HB1, info_packet->hb1, in enc1_update_generic_info_packet()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c4370 info_packet->hb1 = hdmi_info.packet_raw_data.hb1; in set_avi_info_frame()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm.c7439 out->hb1 = 0x01; /* version */ in fill_hdr_info_packet()
7448 out->hb1 = 0x87; /* type */ in fill_hdr_info_packet()

Completed in 94 milliseconds