Home
last modified time | relevance | path

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

/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c2010 int i, not_first, count, nr_events; in python_generate_script()
2074 not_first = 0; in python_generate_script()
2078 if (not_first++) in python_generate_script()
2085 if (not_first++) in python_generate_script()
2099 not_first = 0; in python_generate_script()
2103 if (not_first++) in python_generate_script()
2124 not_first = 0; in python_generate_script()
2128 if (not_first++) in python_generate_script()
1995 int i, not_first, count, nr_events; python_generate_script() local
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c46 bool not_first; member
699 ((req->not_first && !req->xcbcmac) || in safexcel_ahash_enqueue()
726 req->not_first = true; in safexcel_ahash_enqueue()