/openbmc/linux/kernel/futex/ |
H A D | requeue.c | 85 futex_hb_waiters_inc(hb2); in requeue_futex() 87 q->lock_ptr = &hb2->lock; in requeue_futex() 443 hb2 = futex_hash(&key2); in futex_requeue() 446 futex_hb_waiters_inc(hb2); in futex_requeue() 447 double_lock_hb(hb1, hb2); in futex_requeue() 455 double_unlock_hb(hb1, hb2); in futex_requeue() 456 futex_hb_waiters_dec(hb2); in futex_requeue() 542 futex_hb_waiters_dec(hb2); in futex_requeue() 556 futex_hb_waiters_dec(hb2); in futex_requeue() 673 double_unlock_hb(hb1, hb2); in futex_requeue() [all …]
|
H A D | futex.h | 239 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() 245 if (hb1 != hb2) in double_lock_hb() 246 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb() 250 double_unlock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_unlock_hb() argument 253 if (hb1 != hb2) in double_unlock_hb() 254 spin_unlock(&hb2->lock); in double_unlock_hb()
|
H A D | waitwake.c | 242 struct futex_hash_bucket *hb1, *hb2; in futex_wake_op() local 256 hb2 = futex_hash(&key2); in futex_wake_op() 259 double_lock_hb(hb1, hb2); in futex_wake_op() 262 double_unlock_hb(hb1, hb2); in futex_wake_op() 300 plist_for_each_entry_safe(this, next, &hb2->chain, list) { in futex_wake_op() 315 double_unlock_hb(hb1, hb2); in futex_wake_op()
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/info_packet/ |
H A D | info_packet.c | 177 info_packet->hb2 = 0x04; in mod_build_vsc_infopacket() 200 info_packet->hb2 = 0x02; in mod_build_vsc_infopacket() 216 info_packet->hb2 = 0x01; // 01h = Revision number. VSC SDP supporting 3D stereo only in mod_build_vsc_infopacket() 289 info_packet->hb2 = 0x05; in mod_build_vsc_infopacket() 510 info_packet->hb2 = (uint8_t) (length); in mod_build_hf_vsif_infopacket() 514 checksum += info_packet->hb2; in mod_build_hf_vsif_infopacket() 557 info_packet->hb2 = AS_SDP_VER_1; in mod_build_adaptive_sync_infopacket_v1() 569 info_packet->hb2 = AS_SDP_VER_2; in mod_build_adaptive_sync_infopacket_v2()
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/freesync/ |
H A D | freesync.c | 726 infopacket->hb2 = 0x08; in build_vrr_infopacket_header_v1() 747 infopacket->hb2 = 0x1B; in build_vrr_infopacket_header_v1() 775 infopacket->hb2 = 0x09; in build_vrr_infopacket_header_v2() 795 infopacket->hb2 = 0x1B; in build_vrr_infopacket_header_v2() 826 infopacket->hb2 = 0x10; in build_vrr_infopacket_header_v3() 846 infopacket->hb2 = 0x1B; in build_vrr_infopacket_header_v3() 867 checksum += infopacket->hb2; in build_vrr_infopacket_checksum() 939 for (idx = infopacket->hb2; idx > 1; idx--) // Data Byte Count: 0x1B in build_vrr_infopacket_sdp_v1_3() 945 infopacket->hb2 = 0x1D; in build_vrr_infopacket_sdp_v1_3()
|
/openbmc/linux/drivers/gpu/drm/amd/display/include/ |
H A D | set_mode_types.h | 52 uint8_t hb2; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_vpg.c | 91 VPG_GENERIC_DATA_BYTE2, info_packet->hb2, in vpg3_update_generic_info_packet()
|
H A D | dcn30_dio_stream_encoder.c | 347 pps_sdp.hb2 = 127; in enc3_dp_set_dsc_pps_info_packet()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_stream_encoder.c | 250 AFMT_GENERIC_HB2, info_packet->hb2, in enc2_update_gsp7_128_info_packet() 312 pps_sdp.hb2 = 127; in enc2_dp_set_dsc_pps_info_packet()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_types.h | 560 uint8_t hb2; member 569 uint8_t hb2; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hpo_dp_stream_encoder.c | 563 pps_sdp.hb2 = 127; in dcn31_hpo_dp_stream_enc_set_dsc_pps_info_packet()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_stream_encoder.c | 99 AFMT_GENERIC_HB2, info_packet->hb2, in enc1_update_generic_info_packet()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_stream_encoder.c | 109 AFMT_GENERIC_HB2, info_packet->hb2, in dce110_update_generic_info_packet()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 2537 struct btc_btinfo_hb2 hb2; member 5626 pan->exist = btinfo.hb2.pan_active; in _update_bt_info() 5629 cx->cnt_bt[BTC_BCNT_AFH] += !!(btinfo.hb2.afh_update && !b->afh_update); in _update_bt_info() 5630 b->afh_update = btinfo.hb2.afh_update; in _update_bt_info() 5631 a2dp->active = btinfo.hb2.a2dp_active; in _update_bt_info() 5632 b->slave_role = btinfo.hb2.slave; in _update_bt_info() 5633 hid->slot_info = btinfo.hb2.hid_slot; in _update_bt_info() 5634 hid->pair_cnt = btinfo.hb2.hid_cnt; in _update_bt_info()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 3467 info_packet->hb2 = hdmi_info.packet_raw_data.hb2; in set_avi_info_frame()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 6735 out->hb2 = 0x1A; /* length */ in fill_hdr_info_packet() 6744 out->hb2 = 0x1D; /* payload len - 1 */ in fill_hdr_info_packet()
|