Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dprofile.c58 static const char sleepstr[] = "sleep"; in profile_setup() local
62 if (!strncmp(str, sleepstr, strlen(sleepstr))) { in profile_setup()
66 if (str[strlen(sleepstr)] == ',') in profile_setup()
67 str += strlen(sleepstr) + 1; in profile_setup()