Searched refs:head2 (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/net/ipv4/ |
D | inet_hashtables.c | 184 struct inet_bind_hashbucket *head, *head2; in __inet_put_port() local 191 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num); in __inet_put_port() 200 spin_lock(&head2->lock); in __inet_put_port() 208 spin_unlock(&head2->lock); in __inet_put_port() 225 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port() local 235 head2 = inet_bhashfn_portaddr(table, child, net, port); in __inet_inherit_port() 238 spin_lock(&head2->lock); in __inet_inherit_port() 242 spin_unlock(&head2->lock); in __inet_inherit_port() 262 spin_unlock(&head2->lock); in __inet_inherit_port() 275 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, child); in __inet_inherit_port() [all …]
|
D | inet_connection_sock.c | 290 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local 300 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port); in inet_bhash2_addr_any_conflict() 302 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict() 304 inet_bind_bucket_for_each(tb2, &head2->chain) 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 377 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port() 378 spin_lock(&head2->lock); in inet_csk_find_open_port() 379 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_find_open_port() [all …]
|
/Linux-v6.6/drivers/video/fbdev/nvidia/ |
D | nv_type.h | 79 u32 head2; member
|
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()
|
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-v6.6/kernel/ |
D | pid.c | 376 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; in exchange_tids() local 379 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
|
/Linux-v6.6/drivers/video/fbdev/riva/ |
D | riva_hw.h | 515 U032 head2; member
|
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()
|
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-v6.6/kernel/events/ |
D | core.c | 3401 #define double_list_for_each_entry(pos1, pos2, head1, head2, member) \ argument 3403 pos2 = list_first_entry(head2, typeof(*pos2), member); \ 3405 !list_entry_is_head(pos2, head2, member); \
|