Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dprofile.c59 static const char sleepstr[] = "sleep"; in profile_setup() local
63 if (!strncmp(str, sleepstr, strlen(sleepstr))) { in profile_setup()
67 if (str[strlen(sleepstr)] == ',') in profile_setup()
68 str += strlen(sleepstr) + 1; in profile_setup()