Home
last modified time | relevance | path

Searched refs:CFS_WS_NAME_LEN (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dworkitem.c46 #define CFS_WS_NAME_LEN 16 macro
75 char ws_name[CFS_WS_NAME_LEN];
363 strncpy(sched->ws_name, name, CFS_WS_NAME_LEN); in cfs_wi_sched_create()
364 sched->ws_name[CFS_WS_NAME_LEN - 1] = '\0'; in cfs_wi_sched_create()