Home
last modified time | relevance | path

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

/linux/kernel/futex/
A Drequeue.c82 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()
370 struct futex_hash_bucket *hb1, *hb2; in futex_requeue() local
442 hb1 = futex_hash(&key1); in futex_requeue()
447 double_lock_hb(hb1, hb2); in futex_requeue()
455 double_unlock_hb(hb1, hb2); in futex_requeue()
541 double_unlock_hb(hb1, hb2); in futex_requeue()
555 double_unlock_hb(hb1, hb2); in futex_requeue()
644 requeue_futex(this, hb1, hb2, &key2); in futex_requeue()
[all …]
A Dfutex.h244 double_lock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_lock_hb() argument
246 if (hb1 > hb2) in double_lock_hb()
247 swap(hb1, hb2); in double_lock_hb()
249 spin_lock(&hb1->lock); in double_lock_hb()
250 if (hb1 != hb2) in double_lock_hb()
255 double_unlock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_unlock_hb() argument
257 spin_unlock(&hb1->lock); in double_unlock_hb()
258 if (hb1 != hb2) in double_unlock_hb()
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()
/linux/drivers/gpu/drm/amd/display/modules/info_packet/
A Dinfo_packet.c166 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
185 info_packet->hb1 = 0x07; // 07h = Packet Type Value indicating Video Stream Configuration packet in mod_build_vsc_infopacket()
257 info_packet->hb1 = 0x07; in mod_build_vsc_infopacket()
476 info_packet->hb1 = 0x01; in mod_build_hf_vsif_infopacket()
480 checksum += info_packet->hb1; in mod_build_hf_vsif_infopacket()
/linux/drivers/gpu/drm/amd/display/modules/freesync/
A Dfreesync.c684 infopacket->hb1 = 0x01; in build_vrr_infopacket_header_v1()
703 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v1()
733 infopacket->hb1 = 0x02; in build_vrr_infopacket_header_v2()
752 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v2()
785 infopacket->hb1 = version; in build_vrr_infopacket_header_v3()
803 infopacket->hb1 = DC_HDMI_INFOFRAME_TYPE_SPD; in build_vrr_infopacket_header_v3()
828 checksum += infopacket->hb1; in build_vrr_infopacket_checksum()
/linux/drivers/gpu/drm/amd/display/dc/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/include/
A Dset_mode_types.h51 uint8_t hb1; member
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_dio_stream_encoder.c60 info_packet_128->hb1 = info_packet->hb1; in convert_dc_info_packet_to_128()
361 pps_sdp.hb1 = DC_DP_INFOFRAME_TYPE_PPS; in enc3_dp_set_dsc_pps_info_packet()
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.h627 uint8_t hb1; member
636 uint8_t hb1; member
/linux/drivers/net/wireless/realtek/rtw89/
A Dcoex.c1860 struct btc_btinfo_hb1 hb1; member
4026 b->status.map.ble_connect = btinfo.hb1.ble_connect; in _update_bt_info()
4027 if (btinfo.hb1.ble_connect) in _update_bt_info()
4030 cx->cnt_bt[BTC_BCNT_REINIT] += !!(btinfo.hb1.reinit && !bt->reinit); in _update_bt_info()
4031 bt->reinit = btinfo.hb1.reinit; in _update_bt_info()
4033 b->relink.now = btinfo.hb1.relink; in _update_bt_info()
4035 bt->igno_wl = btinfo.hb1.igno_wl; in _update_bt_info()
4040 hid->type |= (btinfo.hb1.voice ? BTC_HID_RCU_VOICE : 0); in _update_bt_info()
4041 bt->ble_scan_en = btinfo.hb1.ble_scan; in _update_bt_info()
4044 b->role_sw = btinfo.hb1.role_sw; in _update_bt_info()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_stream_encoder.c111 AFMT_GENERIC_HB1, info_packet->hb1, in dce110_update_generic_info_packet()
766 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/dcn31/
A Ddcn31_hpo_dp_stream_encoder.c542 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/dcn10/
A Ddcn10_stream_encoder.c102 AFMT_GENERIC_HB1, info_packet->hb1, in enc1_update_generic_info_packet()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c2597 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.c7009 out->hb1 = 0x01; /* version */ in fill_hdr_info_packet()
7018 out->hb1 = 0x87; /* type */ in fill_hdr_info_packet()

Completed in 63 milliseconds