input_left        264 include/trace/events/random.h 	TP_PROTO(int got_bits, int need_bits, int pool_left, int input_left),
input_left        266 include/trace/events/random.h 	TP_ARGS(got_bits, need_bits, pool_left, input_left),
input_left        272 include/trace/events/random.h 		__field(	  int,	input_left		)
input_left        279 include/trace/events/random.h 		__entry->input_left	= input_left;
input_left        285 include/trace/events/random.h 		  __entry->input_left)
input_left        289 include/trace/events/random.h 	TP_PROTO(int got_bits, int pool_left, int input_left),
input_left        291 include/trace/events/random.h 	TP_ARGS(got_bits, pool_left, input_left),
input_left        296 include/trace/events/random.h 		__field(	  int,	input_left		)
input_left        302 include/trace/events/random.h 		__entry->input_left	= input_left;
input_left        307 include/trace/events/random.h 		  __entry->pool_left, __entry->input_left)
input_left         29 samples/bpf/test_overhead_tp_kern.c 	int input_left;
input_left         47 tools/testing/selftests/bpf/progs/test_stacktrace_build_id.c 	int input_left;