Searched refs:argtype (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.h | 14 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 19 argtype *arg = file->private_data; \ 29 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 30 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 38 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 39 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.h | 8 #define MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 10 argtype *arg; \ 60 #define _MLD_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 61 MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \
|
| /linux/fs/nfs/ |
| H A D | nfs2xdr.c | 1053 #define PROC(proc, argtype, restype, timer) \ argument 1056 .p_encode = nfs2_xdr_enc_##argtype, \ 1058 .p_arglen = NFS_##argtype##_sz, \
|
| H A D | nfs4xdr.c | 7704 #define PROC(proc, argtype, restype) \ argument 7707 .p_encode = nfs4_xdr_##argtype, \ 7709 .p_arglen = NFS4_##argtype##_sz, \ 7721 #define PROC40(proc, argtype, restype) \ argument 7722 PROC(proc, argtype, restype) 7724 #define PROC40(proc, argtype, restype) \ argument 7728 #define PROC41(proc, argtype, restype) \ argument 7729 PROC(proc, argtype, restype) 7732 #define PROC42(proc, argtype, restype) \ argument 7733 PROC(proc, argtype, restype) [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4callback.c | 1117 #define PROC(proc, call, argtype, restype) \ argument 1120 .p_encode = nfs4_xdr_enc_##argtype, \ 1122 .p_arglen = NFS4_enc_##argtype##_sz, \
|