Searched refs:head1 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 777 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 D | pid.c | 438 struct hlist_head *head1 = &pid1->tasks[PIDTYPE_PID]; in exchange_tids() local 444 hlists_swap_heads_rcu(head1, head2); in exchange_tids()
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 4353 static int show_schedstat_data(struct list_head *head1, struct cpu_domain_map **cd_map1, int nr1, 4357 struct schedstat_cpu *cptr1 = list_first_entry(head1, struct schedstat_cpu, cpu_list); 4395 ret = get_all_cpu_stats(head1); in perf_sched__process_schedstat() 4405 list_for_each_entry(cptr1, head1, cpu_list) { in perf_sched__process_schedstat() 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
|