Searched refs:kvmstr (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/kernel/
H A Dprofile.c57 static const char kvmstr[] = "kvm"; profile_setup() local
80 } else if (!strncmp(str, kvmstr, strlen(kvmstr))) { profile_setup()
82 if (str[strlen(kvmstr)] == ',') profile_setup()
83 str += strlen(kvmstr) + 1; profile_setup()

Completed in 56 milliseconds