Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_midi.c1092 #define F_MIDI_OPT(name, test_limit, limit) \ argument
1122 if (test_limit && num > limit) { \
1136 #define F_MIDI_OPT_SIGNED(name, test_limit, limit) \ argument
1166 if (test_limit && num > limit) { \