Searched refs:restype (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/pci/host/ |
D | pci-xgene.c | 268 u64 restype = resource_type(res); in xgene_pcie_setup_ob_reg() local 273 if (restype == IORESOURCE_MEM) { in xgene_pcie_setup_ob_reg() 311 u64 restype = resource_type(res); in xgene_pcie_map_ranges() local 315 switch (restype) { in xgene_pcie_map_ranges()
|
D | pcie-rcar.c | 820 u64 restype = range->flags; in rcar_pcie_inbound_ranges() local 829 if (restype & IORESOURCE_PREFETCH) in rcar_pcie_inbound_ranges()
|
/linux-4.4.14/fs/lockd/ |
D | clntxdr.c | 564 #define PROC(proc, argtype, restype) \ argument 568 .p_decode = (kxdrdproc_t)nlm_xdr_dec_##restype, \ 570 .p_replen = NLM_##restype##_sz, \
|
D | clnt4xdr.c | 566 #define PROC(proc, argtype, restype) \ argument 570 .p_decode = (kxdrdproc_t)nlm4_xdr_dec_##restype, \ 572 .p_replen = NLM4_##restype##_sz, \
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 207 PQconnectdb.restype = c_void_p 211 PQexec.restype = c_void_p
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0_core.c | 2009 vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out, int restype) in vortex_adb_checkinout() argument 2011 int i, qty = resnum[restype], resinuse = 0; in vortex_adb_checkinout() 2016 resinuse |= vortex->dma_adb[i].resources[restype]; in vortex_adb_checkinout() 2018 resinuse |= vortex->fixed_res[restype]; in vortex_adb_checkinout() 2023 resmap[restype] |= (1 << i); in vortex_adb_checkinout() 2025 vortex->dma_adb[i].resources[restype] |= (1 << i); in vortex_adb_checkinout() 2039 if (resmap[restype] & (1 << i)) { in vortex_adb_checkinout() 2040 resmap[restype] &= ~(1 << i); in vortex_adb_checkinout() 2052 restype); in vortex_adb_checkinout()
|
D | au88x0.h | 251 int restype);
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4callback.c | 629 #define PROC(proc, call, argtype, restype) \ argument 633 .p_decode = (kxdrdproc_t)nfs4_xdr_dec_##restype, \ 635 .p_replen = NFS4_dec_##restype##_sz, \
|
/linux-4.4.14/fs/nfs/ |
D | nfs2xdr.c | 1118 #define PROC(proc, argtype, restype, timer) \ argument 1122 .p_decode = (kxdrdproc_t)nfs2_xdr_dec_##restype, \ 1124 .p_replen = NFS_##restype##_sz, \
|
D | nfs3xdr.c | 2495 #define PROC(proc, argtype, restype, timer) \ argument 2499 .p_decode = (kxdrdproc_t)nfs3_xdr_dec_##restype##3res, \ 2501 .p_replen = NFS3_##restype##res_sz, \
|
D | nfs4xdr.c | 7439 #define PROC(proc, argtype, restype) \ argument 7443 .p_decode = (kxdrdproc_t)nfs4_xdr_##restype, \ 7445 .p_replen = NFS4_##restype##_sz, \
|
/linux-4.4.14/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 | 305 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; in create_qp() 331 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ; in create_qp()
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 141 # echo browser_pid > /sys/fs/cgroup/<restype>/<userclass>/tasks
|