Searched defs:exists (Results 1 - 1 of 1) sorted by path

/kernel/trace/
H A Dftrace.c1380 * The function record is a match if it exists in the filter
3183 /* Do nothing if it exists */
4294 bool exists; local
4315 exists = false;
4318 exists = true;
4325 if (!exists) {
4331 if (exists) {

Completed in 46 milliseconds