Searched defs:pool_workqueue (Results 1 – 13 of 13) sorted by relevance
98552 struct pool_workqueue { struct98553 struct worker_pool *pool;98554 struct workqueue_struct *wq;98555 int work_color;98556 int flush_color;98557 int refcnt;98558 int nr_in_flight[16];98559 bool plugged;98560 int nr_active;98561 struct list_head inactive_works;[all …]
98473 struct pool_workqueue { struct98474 struct worker_pool *pool;98475 struct workqueue_struct *wq;98476 int work_color;98477 int flush_color;98478 int refcnt;98479 int nr_in_flight[16];98480 int nr_active;98481 int max_active;98482 struct list_head inactive_works;[all …]
101443 struct pool_workqueue { struct101444 struct worker_pool *pool;101445 struct workqueue_struct *wq;101446 int work_color;101447 int flush_color;101448 int refcnt;101449 int nr_in_flight[16];101450 int nr_active;101451 int max_active;101452 struct list_head inactive_works;[all …]
31522 struct pool_workqueue { struct31523 struct worker_pool *pool;31524 struct workqueue_struct *wq;31525 int work_color;31526 int flush_color;31527 int refcnt;31528 int nr_in_flight[16];31529 int nr_active;31530 int max_active;31531 struct list_head inactive_works;[all …]
22541 struct pool_workqueue { struct22542 struct worker_pool *pool;22543 struct workqueue_struct *wq;22544 int work_color;22545 int flush_color;22546 int refcnt;22547 int nr_in_flight[16];22548 int nr_active;22549 int max_active;22550 struct list_head inactive_works;[all …]
32813 struct pool_workqueue { struct32814 struct worker_pool *pool;32815 struct workqueue_struct *wq;32816 int work_color;32817 int flush_color;32818 int refcnt;32819 int nr_in_flight[16];32820 int nr_active;32821 int max_active;32822 struct list_head inactive_works;[all …]
139033 struct pool_workqueue { struct139034 struct worker_pool *pool;139035 struct workqueue_struct *wq;139036 int work_color;139037 int flush_color;139038 int refcnt;139039 int nr_in_flight[16];139040 int nr_active;139041 int max_active;139042 struct list_head inactive_works;[all …]
16961 struct pool_workqueue { struct16962 struct worker_pool *pool;16963 struct workqueue_struct *wq;16964 int work_color;16965 int flush_color;16966 int refcnt;16967 int nr_in_flight[16];16968 int nr_active;16969 int max_active;16970 struct list_head inactive_works;[all …]