Searched refs:head2 (Results 1 – 10 of 10) sorted by relevance
| /linux/net/ipv4/ |
| A D | inet_hashtables.c | 194 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() 938 spin_lock(&head2->lock); in __inet_bhash2_update_saddr() 941 spin_unlock(&head2->lock); in __inet_bhash2_update_saddr() 950 spin_lock(&head2->lock); in __inet_bhash2_update_saddr() 958 spin_unlock(&head2->lock); in __inet_bhash2_update_saddr() [all …]
|
| A D | inet_connection_sock.c | 295 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local 308 spin_lock(&head2->lock); 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 386 spin_lock(&head2->lock); in inet_csk_find_open_port() 393 spin_unlock(&head2->lock); in inet_csk_find_open_port() 423 *head2_ret = head2; in inet_csk_find_open_port() 522 struct inet_bind_hashbucket *head, *head2; in inet_csk_get_port() local 571 spin_lock(&head2->lock); in inet_csk_get_port() 578 net, head2, tb, sk); in inet_csk_get_port() [all …]
|
| /linux/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/kernel/ |
| 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/ |
| 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/kernel/events/ |
| 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); \
|
Completed in 55 milliseconds