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.c778 s32 head1) in fbnic_clean_twq() argument
785 if (head1 >= 0) { in fbnic_clean_twq()
788 fbnic_clean_twq1(nv, true, &qt->sub1, false, head1); in fbnic_clean_twq()
790 qt->cmpl.deferred_head = head1; in fbnic_clean_twq()
799 s32 head1 = cmpl->deferred_head; in fbnic_clean_tcq() local
818 head1 = FIELD_GET(FBNIC_TCD_TYPE0_HEAD1_MASK, in fbnic_clean_tcq()
853 fbnic_clean_twq(nv, napi_budget, qt, ts_head, head0, head1); in fbnic_clean_tcq()
1235 s32 head0 = -1, head1 = -1, pkt_tail = -1; in fbnic_clean_rcq() local
1265 head1 = FIELD_GET(FBNIC_RCD_AL_BUFF_PAGE_MASK, rcd); in fbnic_clean_rcq()
1342 if (head1 >= 0) in fbnic_clean_rcq()
[all …]
/linux/kernel/
H A Dpid.c440 struct hlist_head *head1 = &pid1->tasks[PIDTYPE_PID]; in exchange_tids() local
446 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
/linux/tools/perf/
H A Dbuiltin-sched.c4594 static int show_schedstat_data(struct list_head *head1, struct cpu_domain_map **cd_map1, int nr1, in perf_sched__schedstat_diff()
4598 struct schedstat_cpu *cptr1 = list_first_entry(head1, struct schedstat_cpu, cpu_list); in perf_sched__schedstat_diff()
4636 ret = get_all_cpu_stats(head1);
4646 list_for_each_entry(cptr1, head1, cpu_list) { in perf_sched__schedstat_live()
4228 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