Searched refs:head2 (Results 1 – 9 of 9) sorted by relevance
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 180 struct inet_bind_hashbucket *head, *head2; in __inet_put_port() local 187 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num); in __inet_put_port() 194 spin_lock(&head2->lock); in __inet_put_port() 202 spin_unlock(&head2->lock); in __inet_put_port() 220 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port() local 230 head2 = inet_bhashfn_portaddr(table, child, net, port); in __inet_inherit_port() 233 spin_lock(&head2->lock); in __inet_inherit_port() 237 spin_unlock(&head2->lock); in __inet_inherit_port() 257 spin_unlock(&head2->lock); in __inet_inherit_port() 270 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, child); in __inet_inherit_port() [all …]
|
H A D | inet_connection_sock.c | 295 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local 306 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port); in inet_bhash2_addr_any_conflict() 308 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict() 310 inet_bind_bucket_for_each(tb2, &head2->chain) { in inet_bhash2_addr_any_conflict() 321 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict() 337 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() local 385 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port() 386 spin_lock(&head2->lock); in inet_csk_find_open_port() 387 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_find_open_port() 393 spin_unlock(&head2->lock); in inet_csk_find_open_port() [all …]
|
/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_type.h | 79 u32 head2; member
|
H 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()
|
H 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/kernel/ |
H A D | pid.c | 387 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; in exchange_tids() local 390 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
|
/linux/drivers/video/fbdev/riva/ |
H A D | riva_hw.h | 515 U032 head2; member
|
H 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/kernel/events/ |
H A D | core.c | 3525 #define double_list_for_each_entry(pos1, pos2, head1, head2, member) \ argument 3527 pos2 = list_first_entry(head2, typeof(*pos2), member); \ 3529 !list_entry_is_head(pos2, head2, member); \
|