Searched refs:head2 (Results 1 – 10 of 10) sorted by relevance
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 220 struct inet_bind_hashbucket *head, *head2; in __inet_put_port() local 227 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num); in __inet_put_port() 235 spin_lock(&head2->lock); in __inet_put_port() 243 spin_unlock(&head2->lock); in __inet_put_port() 261 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port() local 271 head2 = inet_bhashfn_portaddr(table, child, net, port); in __inet_inherit_port() 274 spin_lock(&head2->lock); in __inet_inherit_port() 278 spin_unlock(&head2->lock); in __inet_inherit_port() 298 spin_unlock(&head2->lock); in __inet_inherit_port() 311 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, child); in __inet_inherit_port() [all …]
|
| H A D | inet_connection_sock.c | 278 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() local 290 head2 = inet_bhash2_addr_any_hashbucket(sk, net, port); in inet_bhash2_addr_any_conflict() 292 spin_lock(&head2->lock); in inet_bhash2_addr_any_conflict() 294 inet_bind_bucket_for_each(tb2, &head2->chain) { in inet_bhash2_addr_any_conflict() 305 spin_unlock(&head2->lock); in inet_bhash2_addr_any_conflict() 321 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() local 369 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port() 370 spin_lock(&head2->lock); in inet_csk_find_open_port() 371 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_find_open_port() 377 spin_unlock(&head2->lock); in inet_csk_find_open_port() [all …]
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_conn.c | 82 struct hlist_bl_head *head, *head2; in conn_tab_lock() local 119 head2 = use2 ? t2->buckets + (hash_key2 & t2->mask) : head; in conn_tab_lock() 126 if (head != head2) in conn_tab_lock() 127 hlist_bl_lock(head2); in conn_tab_lock() 129 hlist_bl_lock(head2); in conn_tab_lock() 139 if (head != head2) in conn_tab_lock() 140 hlist_bl_unlock(head2); in conn_tab_lock() 149 *head2_ret = head2; in conn_tab_lock() 153 struct hlist_bl_head *head2) in conn_tab_unlock() argument 155 if (head != head2) in conn_tab_unlock() [all …]
|
| H A D | ip_vs_ctl.c | 672 struct hlist_bl_head *head, *head2; in svc_resize_work_handler() local 769 head2 = t_new->buckets + (hash & t_new->mask); in svc_resize_work_handler() 771 hlist_bl_lock(head2); in svc_resize_work_handler() 777 hlist_bl_add_head_rcu(&svc->s_list, head2); in svc_resize_work_handler() 778 hlist_bl_unlock(head2); in svc_resize_work_handler()
|
| /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/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()
|