Home
last modified time | relevance | path

Searched refs:head1 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c777 s32 head1) in fbnic_clean_twq() argument
784 if (head1 >= 0) { in fbnic_clean_twq()
787 fbnic_clean_twq1(nv, true, &qt->sub1, false, head1); in fbnic_clean_twq()
789 qt->cmpl.deferred_head = head1; in fbnic_clean_twq()
798 s32 head1 = cmpl->deferred_head; in fbnic_clean_tcq() local
817 head1 = FIELD_GET(FBNIC_TCD_TYPE0_HEAD1_MASK, in fbnic_clean_tcq()
852 fbnic_clean_twq(nv, napi_budget, qt, ts_head, head0, head1); in fbnic_clean_tcq()
1234 s32 head0 = -1, head1 = -1, pkt_tail = -1; in fbnic_clean_rcq() local
1264 head1 = FIELD_GET(FBNIC_RCD_AL_BUFF_PAGE_MASK, rcd); in fbnic_clean_rcq()
1341 if (head1 >= 0) in fbnic_clean_rcq()
[all …]
/linux/kernel/
H A Dpid.c431 struct hlist_head *head1 = &pid1->tasks[PIDTYPE_PID]; in find_task_by_pid_ns()
437 hlists_swap_heads_rcu(head1, head2);
388 struct hlist_head *head1 = &pid1->tasks[PIDTYPE_PID]; exchange_tids() local
/linux/tools/perf/
H A Dbuiltin-sched.c4228 static int show_schedstat_data(struct list_head *head1, struct cpu_domain_map **cd_map1, in show_schedstat_data() argument
4232 struct schedstat_cpu *cptr1 = list_first_entry(head1, struct schedstat_cpu, cpu_list); in show_schedstat_data()
4262 ret = get_all_cpu_stats(head1); in show_schedstat_data()
4268 list_for_each_entry(cptr1, head1, cpu_list) { in show_schedstat_data()