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.c1995 int i, not_first, count, nr_events; in python_generate_script() local
2059 not_first = 0; in python_generate_script()
2063 if (not_first++) in python_generate_script()
2070 if (not_first++) in python_generate_script()
2084 not_first = 0; in python_generate_script()
2088 if (not_first++) in python_generate_script()
2109 not_first = 0; in python_generate_script()
2113 if (not_first++) in python_generate_script()
/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()