Home
last modified time | relevance | path

Searched refs:daemon (Results 1 – 25 of 111) sorted by relevance

12345

/Linux-v5.4/fs/ecryptfs/
Dmiscdev.c31 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 …]
Dmessaging.c102 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 …]
Decryptfs_kernel.h618 int ecryptfs_process_response(struct ecryptfs_daemon *daemon,
690 u16 msg_flags, struct ecryptfs_daemon *daemon);
693 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file);
694 int ecryptfs_exorcise_daemon(struct ecryptfs_daemon *daemon);
695 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon);
/Linux-v5.4/net/decnet/netfilter/
DKconfig11 tristate "Routing message grabulator (for userland routing daemon)"
14 daemon. You will also need to enable routing support for DECnet
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-system-ibm-rtl10 Users: The ibm-prtm userspace daemon uses this interface.
20 Users: The ibm-prtm userspace daemon uses this interface.
Dsysfs-platform-kim23 daemon when the ldisc install is requested.
45 daemon managing the UART, and is notified about the change
Dsysfs-class-rtc-rtc0-device-rtc_calibration13 daemon uses this interface.
/Linux-v5.4/Documentation/filesystems/caching/
Dcachefiles.txt37 CacheFiles uses a userspace daemon to do some of the cache management - such as
47 to communication with the daemon. Only one thing may have this open at once,
48 and while it is open, a cache is at least partially in existence. The daemon
65 The use of CacheFiles and its daemon requires the following features to be
130 The cache is started by running the daemon. The daemon opens the cache device,
134 The daemon is run as follows:
164 mountpoints, but the daemon can't avoid them.
223 The userspace daemon scans the cache to build up a table of cullable objects.
242 to the graveyard from which the daemon will actually delete them.
244 The daemon uses dnotify to monitor the graveyard directory, and will delete
[all …]
/Linux-v5.4/Documentation/filesystems/
Dnilfs2.txt102 nilfs_cleanerd daemon.
106 nilfs_cleanerd daemon.
111 daemon.
115 nilfs_cleanerd daemon to skip unnecessary
122 by nilfs_cleanerd daemon.
125 This ioctl is used by nilfs_cleanerd daemon.
129 nilfs_cleanerd daemon.
134 nilfs_cleanerd daemon.
175 Then, the cleaner daemon is automatically shut down by the umount
Dfuse.txt10 Filesystem daemon:
17 The filesystem daemon is running with the privileges of the mounting
23 A connection between the filesystem daemon and the kernel. The
24 connection exists until either the daemon dies, or the filesystem is
136 userspace or being processed by the filesystem daemon. If there is
207 - Kill the filesystem daemon. Works in case of a) and b)
209 - Kill the filesystem daemon and all users of the filesystem. Works
254 filesystem, the filesystem daemon serving requests can record the
320 | "rm /mnt/fuse/file" | FUSE filesystem daemon
367 | "rm /mnt/fuse/file" | FUSE filesystem daemon
/Linux-v5.4/tools/thermal/tmon/
DREADME42 -d, --daemon run as daemon, no TUI
/Linux-v5.4/arch/um/drivers/
DMakefile11 daemon-objs := daemon_kern.o daemon_user.o
46 obj-$(CONFIG_UML_NET_DAEMON) += daemon.o
/Linux-v5.4/Documentation/admin-guide/mm/
Dksm.rst19 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 the 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-v5.4/Documentation/watchdog/
Dwatchdog-api.rst23 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-v5.4/fs/cachefiles/
DMakefile8 daemon.o \
/Linux-v5.4/Documentation/security/
Dsak.rst71 daemon gpm
75 daemon gpm < /dev/null
/Linux-v5.4/Documentation/admin-guide/
Dbug-hunting.rst68 systemd, it may also be stored by the ``journald`` daemon, and accessed
298 When a protection fault occurs the ``klogd`` daemon automatically
308 ksymoops does. In order to do static translation the ``klogd`` daemon
309 must be able to find a system map file at daemon initialization time.
320 system calls the klogd daemon builds a symbol table which can be used
329 mechanism for notifying the ``klogd`` daemon when a change in module
331 allow klogd to signal the currently executing daemon that symbol
/Linux-v5.4/Documentation/usb/
Dfunctionfs.rst47 $ ( cd /dev/ffs-mtp && mtp-daemon ) &
49 $ ( cd /dev/ffs-hid && hid-daemon ) &
/Linux-v5.4/net/qrtr/
DKconfig13 In order to do service lookups, a userspace daemon is required to
/Linux-v5.4/Documentation/filesystems/nfs/
Didmapper.txt9 or by placing a call to the rpc.idmap daemon.
19 legacy rpc.idmap daemon for the id mapping. This result will be stored
Drpc-server-gss.txt47 to talk to a custom daemon called rpc.svcgssd that is provide by the
67 The newer upcall mechanism uses RPC over a unix socket to a daemon
/Linux-v5.4/tools/laptop/freefall/
Dfreefall.c134 if (daemon(0, 0) != 0) { in main()
/Linux-v5.4/net/l2tp/
DKconfig30 userland daemon handles L2TP the control protocol (tunnel
31 and session setup). One such daemon is OpenL2TP
/Linux-v5.4/tools/usb/usbip/
DREADME72 - Start usbip daemon.
102 - Start usbip daemon.
253 - Check the kernel and daemon messages.
/Linux-v5.4/Documentation/networking/device_drivers/chelsio/
Dcxgb.txt222 It is highly suggested that you do not run the irqbalance daemon on your
224 The irqbalance daemon runs on a 10 second interval and binds interrupts
225 to the least loaded CPU determined by the daemon. To disable this daemon:
229 irqbalance, which performs the same function as the daemon. To disable

12345