Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dworkqueue.c1160 #define WCI_MAX_ENTS 128 macro
1168 static struct wci_ent wci_ents[WCI_MAX_ENTS];
1171 static DEFINE_HASHTABLE(wci_hash, ilog2(WCI_MAX_ENTS));
1211 if (wci_nr_ents >= WCI_MAX_ENTS) in wq_cpu_intensive_report()
1216 if (wci_nr_ents >= WCI_MAX_ENTS) { in wq_cpu_intensive_report()