Home
last modified time | relevance | path

Searched refs:hb2 (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/kernel/
Dfutex.c1491 double_lock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_lock_hb() argument
1493 if (hb1 <= hb2) { in double_lock_hb()
1495 if (hb1 < hb2) in double_lock_hb()
1496 spin_lock_nested(&hb2->lock, SINGLE_DEPTH_NESTING); in double_lock_hb()
1498 spin_lock(&hb2->lock); in double_lock_hb()
1504 double_unlock_hb(struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2) in double_unlock_hb() argument
1507 if (hb1 != hb2) in double_unlock_hb()
1508 spin_unlock(&hb2->lock); in double_unlock_hb()
1619 struct futex_hash_bucket *hb1, *hb2; in futex_wake_op() local
1633 hb2 = hash_futex(&key2); in futex_wake_op()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/include/
Dset_mode_types.h52 uint8_t hb2; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2299 info_packet->hb2 = hdmi_info.packet_raw_data.hb2; in set_avi_info_frame()
2404 info_packet->hb2 = (uint8_t) (length); in set_vendor_info_packet()
2410 checksum += info_packet->hb2; in set_vendor_info_packet()
2448 info_packet->hb2 = 0x08; in set_spd_info_packet()
2469 info_packet->hb2 = 0x1B; in set_spd_info_packet()
2529 checksum += info_packet->hb2; in set_spd_info_packet()
2582 info_packet->hb2 = 0x02; in set_vsc_info_packet()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_types.h529 uint8_t hb2; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c99 AFMT_GENERIC_HB2, info_packet->hb2, in enc1_update_generic_info_packet()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c111 AFMT_GENERIC_HB2, info_packet->hb2, in dce110_update_generic_info_packet()