Searched refs:head2 (Results 1 – 9 of 9) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_conn.c | 102 struct hlist_bl_head *head, *head2; in conn_tab_lock() local 135 head2 = use2 ? t2->buckets + (hash_key2 & t2->mask) : head; in conn_tab_lock() 137 if (idx > idx2 || (head > head2 && idx == idx2)) { in conn_tab_lock() 138 hlist_bl_lock(head2); in conn_tab_lock() 142 if (head != head2) in conn_tab_lock() 143 hlist_bl_lock(head2); in conn_tab_lock() 159 if (head != head2) in conn_tab_lock() 160 hlist_bl_unlock(head2); in conn_tab_lock() 168 *head2_ret = head2; in conn_tab_lock() 172 struct hlist_bl_head *head2) in conn_tab_unlock() argument [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/net/ipv4/ |
| 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/tools/testing/selftests/futex/functional/ |
| H A D | robust_list.c | 304 struct robust_list_head head, head2, *get_head; in child_list() 316 ret = set_robust_list(&head2, head_size); in child_list() 321 ASSERT_EQ(get_head, &head2); 278 struct robust_list_head head, head2, *get_head; TEST() local
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_type.h | 79 u32 head2; member
|
| 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 | 441 struct hlist_head *head2 = &pid2->tasks[PIDTYPE_PID]; in exchange_tids() local 446 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | riva_hw.h | 515 U032 head2; member
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 4595 struct list_head *head2, struct cpu_domain_map **cd_map2, int nr2, in perf_sched__schedstat_diff() 4610 if (head2 && !cd_map2) { in perf_sched__schedstat_diff() 4629 if (head2) { in process_synthesized_event_live() 4630 cptr2 = list_first_entry(head2, struct schedstat_cpu, cpu_list); in process_synthesized_event_live() 4640 ret = get_all_cpu_stats(head2); in perf_sched__schedstat_live() 4643 cptr2 = list_first_entry(head2, struct schedstat_cpu, cpu_list); in perf_sched__schedstat_live() 4769 if (list_is_last(&cptr2->cpu_list, head2)) in __cmd_record() 4229 show_schedstat_data(struct list_head * head1,struct cpu_domain_map ** cd_map1,struct list_head * head2,struct cpu_domain_map ** cd_map2,bool summary_only) show_schedstat_data() argument
|