Lines Matching refs:KUNIT_CASE
419 KUNIT_CASE(sysctl_test_api_dointvec_null_tbl_data),
420 KUNIT_CASE(sysctl_test_api_dointvec_table_maxlen_unset),
421 KUNIT_CASE(sysctl_test_api_dointvec_table_len_is_zero),
422 KUNIT_CASE(sysctl_test_api_dointvec_table_read_but_position_set),
423 KUNIT_CASE(sysctl_test_dointvec_read_happy_single_positive),
424 KUNIT_CASE(sysctl_test_dointvec_read_happy_single_negative),
425 KUNIT_CASE(sysctl_test_dointvec_write_happy_single_positive),
426 KUNIT_CASE(sysctl_test_dointvec_write_happy_single_negative),
427 KUNIT_CASE(sysctl_test_api_dointvec_write_single_less_int_min),
428 KUNIT_CASE(sysctl_test_api_dointvec_write_single_greater_int_max),
429 KUNIT_CASE(sysctl_test_register_sysctl_sz_invalid_extra_value),