Home
last modified time | relevance | path

Searched refs:subdir (Results 51 - 75 of 118) sorted by relevance

12345

/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c973 * get_subdir - find or create a subdir with the specified name.
988 struct ctl_dir *subdir, *new = NULL; in get_subdir() local
992 subdir = find_subdir(dir, name, namelen); in get_subdir()
993 if (!IS_ERR(subdir)) in get_subdir()
995 if (PTR_ERR(subdir) != -ENOENT) in get_subdir()
1001 subdir = ERR_PTR(-ENOMEM); in get_subdir()
1005 /* Was the subdir added while we dropped the lock? */ in get_subdir()
1006 subdir = find_subdir(dir, name, namelen); in get_subdir()
1007 if (!IS_ERR(subdir)) in get_subdir()
1009 if (PTR_ERR(subdir) ! in get_subdir()
[all...]
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c985 * get_subdir - find or create a subdir with the specified name.
1000 struct ctl_dir *subdir, *new = NULL; in get_subdir() local
1004 subdir = find_subdir(dir, name, namelen); in get_subdir()
1005 if (!IS_ERR(subdir)) in get_subdir()
1007 if (PTR_ERR(subdir) != -ENOENT) in get_subdir()
1013 subdir = ERR_PTR(-ENOMEM); in get_subdir()
1017 /* Was the subdir added while we dropped the lock? */ in get_subdir()
1018 subdir = find_subdir(dir, name, namelen); in get_subdir()
1019 if (!IS_ERR(subdir)) in get_subdir()
1021 if (PTR_ERR(subdir) ! in get_subdir()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c355 debugfs_create_bool(name, 0600, e->subdir, \ in b43legacy_add_dynamic_debug()
395 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
401 mode, e->subdir, dev, \ in b43legacy_debugfs_add_device()
435 debugfs_remove(e->subdir); in b43legacy_debugfs_remove_device()
H A Ddebugfs.h38 struct dentry *subdir; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c345 debugfs_create_bool(name, 0600, e->subdir, \ in b43legacy_add_dynamic_debug()
385 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
390 e->subdir, dev, \ in b43legacy_debugfs_add_device()
416 debugfs_remove(e->subdir); in b43legacy_debugfs_remove_device()
H A Ddebugfs.h37 struct dentry *subdir; member
/kernel/linux/linux-5.10/arch/parisc/boot/
H A DMakefile8 subdir- := compressed
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A DMakefile42 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A DMakefile9 subdir-ccflags-y += -I$(src)
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H A DMakefile2 subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H A DMakefile2 subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A DMakefile9 subdir-ccflags-y += -I$(src)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A DMakefile50 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
H A DMakefile23 subdir-ccflags-y += \
/kernel/linux/linux-6.6/include/trace/events/
H A Dcachefiles.h265 TP_PROTO(struct dentry *dir, struct dentry *subdir),
267 TP_ARGS(dir, subdir),
271 __field(unsigned int, subdir )
276 __entry->subdir = d_backing_inode(subdir)->i_ino;
281 __entry->subdir)
/kernel/linux/linux-5.10/tools/
H A DMakefile85 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir=
165 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
/kernel/linux/linux-6.6/drivers/dma/
H A DMakefile3 subdir-ccflags-$(CONFIG_DMADEVICES_DEBUG) := -DDEBUG
4 subdir-ccflags-$(CONFIG_DMADEVICES_VDEBUG) += -DVERBOSE_DEBUG
/kernel/linux/linux-6.6/tools/
H A DMakefile93 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir=
186 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
/kernel/linux/linux-5.10/arch/h8300/boot/
H A DMakefile5 subdir- := compressed
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.h42 struct dentry *subdir; member
H A Ddebugfs.c662 debugfs_create_bool(name, 0600, e->subdir, \ in b43_add_dynamic_debug()
705 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
718 mode, e->subdir, dev, \ in b43_debugfs_add_device()
763 debugfs_remove(e->subdir); in b43_debugfs_remove_device()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.h41 struct dentry *subdir; member
H A Ddebugfs.c652 debugfs_create_bool(name, 0600, e->subdir, \ in b43_add_dynamic_debug()
695 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
707 mode, e->subdir, dev, \ in b43_debugfs_add_device()
739 debugfs_remove(e->subdir); in b43_debugfs_remove_device()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/
H A DMakefile23 subdir-ccflags-y += \
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A DMakefile23 subdir-$(CONFIG_EFI_STUB) += libstub

Completed in 19 milliseconds

12345