Searched refs:head2 (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | inet_hashtables.c | 193 spin_lock(&head2->lock); in __inet_put_port() 201 spin_unlock(&head2->lock); in __inet_put_port() 231 spin_lock(&head2->lock); in __inet_inherit_port() 235 spin_unlock(&head2->lock); in __inet_inherit_port() 280 spin_unlock(&head2->lock); in __inet_inherit_port() 288 spin_unlock(&head2->lock); in __inet_inherit_port() 936 spin_lock(&head2->lock); in __inet_bhash2_update_saddr() 939 spin_unlock(&head2->lock); in __inet_bhash2_update_saddr() 948 spin_lock(&head2->lock); in __inet_bhash2_update_saddr() 956 spin_unlock(&head2->lock); in __inet_bhash2_update_saddr() [all …]
|
A D | inet_connection_sock.c | 290 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local 302 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict() 310 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict() 314 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict() 329 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() local 378 spin_lock(&head2->lock); in inet_csk_find_open_port() 385 spin_unlock(&head2->lock); in inet_csk_find_open_port() 415 *head2_ret = head2; in inet_csk_find_open_port() 563 spin_lock(&head2->lock); in inet_csk_get_port() 570 net, head2, port, l3mdev, sk); in inet_csk_get_port() [all …]
|
/linux-6.3-rc2/drivers/video/fbdev/nvidia/ |
A D | nv_type.h | 79 u32 head2; member
|
A D | nvidia.c | 441 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) | 0x00001000; in nvidia_calc_regs() 449 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) & ~0x00001000; in nvidia_calc_regs()
|
A D | nv_hw.c | 1520 NV_WR32(par->PCRTC0, 0x2860, state->head2); in NVLoadStateExt() 1662 state->head2 = NV_RD32(par->PCRTC0, 0x2860); in NVUnloadStateExt()
|
/linux-6.3-rc2/kernel/ |
A D | pid.c | 373 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; in exchange_tids() local 376 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
|
/linux-6.3-rc2/drivers/video/fbdev/riva/ |
A D | riva_hw.h | 515 U032 head2; member
|
A D | fbdev.c | 788 newmode.ext.head2 = NV_RD32(par->riva.PCRTC0, 0x00002860) | in riva_load_video_mode() 796 newmode.ext.head2 = NV_RD32(par->riva.PCRTC0, 0x00002860) & in riva_load_video_mode()
|
A D | riva_hw.c | 1529 NV_WR32(chip->PCRTC0, 0x00002860, state->head2); in LoadStateExt() 1775 state->head2 = NV_RD32(chip->PCRTC0, 0x00002860); in UnloadStateExt()
|
/linux-6.3-rc2/kernel/events/ |
A D | core.c | 3399 #define double_list_for_each_entry(pos1, pos2, head1, head2, member) \ argument 3401 pos2 = list_first_entry(head2, typeof(*pos2), member); \ 3403 !list_entry_is_head(pos2, head2, member); \
|
Completed in 59 milliseconds