Searched refs:head2 (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/net/ipv4/ |
D | inet_hashtables.c | 177 struct inet_bind_hashbucket *head, *head2; in __inet_put_port() local 184 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num); in __inet_put_port() 193 spin_lock(&head2->lock); in __inet_put_port() 201 spin_unlock(&head2->lock); in __inet_put_port() 218 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port() local 228 head2 = inet_bhashfn_portaddr(table, child, net, port); in __inet_inherit_port() 231 spin_lock(&head2->lock); in __inet_inherit_port() 235 spin_unlock(&head2->lock); in __inet_inherit_port() 255 spin_unlock(&head2->lock); in __inet_inherit_port() 268 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, child); in __inet_inherit_port() [all …]
|
D | inet_connection_sock.c | 269 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local 279 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port); in inet_bhash2_addr_any_conflict() 281 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict() 283 inet_bind_bucket_for_each(tb2, &head2->chain) in inet_bhash2_addr_any_conflict() 289 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict() 293 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict() 308 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() local 356 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port() 357 spin_lock(&head2->lock); in inet_csk_find_open_port() 358 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_find_open_port() [all …]
|
/linux-6.1.9/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-6.1.9/kernel/ |
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.1.9/drivers/video/fbdev/riva/ |
D | riva_hw.h | 515 U032 head2; member
|
D | fbdev.c | 794 newmode.ext.head2 = NV_RD32(par->riva.PCRTC0, 0x00002860) | in riva_load_video_mode() 802 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()
|