Searched refs:DIR (Results 51 - 75 of 93) sorted by relevance

1234

/linux-master/tools/testing/selftests/sysctl/
H A Dsysctl.sh42 if [ -z $DIR ]; then
43 DIR="/sys/module/test_sysctl/"
753 if [ -d $DIR ]; then
/linux-master/tools/tracing/rtla/src/
H A Dutils.c322 DIR *procfs;
696 DIR *procfs;
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c465 DIR *dp;
659 DIR *dp;
/linux-master/tools/perf/util/
H A Ddata.c93 DIR *dir;
499 DIR *dir = opendir(path);
H A Dutil.c153 DIR *dir;
283 DIR *dir;
H A Dpmus.c190 DIR *dir;
656 DIR *dir;
H A Dthread_map.c77 DIR *proc;
/linux-master/tools/hv/
H A Dhv_vss_daemon.c67 DIR *dir;
H A Dhv_fcopy_uio_daemon.c379 DIR *dir = opendir(path);
/linux-master/tools/power/cpupower/lib/
H A Dpowercap.c183 DIR *zone_dir;
/linux-master/tools/bpf/bpftool/
H A Dperf.c157 DIR *proc, *pid_fd;
/linux-master/tools/iio/
H A Diio_event_monitor.c314 DIR *dp;
/linux-master/arch/um/os-Linux/
H A Dumid.c83 DIR *directory;
/linux-master/tools/perf/tests/
H A Dpmu.c288 DIR *pmu_dir, *event_dir;
H A Ddso-data.c184 DIR *dir;
H A Dparse-events.c72 DIR *mydir = opendir(eventfile);
1824 DIR *events_dir;
1834 DIR *sys_dir;
2633 DIR *dir;
2747 DIR *dir;
/linux-master/fs/proc/
H A Dbase.c138 #define DIR(NAME, MODE, iops, fops) \ macro
2857 DIR("smack", 0555,
2861 DIR("apparmor", 0555,
3249 DIR("task", S_IRUGO|S_IXUGO, proc_task_inode_operations, proc_task_operations),
3250 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations),
3251 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations),
3252 DIR("fdinfo", S_IRUGO|S_IXUGO, proc_fdinfo_inode_operations, proc_fdinfo_operations),
3253 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations),
3255 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
3296 DIR("att
[all...]
/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c197 DIR *aux_dir;
678 DIR *dir;
/linux-master/tools/lib/subcmd/
H A Dhelp.c184 DIR *dir = opendir(path);
/linux-master/tools/testing/selftests/mm/
H A Dvm_util.c278 DIR *dir = opendir("/sys/kernel/mm/hugepages/");
/linux-master/tools/testing/selftests/bpf/
H A DMakefile785 @for DIR in $(TEST_INST_SUBDIRS); do \
786 mkdir -p $(INSTALL_PATH)/$$DIR; \
787 rsync -a $(OUTPUT)/$$DIR/*.bpf.o $(INSTALL_PATH)/$$DIR;\
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c291 DIR *dir;
/linux-master/tools/testing/selftests/iommu/
H A Diommufd_fail_nth.c58 DIR *debugfs = opendir("/sys/kernel/debug/");
/linux-master/tools/perf/
H A Dbuiltin-buildid-cache.c87 DIR *d;
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c370 DIR *d;
402 DIR *d, *subd;

Completed in 264 milliseconds

1234