Searched refs:WQ_NAME_SIZE (Results 1 – 3 of 3) sorted by relevance
145 #define WQ_NAME_SIZE 1024 macro197 char name[WQ_NAME_SIZE + 1];
751 memset(wq->name, 0, WQ_NAME_SIZE + 1); in wq_type_store()776 if (strlen(buf) > WQ_NAME_SIZE || strlen(buf) == 0) in wq_name_store()786 memset(wq->name, 0, WQ_NAME_SIZE + 1); in wq_name_store()787 strncpy(wq->name, buf, WQ_NAME_SIZE); in wq_name_store()
404 memset(wq->name, 0, WQ_NAME_SIZE); in idxd_wq_disable_cleanup()