Lines Matching defs:work
866 /* Only do the extra work involved in logical block provisioning if one or
2974 /* needs work to find which cdb byte 'num' comes from */
4946 /* When work queue schedules work, it calls this function. */
4947 static void sdebug_q_cmd_wq_complete(struct work_struct *work)
4949 struct sdebug_defer *sd_dp = container_of(work, struct sdebug_defer,
4950 ew.work);
5201 if (cancel_work_sync(&sd_dp->ew.work))
5261 /* Deletes (stops) timers or work queues of all queued commands */
5300 /* Deletes (stops) timers or work queues of all queued commands per sdev */
5524 INIT_WORK(&sd_dp->ew.work, sdebug_q_cmd_wq_complete);
5533 * schedules a hr timer or work queue then returns 0. Returns
5662 } else { /* jdelay < 0, use work queue */
5683 schedule_work(&sd_dp->ew.work);
6087 char work[20];
6089 if (sscanf(buf, "%10s", work) == 1) {
6090 if (strncasecmp(work, "0x", 2) == 0) {
6091 if (kstrtoint(work + 2, 16, &opts) == 0)
6094 if (kstrtoint(work, 10, &opts) == 0)
6269 char work[20];
6271 if (sscanf(buf, "%10s", work) == 1) {
6272 if (strncasecmp(work, "0x", 2) == 0) {
6273 if (kstrtoint(work + 2, 16, &nth) == 0)
6276 if (kstrtoint(work, 10, &nth) == 0)