Searched refs:head2 (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 215 struct inet_bind_hashbucket *head, *head2; in __inet_put_port() local 222 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num); in __inet_put_port() 230 spin_lock(&head2->lock); in __inet_put_port() 238 spin_unlock(&head2->lock); in __inet_put_port() 256 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port() local 266 head2 = inet_bhashfn_portaddr(table, child, net, port); in __inet_inherit_port() 269 spin_lock(&head2->lock); in __inet_inherit_port() 273 spin_unlock(&head2->lock); in __inet_inherit_port() 293 spin_unlock(&head2->lock); in __inet_inherit_port() 306 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, child); in __inet_inherit_port() [all …]
|
| H A D | inet_connection_sock.c | 279 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local 291 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port); in inet_bhash2_addr_any_conflict() 293 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict() 295 inet_bind_bucket_for_each(tb2, &head2->chain) { in inet_bhash2_addr_any_conflict() 306 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict() 322 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() local 370 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port() 371 spin_lock(&head2->lock); in inet_csk_find_open_port() 372 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_find_open_port() 378 spin_unlock(&head2->lock); in inet_csk_find_open_port() [all …]
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | robust_list.c | 278 struct robust_list_head head, head2, *get_head; in TEST() local 290 ret = set_robust_list(&head2, head_size); in TEST() 295 ASSERT_EQ(get_head, &head2); in TEST()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_type.h | 79 u32 head2; member
|
| H A D | nvidia.c | 442 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) | 0x00001000; in nvidia_calc_regs() 450 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 | 432 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; in find_task_by_pid_ns() 437 hlists_swap_heads_rcu(head1, head2); 389 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; exchange_tids() local
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | riva_hw.h | 515 U032 head2; member
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 4229 struct list_head *head2, struct cpu_domain_map **cd_map2, in show_schedstat_data() argument 4255 if (head2) { in show_schedstat_data() 4256 cptr2 = list_first_entry(head2, struct schedstat_cpu, cpu_list); in show_schedstat_data() 4264 ret = get_all_cpu_stats(head2); in show_schedstat_data() 4265 cptr2 = list_first_entry(head2, struct schedstat_cpu, cpu_list); in show_schedstat_data()
|