Searched refs:COUNT_ARGS (Results 1 – 14 of 14) sorted by relevance
| /include/trace/ |
| A D | bpf_probe.h | 43 #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) 49 CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(__data, CAST_TO_U64(args)); \ 62 CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(__data, CAST_TO_U64(args)); \ 89 .num_args = COUNT_ARGS(args), \
|
| /include/linux/ |
| A D | args.h | 22 #define COUNT_ARGS(X...) __COUNT_ARGS(, ##X, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0) macro
|
| A D | lsm_count.h | 109 #define __COUNT_LSMS(skipped_arg, args...) COUNT_ARGS(args...)
|
| A D | arm-smccc.h | 622 COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__); \ 626 COUNT_ARGS(__VA_ARGS__)) \ 672 COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__); \ 675 COUNT_ARGS(__VA_ARGS__)) \
|
| A D | cleanup.h | 398 #define DEFINE_GUARD_COND(X...) CONCATENATE(DEFINE_GUARD_COND_, COUNT_ARGS(X))(X) 519 #define DEFINE_LOCK_GUARD_1_COND(X...) CONCATENATE(DEFINE_LOCK_GUARD_1_COND_, COUNT_ARGS(X))(X)
|
| A D | string.h | 114 CONCATENATE(__strscpy, COUNT_ARGS(__VA_ARGS__))(dst, src, __VA_ARGS__) 149 CONCATENATE(__strscpy_pad, COUNT_ARGS(__VA_ARGS__))(dst, src, __VA_ARGS__)
|
| A D | property.h | 361 .nargs = COUNT_ARGS(__VA_ARGS__), \
|
| A D | pci.h | 1578 CONCATENATE(__pci_bus_for_each_res, COUNT_ARGS(__VA_ARGS__)) \ 2218 CONCATENATE(__pci_dev_for_each_res, COUNT_ARGS(__VA_ARGS__)) \
|
| A D | skbuff.h | 3743 COUNT_ARGS(__VA_ARGS__))(dev, frag, ##__VA_ARGS__)
|
| /include/net/libeth/ |
| A D | cache.h | 36 CONCATENATE(__libeth_cls, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__)
|
| A D | xdp.h | 86 CONCATENATE(__libeth_xdp_psz, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) 1847 COUNT_ARGS(__VA_ARGS__))(dev, ##__VA_ARGS__)
|
| /include/crypto/ |
| A D | algapi.h | 153 CONCATENATE(crypto_inst_setname_, COUNT_ARGS(__VA_ARGS__))( \
|
| A D | acompress.h | 266 CONCATENATE(acomp_request_alloc_noprof_, COUNT_ARGS(__VA_ARGS__))( \
|
| /include/sound/ |
| A D | soc.h | 909 CONCATENATE(SND_SOC_DAILINK_REG, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__)
|
Completed in 53 milliseconds