/linux-3.4.99/fs/ecryptfs/ |
D | miscdev.c | 44 struct ecryptfs_daemon *daemon; in ecryptfs_miscdev_poll() local 51 rc = ecryptfs_find_daemon_by_euid(&daemon, euid, current_user_ns()); in ecryptfs_miscdev_poll() 52 if (rc || !daemon) { in ecryptfs_miscdev_poll() 56 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll() 58 if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) { in ecryptfs_miscdev_poll() 63 if (daemon->flags & ECRYPTFS_DAEMON_IN_READ) in ecryptfs_miscdev_poll() 65 if (daemon->flags & ECRYPTFS_DAEMON_IN_POLL) in ecryptfs_miscdev_poll() 67 daemon->flags |= ECRYPTFS_DAEMON_IN_POLL; in ecryptfs_miscdev_poll() 68 mutex_unlock(&daemon->mux); in ecryptfs_miscdev_poll() 69 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll() [all …]
|
D | messaging.c | 118 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon, uid_t euid, in ecryptfs_find_daemon_by_euid() argument 124 hlist_for_each_entry(*daemon, elem, in ecryptfs_find_daemon_by_euid() 127 if ((*daemon)->euid == euid && (*daemon)->user_ns == user_ns) { in ecryptfs_find_daemon_by_euid() 150 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, uid_t euid, in ecryptfs_spawn_daemon() argument 155 (*daemon) = kzalloc(sizeof(**daemon), GFP_KERNEL); in ecryptfs_spawn_daemon() 156 if (!(*daemon)) { in ecryptfs_spawn_daemon() 159 "GFP_KERNEL memory\n", __func__, sizeof(**daemon)); in ecryptfs_spawn_daemon() 162 (*daemon)->euid = euid; in ecryptfs_spawn_daemon() 163 (*daemon)->user_ns = get_user_ns(user_ns); in ecryptfs_spawn_daemon() 164 (*daemon)->pid = get_pid(pid); in ecryptfs_spawn_daemon() [all …]
|
D | ecryptfs_kernel.h | 676 int ecryptfs_exorcise_daemon(struct ecryptfs_daemon *daemon); 677 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon, uid_t euid, 687 u16 msg_flags, struct ecryptfs_daemon *daemon); 690 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, uid_t euid,
|
/linux-3.4.99/net/decnet/netfilter/ |
D | Kconfig | 10 tristate "Routing message grabulator (for userland routing daemon)" 13 daemon. You will also need to enable routing support for DECnet
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-devices-system-ibm-rtl | 10 Users: The ibm-prtm userspace daemon uses this interface. 20 Users: The ibm-prtm userspace daemon uses this interface.
|
D | sysfs-platform-kim | 23 daemon when the ldisc install is requested. 45 daemon managing the UART, and is notified about the change
|
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 12 daemon uses this interface.
|
D | sysfs-class-power | 9 A userspace daemon can monitor the battery charging logic
|
/linux-3.4.99/Documentation/filesystems/caching/ |
D | cachefiles.txt | 37 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 whilst 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-3.4.99/Documentation/vm/ |
D | ksm.txt | 8 The KSM daemon ksmd periodically scans those areas of user memory which 36 the KSM daemon is not currently running, MADV_MERGEABLE still registers 37 the range for whenever the KSM daemon is started; even if the range 50 The KSM daemon is controlled by sysfs files in /sys/kernel/mm/ksm/,
|
/linux-3.4.99/Documentation/filesystems/ |
D | fuse.txt | 10 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-3.4.99/arch/um/drivers/ |
D | Makefile | 11 daemon-objs := daemon_kern.o daemon_user.o 45 obj-$(CONFIG_UML_NET_DAEMON) += daemon.o
|
/linux-3.4.99/fs/cachefiles/ |
D | Makefile | 7 daemon.o \
|
/linux-3.4.99/Documentation/watchdog/ |
D | watchdog-api.txt | 19 Usually a userspace daemon will notify the kernel watchdog driver via the 39 some data to the device. So a very simple watchdog daemon would look 47 good idea, since if there is a bug in the watchdog daemon and it 52 started. So, if the watchdog daemon crashes, the system will reboot 61 /dev/watchdog just before closing the file. If the userspace daemon 63 will assume that the daemon (and userspace in general) died, and will
|
/linux-3.4.99/net/irda/irnet/ |
D | Kconfig | 8 working PPP subsystem (driver, daemon and config)...
|
/linux-3.4.99/Documentation/ |
D | SAK.txt | 68 daemon gpm 72 daemon gpm < /dev/null
|
D | oops-tracing.txt | 150 When a protection fault occurs the klogd daemon automatically 160 ksymoops does. In order to do static translation the klogd daemon 161 must be able to find a system map file at daemon initialization time. 172 system calls the klogd daemon builds a symbol table which can be used 181 mechanism for notifying the klogd daemon when a change in module 183 allow klogd to signal the currently executing daemon that symbol
|
/linux-3.4.99/Documentation/laptops/ |
D | hpfall.c | 114 daemon(0, 0); in main()
|
/linux-3.4.99/net/openvswitch/ |
D | Kconfig | 18 forwarding. It is complemented by a userspace daemon, ovs-vswitchd,
|
/linux-3.4.99/fs/autofs4/ |
D | Kconfig | 7 automounter (amd), which is a pure user space daemon.
|
/linux-3.4.99/Documentation/filesystems/nfs/ |
D | idmapper.txt | 9 or by placing a call to the rpc.idmap daemon. 19 legacy rpc.idmap daemon for the id mapping. This result will be stored
|
/linux-3.4.99/net/l2tp/ |
D | Kconfig | 27 userland daemon handles L2TP the control protocol (tunnel 28 and session setup). One such daemon is OpenL2TP
|
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nvc0_pm.c | 152 perflvl->daemon = read_clk(dev, 0x0c); in nvc0_pm_clocks_get() 332 (ret = calc_clk(dev, 0x0c, &info->eng[0x0c], perflvl->daemon)) || in nvc0_pm_clocks_pre()
|
/linux-3.4.99/Documentation/usb/ |
D | hotplug.txt | 22 (triggering some monitoring daemon to invoke a helper program) or 61 hub daemon thread [khubd], or else as part of root hub initialization 75 user mode daemon to detect changes in system configuration.
|
/linux-3.4.99/net/sunrpc/ |
D | Kconfig | 37 daemon which may be found in the Linux nfs-utils package
|