Searched refs:procfs (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/testing/selftests/timens/
H A DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
/linux-master/fs/lockd/
H A DMakefile13 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
/linux-master/tools/lib/api/fs/
H A Dfs.h34 FS(procfs)
H A Dfs.c148 FS(procfs, procfs, PROC_SUPER);
388 const char *procfs = procfs__mountpoint(); local
390 if (!procfs)
393 snprintf(path, sizeof(path), "%s/%s", procfs, entry);
486 const char *procfs = procfs__mountpoint(); local
488 if (!procfs)
491 snprintf(path, sizeof(path), "%s/sys/%s", procfs, sysctl);
/linux-master/drivers/parport/
H A DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
/linux-master/kernel/module/
H A DMakefile20 obj-$(CONFIG_PROC_FS) += procfs.o
/linux-master/tools/tracing/rtla/src/
H A Dutils.c257 * procfs_is_workload_pid - check if a procfs entry contains a comm_prefix* comm
259 * Check if the procfs entry is a directory of a process, and then check if the
314 * This function uses procfs to list the currently running threads and then set the
322 DIR *procfs; local
331 procfs = opendir("/proc");
332 if (!procfs) {
333 err_msg("Could not open procfs\n");
337 while ((proc_entry = readdir(procfs))) {
355 closedir(procfs);
696 DIR *procfs; local
[all...]
/linux-master/fs/reiserfs/
H A DMakefile14 reiserfs-objs += procfs.o
/linux-master/tools/testing/selftests/proc/
H A DMakefile26 TEST_GEN_PROGS += proc-multiple-procfs
/linux-master/net/core/
H A DMakefile23 obj-$(CONFIG_PROC_FS) += net-procfs.o
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c81 static struct kfd_procfs_tree procfs; variable in typeref:struct:kfd_procfs_tree
354 procfs.kobj = kfd_alloc_struct(procfs.kobj);
355 if (!procfs.kobj)
358 ret = kobject_init_and_add(procfs.kobj, &procfs_type,
361 pr_warn("Could not create procfs proc folder");
362 /* If we fail to create the procfs, clean up */
369 if (procfs.kobj) {
370 kobject_del(procfs.kobj);
371 kobject_put(procfs
[all...]
/linux-master/net/sunrpc/
H A Dcache.c1670 if (cd->procfs) {
1671 proc_remove(cd->procfs);
1672 cd->procfs = NULL;
1683 cd->procfs = proc_mkdir(cd->name, sn->proc_net_rpc);
1684 if (cd->procfs == NULL)
1688 cd->procfs, &cache_flush_proc_ops, cd);
1693 p = proc_create_data("channel", S_IFREG | 0600, cd->procfs,
1699 p = proc_create_data("content", S_IFREG | 0400, cd->procfs,
/linux-master/arch/powerpc/kernel/
H A DMakefile96 procfs-y := proc_powerpc.o
97 obj-$(CONFIG_PROC_FS) += $(procfs-y)
/linux-master/include/linux/sunrpc/
H A Dcache.h122 struct proc_dir_entry *procfs; member in union:cache_detail::__anon649

Completed in 190 milliseconds