Searched refs:not_first (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 542 int i, not_first, count, nr_events; in perl_generate_script() local 624 not_first = 0; in perl_generate_script() 628 if (not_first++) in perl_generate_script() 643 not_first = 0; in perl_generate_script() 647 if (not_first++) in perl_generate_script() 667 not_first = 0; in perl_generate_script() 671 if (not_first++) in perl_generate_script()
|
H A D | trace-event-python.c | 1708 int i, not_first, count, nr_events; in python_generate_script() local 1772 not_first = 0; in python_generate_script() 1776 if (not_first++) in python_generate_script() 1783 if (not_first++) in python_generate_script() 1797 not_first = 0; in python_generate_script() 1801 if (not_first++) in python_generate_script() 1822 not_first = 0; in python_generate_script() 1826 if (not_first++) in python_generate_script()
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 552 int i, not_first, count, nr_events; in perl_generate_script() local 634 not_first = 0; in perl_generate_script() 638 if (not_first++) in perl_generate_script() 653 not_first = 0; in perl_generate_script() 657 if (not_first++) in perl_generate_script() 677 not_first = 0; in perl_generate_script() 681 if (not_first++) in perl_generate_script()
|
H A D | trace-event-python.c | 2004 int i, not_first, count, nr_events; in python_generate_script() local 2068 not_first = 0; in python_generate_script() 2072 if (not_first++) in python_generate_script() 2079 if (not_first++) in python_generate_script() 2093 not_first = 0; in python_generate_script() 2097 if (not_first++) in python_generate_script() 2118 not_first = 0; in python_generate_script() 2122 if (not_first++) in python_generate_script()
|
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 46 bool not_first; member 701 ((req->not_first && !req->xcbcmac) || in safexcel_ahash_enqueue() 728 req->not_first = true; in safexcel_ahash_enqueue()
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 44 bool not_first; member 699 ((req->not_first && !req->xcbcmac) || in safexcel_ahash_enqueue() 726 req->not_first = true; in safexcel_ahash_enqueue()
|
Completed in 14 milliseconds