/linux-6.1.9/tools/perf/ |
D | builtin-daemon.c | 84 struct daemon { struct 98 static struct daemon __daemon = { argument 115 static struct daemon_session *daemon__add_session(struct daemon *config, char *name) in daemon__add_session() 133 static struct daemon_session *daemon__find_session(struct daemon *daemon, char *name) in daemon__find_session() argument 137 list_for_each_entry(session, &daemon->sessions, list) { in daemon__find_session() 156 static int session_config(struct daemon *daemon, const char *var, const char *value) in session_config() argument 170 session = daemon__find_session(daemon, name); in session_config() 174 session = daemon__add_session(daemon, name); in session_config() 217 struct daemon *daemon = cb; in server_config() local 220 return session_config(daemon, var, value); in server_config() [all …]
|
/linux-6.1.9/fs/ecryptfs/ |
D | miscdev.c | 31 struct ecryptfs_daemon *daemon = file->private_data; in ecryptfs_miscdev_poll() local 34 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll() 35 if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) { in ecryptfs_miscdev_poll() 40 if (daemon->flags & ECRYPTFS_DAEMON_IN_READ) in ecryptfs_miscdev_poll() 42 if (daemon->flags & ECRYPTFS_DAEMON_IN_POLL) in ecryptfs_miscdev_poll() 44 daemon->flags |= ECRYPTFS_DAEMON_IN_POLL; in ecryptfs_miscdev_poll() 45 mutex_unlock(&daemon->mux); in ecryptfs_miscdev_poll() 46 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll() 47 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll() 48 if (!list_empty(&daemon->msg_ctx_out_queue)) in ecryptfs_miscdev_poll() [all …]
|
D | messaging.c | 102 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon) in ecryptfs_find_daemon_by_euid() argument 106 hlist_for_each_entry(*daemon, in ecryptfs_find_daemon_by_euid() 109 if (uid_eq((*daemon)->file->f_cred->euid, current_euid())) { in ecryptfs_find_daemon_by_euid() 130 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file) in ecryptfs_spawn_daemon() argument 134 (*daemon) = kzalloc(sizeof(**daemon), GFP_KERNEL); in ecryptfs_spawn_daemon() 135 if (!(*daemon)) { in ecryptfs_spawn_daemon() 139 (*daemon)->file = file; in ecryptfs_spawn_daemon() 140 mutex_init(&(*daemon)->mux); in ecryptfs_spawn_daemon() 141 INIT_LIST_HEAD(&(*daemon)->msg_ctx_out_queue); in ecryptfs_spawn_daemon() 142 init_waitqueue_head(&(*daemon)->wait); in ecryptfs_spawn_daemon() [all …]
|
D | ecryptfs_kernel.h | 603 int ecryptfs_process_response(struct ecryptfs_daemon *daemon, 675 u16 msg_flags, struct ecryptfs_daemon *daemon); 678 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file); 679 int ecryptfs_exorcise_daemon(struct ecryptfs_daemon *daemon); 680 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon);
|
/linux-6.1.9/tools/perf/tests/shell/ |
D | daemon.sh | 105 local line=`perf daemon --config ${config} -x: | head -1` 112 perf daemon stop --config ${config} 123 perf daemon start --config ${config} 132 state=`perf daemon ping --config ${config} --session ${session} | awk '{ print $1 }'` 147 local config=$(mktemp /tmp/perf.daemon.config.XXX) 148 local base=$(mktemp -d /tmp/perf.daemon.base.XXX) 151 [daemon] 168 local line=`perf daemon --config ${config} -x: | head -1` 169 check_line_first ${line} daemon ${base} ${base}/output ${base}/lock "0" 173 local line=`perf daemon --config ${config} -x: | head -2 | tail -1` [all …]
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-daemon.txt | 1 perf-daemon(1) 7 perf-daemon - Run record sessions on background 13 'perf daemon' 14 'perf daemon' [<options>] 15 'perf daemon start' [<options>] 16 'perf daemon stop' [<options>] 17 'perf daemon signal' [<options>] 18 'perf daemon ping' [<options>] 23 This command allows to run simple daemon process that starts and 26 You can imagine 'perf daemon' of background process with several [all …]
|
/linux-6.1.9/Documentation/filesystems/caching/ |
D | cachefiles.rst | 40 CacheFiles uses a userspace daemon to do some of the cache management - such as 50 to communication with the daemon. Only one thing may have this open at once, 51 and while it is open, a cache is at least partially in existence. The daemon 68 The use of CacheFiles and its daemon requires the following features to be 124 The cache is started by running the daemon. The daemon opens the cache device, 128 The daemon is run as follows:: 153 mountpoints, but the daemon can't avoid them. 205 The userspace daemon scans the cache to build up a table of cullable objects. 222 to the graveyard from which the daemon will actually delete them. 224 The daemon uses dnotify to monitor the graveyard directory, and will delete [all …]
|
/linux-6.1.9/Documentation/filesystems/ |
D | autofs.rst | 36 as the "automount daemon" or simply "the daemon". 40 can each be managed separately, or all managed by the same daemon. 49 Objects can only be created by the automount daemon: symlinks are 100 automount daemon asking it to find and mount the filesystem. The 101 autofs `d_automount` method then waits for the daemon to report that 110 automount daemon would not be able to mount a filesystem on the 'trap' 138 lookup is the automount daemon and that the mount has been 140 discussed later. This allows the automount daemon not to get 145 be managed by the same daemon. For the daemon to be able to mount 148 the automount daemon. It must only return it when a mount has [all …]
|
D | nilfs2.rst | 109 nilfs_cleanerd daemon. 113 nilfs_cleanerd daemon. 118 daemon. 122 nilfs_cleanerd daemon to skip unnecessary 129 by nilfs_cleanerd daemon. 132 This ioctl is used by nilfs_cleanerd daemon. 136 nilfs_cleanerd daemon. 141 nilfs_cleanerd daemon. 185 Then, the cleaner daemon is automatically shut down by the umount
|
D | fuse.rst | 15 Filesystem daemon: 20 The filesystem daemon is running with the privileges of the mounting 25 A connection between the filesystem daemon and the kernel. The 26 connection exists until either the daemon dies, or the filesystem is 123 userspace or being processed by the filesystem daemon. If there is 193 - Kill the filesystem daemon. Works in case of a) and b) 195 - Kill the filesystem daemon and all users of the filesystem. Works 238 filesystem, the filesystem daemon serving requests can record the 322 | "rm /mnt/fuse/file" | FUSE filesystem daemon 370 | "rm /mnt/fuse/file" | FUSE filesystem daemon
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-devices-system-ibm-rtl | 12 Users: The ibm-prtm userspace daemon uses this interface. 22 Users: The ibm-prtm userspace daemon uses this interface.
|
D | sysfs-platform-kim | 24 daemon when the ldisc install is requested. 46 daemon managing the UART, and is notified about the change
|
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 14 daemon uses this interface.
|
/linux-6.1.9/Documentation/filesystems/cifs/ |
D | ksmbd.rst | 22 ksmbd (kernel daemon) 25 When the server daemon is started, It starts up a forker thread 49 ksmbd.mountd (user space daemon) 55 kernel. For the execution part it has a daemon which is continuously running 154 5. Start ksmbd user space daemon 163 1. kill user and kernel space daemon
|
/linux-6.1.9/Documentation/watchdog/ |
D | watchdog-api.rst | 23 Usually a userspace daemon will notify the kernel watchdog driver via the 44 some data to the device. So a very simple watchdog daemon would look 52 good idea, since if there is a bug in the watchdog daemon and it 57 started. So, if the watchdog daemon crashes, the system will reboot 67 /dev/watchdog just before closing the file. If the userspace daemon 69 will assume that the daemon (and userspace in general) died, and will
|
/linux-6.1.9/tools/thermal/tmon/ |
D | README | 42 -d, --daemon run as daemon, no TUI
|
/linux-6.1.9/tools/power/x86/intel-speed-select/ |
D | Build | 1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o isst-daemon.o hfi-events.o
|
/linux-6.1.9/arch/um/drivers/ |
D | Makefile | 11 daemon-objs := daemon_kern.o daemon_user.o 47 obj-$(CONFIG_UML_NET_DAEMON) += daemon.o
|
/linux-6.1.9/fs/cachefiles/ |
D | Makefile | 8 daemon.o \
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | ksm.rst | 19 The KSM daemon ksmd periodically scans those areas of user memory 23 content). The amount of pages that KSM daemon scans in a single pass 55 KSM daemon is not currently running, MADV_MERGEABLE still registers 56 the range for whenever the KSM daemon is started; even if the range 75 KSM daemon sysfs interface 78 The KSM daemon is controlled by sysfs files in ``/sys/kernel/mm/ksm/``,
|
/linux-6.1.9/Documentation/translations/zh_CN/process/ |
D | 7.AdvancedTopics.rst | 51 如果您有一个可以访问因特网的系统,那么使用git-daemon设置这样的服务器相对
|
/linux-6.1.9/Documentation/translations/zh_TW/process/ |
D | 7.AdvancedTopics.rst | 54 如果您有一個可以訪問網際網路的系統,那麼使用git-daemon設置這樣的伺服器相對
|
/linux-6.1.9/Documentation/admin-guide/ |
D | bug-hunting.rst | 72 systemd, it may also be stored by the ``journald`` daemon, and accessed 307 When a protection fault occurs the ``klogd`` daemon automatically 317 In order to do static translation the ``klogd`` daemon 318 must be able to find a system map file at daemon initialization time. 329 system calls the klogd daemon builds a symbol table which can be used 338 mechanism for notifying the ``klogd`` daemon when a change in module 340 allow klogd to signal the currently executing daemon that symbol
|
/linux-6.1.9/Documentation/security/ |
D | sak.rst | 71 daemon gpm 75 daemon gpm < /dev/null
|
/linux-6.1.9/Documentation/usb/ |
D | functionfs.rst | 47 $ ( cd /dev/ffs-mtp && mtp-daemon ) & 49 $ ( cd /dev/ffs-hid && hid-daemon ) &
|