Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c1303 #define WCI_MAX_ENTS 128 macro
1311 static struct wci_ent wci_ents[WCI_MAX_ENTS];
1314 static DEFINE_HASHTABLE(wci_hash, ilog2(WCI_MAX_ENTS));
1356 if (wci_nr_ents >= WCI_MAX_ENTS) in wq_cpu_intensive_report()
1361 if (wci_nr_ents >= WCI_MAX_ENTS) { in wq_cpu_intensive_report()