Searched refs:check_data (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | scanf_kunit.c | 41 (*fn)(test, file, line, check_data, string, fmt, n_args, ap); in _test() 63 const unsigned long long *pval = check_data; in check_ull() 71 const long long *pval = check_data; in check_ll() 80 const unsigned long *pval = check_data; in check_ulong() 88 const long *pval = check_data; in check_long() 96 const unsigned int *pval = check_data; in check_uint() 104 const int *pval = check_data; in check_int() 113 const unsigned short *pval = check_data; in check_ushort() 122 const short *pval = check_data; in check_short() 131 const unsigned char *pval = check_data; in check_uchar() [all …]
|
| /linux-6.15/drivers/input/serio/ |
| H A D | ams_delta_serio.c | 40 static int check_data(struct serio *serio, int data) in check_data() function 85 dfl = check_data(priv->serio, data); in ams_delta_serio_interrupt()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | ioam6_parser.c | 453 static int check_data(struct ioam6_trace_hdr *trace, __u8 trace_size, in check_data() function 598 return check_data(trace, trace_size, node1, true); in check_ioam_trace() 601 return check_data(trace, trace_size, node2, false); in check_ioam_trace()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | select_reuseport.c | 227 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() function 407 check_data(type, family, cmd, cli_fd); in do_test()
|
| /linux-6.15/drivers/isdn/mISDN/ |
| H A D | tei.c | 1197 check_data(struct manager *mgr, struct sk_buff *skb) in check_data() function 1277 ret = check_data(mgr, arg); in mgr_ctrl()
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | mtk-sd.c | 1524 unsigned int check_data = events & in msdc_data_xfer_done() local 1533 if (check_data) in msdc_data_xfer_done() 1541 if (check_data || (stop && stop->error)) { in msdc_data_xfer_done()
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 3778 goto check_data; in f2fs_sanity_check_ckpt() 3790 check_data: in f2fs_sanity_check_ckpt()
|