Lines Matching defs:work
412 static void bh_handler(struct work_struct *work);
768 static void bh_handler(struct work_struct *work)
770 MGSLPC_INFO *info = container_of(work, MGSLPC_INFO, task);
783 /* Process work item */
785 printk("%s(%d):bh_handler() work item action=%d\n",
800 /* unknown work item ID */
801 printk("Unknown work item ID=%08X!\n", action);
898 int work = 0;
944 work += tty_insert_flip_char(port, data, flag);
956 if (work)