Home
last modified time | relevance | path

Searched refs:test_limit (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Don-fault-limit.c13 static int test_limit(void) in test_limit() function
46 ret += test_limit(); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Don-fault-limit.c9 static int test_limit(void) in test_limit() function
42 ret += test_limit(); in main()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_midi.c1083 #define F_MIDI_OPT(name, test_limit, limit) \
1113 if (test_limit && num > limit) { \
1127 #define F_MIDI_OPT_SIGNED(name, test_limit, limit) \
1157 if (test_limit && num > limit) { \
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_midi.c1091 #define F_MIDI_OPT(name, test_limit, limit) \
1121 if (test_limit && num > limit) { \

Completed in 4 milliseconds