Searched defs:worker_pool (Results 1 – 2 of 2) sorted by relevance
1075 struct MHD_Daemon *worker_pool; member
27343 struct worker_pool { struct27344 raw_spinlock_t lock;27345 int cpu;27346 int node;27347 int id;27348 unsigned int flags;27349 long unsigned int watchdog_ts;27350 atomic_t nr_running;27351 struct list_head worklist;27352 int nr_workers;[all …]