Lines Matching defs:work
1409 static void do_pe_handler_work(struct work_struct *work)
1414 data = container_of(work, struct pe_handler_work_data, worker);
1419 schedule_work(work);
1424 schedule_work(work);
1668 static void dasd_eckd_ext_pool_exhaust_work(struct work_struct *work)
1674 data = container_of(work, struct ext_pool_exhaust_work_data, worker);
1945 static void dasd_eckd_do_validate_server(struct work_struct *work)
1947 struct dasd_device *device = container_of(work, struct dasd_device,
1990 /* setup work queue for validate server*/
1992 /* setup work queue for summary unit check */
6473 /* to make sure there is no attention left schedule work again */
6540 /* to make sure there is no attention left schedule work again */
6544 static void dasd_eckd_check_attention_work(struct work_struct *work)
6551 data = container_of(work, struct check_attention_work_data, worker);