Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c1164 #define WCI_MAX_ENTS 128 macro
1172 static struct wci_ent wci_ents[WCI_MAX_ENTS];
1175 static DEFINE_HASHTABLE(wci_hash, ilog2(WCI_MAX_ENTS));
1215 if (wci_nr_ents >= WCI_MAX_ENTS) in wq_cpu_intensive_report()
1220 if (wci_nr_ents >= WCI_MAX_ENTS) { in wq_cpu_intensive_report()