Searched refs:WQ_NAME_SIZE (Results 1 – 3 of 3) sorted by relevance
81 #define WQ_NAME_SIZE 1024 macro125 char name[WQ_NAME_SIZE + 1];
1014 memset(wq->name, 0, WQ_NAME_SIZE + 1); in wq_type_store()1039 if (strlen(buf) > WQ_NAME_SIZE || strlen(buf) == 0) in wq_name_store()1042 memset(wq->name, 0, WQ_NAME_SIZE + 1); in wq_name_store()1043 strncpy(wq->name, buf, WQ_NAME_SIZE); in wq_name_store()
317 memset(wq->name, 0, WQ_NAME_SIZE); in idxd_wq_disable_cleanup()