Searched refs:restype (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/fs/lockd/ |
D | clnt4xdr.c | 572 #define PROC(proc, argtype, restype) \ argument 576 .p_decode = (kxdrdproc_t)nlm4_xdr_dec_##restype, \ 578 .p_replen = NLM4_##restype##_sz, \
|
D | clntxdr.c | 570 #define PROC(proc, argtype, restype) \ argument 574 .p_decode = (kxdrdproc_t)nlm_xdr_dec_##restype, \ 576 .p_replen = NLM_##restype##_sz, \
|
/linux-3.4.99/sound/pci/au88x0/ |
D | au88x0_core.c | 2007 vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out, int restype) in vortex_adb_checkinout() argument 2009 int i, qty = resnum[restype], resinuse = 0; in vortex_adb_checkinout() 2014 resinuse |= vortex->dma_adb[i].resources[restype]; in vortex_adb_checkinout() 2016 resinuse |= vortex->fixed_res[restype]; in vortex_adb_checkinout() 2021 resmap[restype] |= (1 << i); in vortex_adb_checkinout() 2023 vortex->dma_adb[i].resources[restype] |= (1 << i); in vortex_adb_checkinout() 2037 if (resmap[restype] & (1 << i)) { in vortex_adb_checkinout() 2038 resmap[restype] &= ~(1 << i); in vortex_adb_checkinout() 2048 printk(KERN_ERR "vortex: FATAL: ResManager: resource type %d exhausted.\n", restype); in vortex_adb_checkinout()
|
D | au88x0.h | 253 int restype);
|
/linux-3.4.99/fs/nfsd/ |
D | nfs4callback.c | 579 #define PROC(proc, call, argtype, restype) \ argument 583 .p_decode = (kxdrdproc_t)nfs4_xdr_dec_##restype, \ 585 .p_replen = NFS4_dec_##restype##_sz, \
|
/linux-3.4.99/fs/nfs/ |
D | nfs2xdr.c | 1124 #define PROC(proc, argtype, restype, timer) \ argument 1128 .p_decode = (kxdrdproc_t)nfs2_xdr_dec_##restype, \ 1130 .p_replen = NFS_##restype##_sz, \
|
D | nfs3xdr.c | 2428 #define PROC(proc, argtype, restype, timer) \ argument 2432 .p_decode = (kxdrdproc_t)nfs3_xdr_dec_##restype##3res, \ 2434 .p_replen = NFS3_##restype##res_sz, \
|
D | nfs4xdr.c | 7041 #define PROC(proc, argtype, restype) \ argument 7045 .p_decode = (kxdrdproc_t)nfs4_xdr_##restype, \ 7047 .p_replen = NFS4_##restype##_sz, \
|
/linux-3.4.99/drivers/infiniband/hw/cxgb4/ |
D | t4fw_ri_api.h | 276 __u8 restype; member 286 __u8 restype; member
|
D | cq.c | 60 res->u.cq.restype = FW_RI_RES_TYPE_CQ; in destroy_cq() 130 res->u.cq.restype = FW_RI_RES_TYPE_CQ; in create_cq()
|
D | qp.c | 208 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; in create_qp() 233 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ; in create_qp()
|
/linux-3.4.99/Documentation/cgroups/ |
D | cgroups.txt | 141 # echo browser_pid > /sys/fs/cgroup/<restype>/<userclass>/tasks
|