Home
last modified time | relevance | path

Searched refs:head2 (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/net/ipv4/
H A Dinet_hashtables.c194 spin_lock(&head2->lock); in __inet_put_port()
202 spin_unlock(&head2->lock); in __inet_put_port()
233 spin_lock(&head2->lock); in __inet_inherit_port()
237 spin_unlock(&head2->lock); in __inet_inherit_port()
281 spin_unlock(&head2->lock); in __inet_inherit_port()
289 spin_unlock(&head2->lock); in __inet_inherit_port()
951 spin_lock(&head2->lock); in __inet_bhash2_update_saddr()
954 spin_unlock(&head2->lock); in __inet_bhash2_update_saddr()
963 spin_lock(&head2->lock); in __inet_bhash2_update_saddr()
971 spin_unlock(&head2->lock); in __inet_bhash2_update_saddr()
[all …]
H A Dinet_connection_sock.c293 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local
306 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict()
319 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict()
335 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() local
384 spin_lock(&head2->lock); in inet_csk_find_open_port()
391 spin_unlock(&head2->lock); in inet_csk_find_open_port()
421 *head2_ret = head2; in inet_csk_find_open_port()
520 struct inet_bind_hashbucket *head, *head2; in inet_csk_get_port() local
569 spin_lock(&head2->lock); in inet_csk_get_port()
576 net, head2, tb, sk); in inet_csk_get_port()
[all …]
/linux-6.15/drivers/video/fbdev/nvidia/
H A Dnv_type.h79 u32 head2; member
H A Dnvidia.c441 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 Dnv_hw.c1520 NV_WR32(par->PCRTC0, 0x2860, state->head2); in NVLoadStateExt()
1662 state->head2 = NV_RD32(par->PCRTC0, 0x2860); in NVUnloadStateExt()
/linux-6.15/kernel/
H A Dpid.c392 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; in exchange_tids() local
397 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
/linux-6.15/drivers/video/fbdev/riva/
H A Driva_hw.h515 U032 head2; member
H A Dfbdev.c788 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()
H A Driva_hw.c1529 NV_WR32(chip->PCRTC0, 0x00002860, state->head2); in LoadStateExt()
1775 state->head2 = NV_RD32(chip->PCRTC0, 0x00002860); in UnloadStateExt()