Searched refs:WORKER_DESC_LEN (Results 1 - 3 of 3) sorted by path

/linux-master/include/linux/
H A Dworkqueue.h95 WORKER_DESC_LEN = 24, enumerator in enum:wq_misc_consts
/linux-master/kernel/
H A Dworkqueue.c3206 strscpy(worker->desc, pwq->wq->name, WORKER_DESC_LEN);
5924 * description can be at most WORKER_DESC_LEN including the trailing '\0'.
5956 char desc[WORKER_DESC_LEN] = { };
H A Dworkqueue_internal.h58 char desc[WORKER_DESC_LEN];

Completed in 214 milliseconds