Searched refs:nr_res (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/x86/platform/olpc/ |
A D | olpc_ofw.c | 47 int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res, in __olpc_ofw() argument 54 BUG_ON(nr_args + nr_res > MAXARGS); in __olpc_ofw() 61 ofw_args[2] = nr_res; in __olpc_ofw() 73 for (i = 0; i < nr_res; i++, p++) in __olpc_ofw()
|
/linux-6.3-rc2/drivers/acpi/arm64/ |
A D | gtdt.c | 343 int nr_res = ARRAY_SIZE(res); in gtdt_import_sbsa_gwdt() local 358 nr_res--; in gtdt_import_sbsa_gwdt() 366 pdev = platform_device_register_simple("sbsa-gwdt", index, res, nr_res); in gtdt_import_sbsa_gwdt()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | olpc_ofw.h | 18 extern int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res,
|
/linux-6.3-rc2/fs/nfs/ |
A D | proc.c | 503 struct nfs_readdir_res *nr_res) in nfs_proc_readdir() argument 521 nr_res->verf[0] = nr_res->verf[1] = 0; in nfs_proc_readdir()
|
A D | nfs3proc.c | 665 struct nfs_readdir_res *nr_res) in nfs3_proc_readdir() argument 676 .verf = nr_res->verf, in nfs3_proc_readdir()
|
A D | nfs4proc.c | 5102 struct nfs_readdir_res *nr_res) in _nfs4_proc_readdir() argument 5134 memcpy(nr_res->verf, res.verifier.data, NFS4_VERIFIER_SIZE); in _nfs4_proc_readdir()
|
Completed in 37 milliseconds