Searched refs:hp_cpu (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c63 * 1. prepare each cpu's 'hp_cpu' struct using on_each_cpu(,,1) and link them
68 * hp_cpu's 'iterator' to point to its first handler. With each loop,
69 * allocate rx/tx FQIDs and mixer values to the hp_cpu's iterator handler
75 * hp_cpu's 'iterator' to point to its first handler. With each loop,
153 /* list node for linking us into 'hp_cpu' */
159 struct hp_cpu { struct
174 static DEFINE_PER_CPU(struct hp_cpu, hp_cpus);
176 /* links together the hp_cpu structs, in first-come first-serve order. */
321 struct hp_cpu *hp_cpu local
347 struct hp_cpu *hp_cpu = this_cpu_ptr(&hp_cpus); local
446 struct hp_cpu *hp_cpu; local
492 struct hp_cpu *hp_cpu; local
[all...]

Completed in 174 milliseconds