Searched refs:head2 (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/ipv4/
H A Dinet_hashtables.c180 struct inet_bind_hashbucket *head, *head2; local
187 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num);
194 spin_lock(&head2->lock);
202 spin_unlock(&head2->lock);
220 struct inet_bind_hashbucket *head, *head2; local
230 head2 = inet_bhashfn_portaddr(table, child, net, port);
233 spin_lock(&head2->lock);
237 spin_unlock(&head2->lock);
257 spin_unlock(&head2->lock);
270 tb2 = inet_bind2_bucket_find(head2, ne
892 struct inet_bind_hashbucket *head, *head2; local
999 struct inet_bind_hashbucket *head, *head2; local
[all...]
H A Dinet_connection_sock.c295 struct inet_bind_hashbucket *head2; local
306 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port);
308 spin_lock(&head2->lock);
310 inet_bind_bucket_for_each(tb2, &head2->chain) {
321 spin_unlock(&head2->lock);
337 struct inet_bind_hashbucket *head, *head2; local
385 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port);
386 spin_lock(&head2->lock);
387 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk);
393 spin_unlock(&head2
522 struct inet_bind_hashbucket *head, *head2; local
[all...]
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_type.h79 u32 head2; member in struct:_riva_hw_state
H A Dnvidia.c441 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) | 0x00001000;
449 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) & ~0x00001000;
H A Dnv_hw.c1520 NV_WR32(par->PCRTC0, 0x2860, state->head2);
1662 state->head2 = NV_RD32(par->PCRTC0, 0x2860);
/linux-master/kernel/
H A Dpid.c387 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; local
390 hlists_swap_heads_rcu(head1, head2);
/linux-master/scripts/
H A Dkernel-doc2433 =head2 Output format selection (mutually exclusive):
2451 =head2 Output format modifiers
2466 =head2 Output selection (mutually exclusive):
2495 =head2 Output selection modifiers:
2523 =head2 Other parameters:
/linux-master/drivers/video/fbdev/riva/
H A Driva_hw.h515 U032 head2; member in struct:_riva_hw_state
H A Driva_hw.c1529 NV_WR32(chip->PCRTC0, 0x00002860, state->head2);
1775 state->head2 = NV_RD32(chip->PCRTC0, 0x00002860);
H A Dfbdev.c788 newmode.ext.head2 = NV_RD32(par->riva.PCRTC0, 0x00002860) |
796 newmode.ext.head2 = NV_RD32(par->riva.PCRTC0, 0x00002860) &
/linux-master/kernel/events/
H A Dcore.c3443 #define double_list_for_each_entry(pos1, pos2, head1, head2, member) \
3445 pos2 = list_first_entry(head2, typeof(*pos2), member); \
3447 !list_entry_is_head(pos2, head2, member); \

Completed in 308 milliseconds