Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ecryptfs/
Dmiscdev.c44 struct ecryptfs_daemon *daemon = file->private_data; in ecryptfs_miscdev_poll() local
47 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll()
48 if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) { in ecryptfs_miscdev_poll()
53 if (daemon->flags & ECRYPTFS_DAEMON_IN_READ) in ecryptfs_miscdev_poll()
55 if (daemon->flags & ECRYPTFS_DAEMON_IN_POLL) in ecryptfs_miscdev_poll()
57 daemon->flags |= ECRYPTFS_DAEMON_IN_POLL; in ecryptfs_miscdev_poll()
58 mutex_unlock(&daemon->mux); in ecryptfs_miscdev_poll()
59 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
60 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll()
61 if (!list_empty(&daemon->msg_ctx_out_queue)) in ecryptfs_miscdev_poll()
[all …]
Dmessaging.c115 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon) in ecryptfs_find_daemon_by_euid() argument
119 hlist_for_each_entry(*daemon, in ecryptfs_find_daemon_by_euid()
122 if (uid_eq((*daemon)->file->f_cred->euid, current_euid())) { in ecryptfs_find_daemon_by_euid()
143 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file) in ecryptfs_spawn_daemon() argument
147 (*daemon) = kzalloc(sizeof(**daemon), GFP_KERNEL); in ecryptfs_spawn_daemon()
148 if (!(*daemon)) { in ecryptfs_spawn_daemon()
151 "GFP_KERNEL memory\n", __func__, sizeof(**daemon)); in ecryptfs_spawn_daemon()
154 (*daemon)->file = file; in ecryptfs_spawn_daemon()
155 mutex_init(&(*daemon)->mux); in ecryptfs_spawn_daemon()
156 INIT_LIST_HEAD(&(*daemon)->msg_ctx_out_queue); 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-4.4.14/net/decnet/netfilter/
DKconfig10 tristate "Routing message grabulator (for userland routing daemon)"
13 daemon. You will also need to enable routing support for DECnet
/linux-4.4.14/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_calibration12 daemon uses this interface.
Dsysfs-kernel-mm-ksm17 Description: Kernel Samepage Merging daemon sysfs interface
Dsysfs-class-mic.txt136 configuration daemon to set the log buffer address. The correct
150 daemon to set the log buffer length address. The correct log
Dsysfs-class-power9 A userspace daemon can monitor the battery charging logic
/linux-4.4.14/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 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-4.4.14/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
Dautofs4-mount-control.txt153 expire in the daemon has become far to complex because umount
160 the daemon until we can't umount any more mounts, then return the
161 appropriate status to the daemon. At the moment we just expire one
284 Set the pipe file descriptor used for kernel communication to the daemon.
295 (eg. the owning automount(8) daemon) to the process group of the caller.
351 request back to the daemon and waits for completion.
Dproc.txt1881 information about running processes, whether some daemon runs with elevated
1886 prohibited by hidepid=. If you use some daemon like identd which needs to learn
Dvfs.txt1048 waiting to explore behind a 'mountpoint' whilst letting the daemon go
/linux-4.4.14/arch/um/drivers/
DMakefile11 daemon-objs := daemon_kern.o daemon_user.o
45 obj-$(CONFIG_UML_NET_DAEMON) += daemon.o
/linux-4.4.14/tools/thermal/tmon/
DREADME42 -d, --daemon run as daemon, no TUI
/linux-4.4.14/fs/cachefiles/
DMakefile7 daemon.o \
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-api.txt19 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
Dwatchdog-parameters.txt154 system resets despite watchdog daemon running, default=0
/linux-4.4.14/Documentation/vm/
Dksm.txt8 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-4.4.14/net/irda/irnet/
DKconfig8 working PPP subsystem (driver, daemon and config)...
/linux-4.4.14/Documentation/
DSAK.txt68 daemon gpm
72 daemon gpm < /dev/null
Doops-tracing.txt150 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
Dkernel-per-CPU-kthreads.txt212 daemon from running on each CPU every second or so.
DIPMI.txt422 (if set to 0) the kernel IPMI daemon. Normally this is auto-detected
424 or users that don't want the daemon (don't need the performance, don't
Ddevices.txt2710 2 = /dev/vx/iod Volume i/o daemon access node
2713 5 = /dev/vx/taskmon Volume tasks monitor daemon
/linux-4.4.14/Documentation/usb/
Dfunctionfs.txt45 $ ( cd /dev/ffs-mtp && mtp-daemon ) &
47 $ ( cd /dev/ffs-hid && hid-daemon ) &
Dhotplug.txt22 (triggering some monitoring daemon to invoke a helper program) or
75 user mode daemon to detect changes in system configuration.
DWUSB-Design-overview.txt175 [/uwb_rc_neh_grok()/]. Notifications are handled to the UWB daemon, that
227 daemon through a notification list.
Dusb-serial.txt416 and pilot-manager -daemon calls will work. Baud rates up to 115200
Dgadget-testing.txt173 On the device: start the function's userspace daemon, enable the gadget
/linux-4.4.14/tools/laptop/freefall/
Dfreefall.c135 if (daemon(0, 0) != 0) { in main()
/linux-4.4.14/fs/autofs4/
DKconfig7 automounter (amd), which is a pure user space daemon.
/linux-4.4.14/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
Dpnfs-block-server.txt18 option enabled, the blkmapd daemon from nfs-utils is running, and the
Dnfsroot.txt69 port = as given by server portmap daemon
/linux-4.4.14/net/l2tp/
DKconfig29 userland daemon handles L2TP the control protocol (tunnel
30 and session setup). One such daemon is OpenL2TP
/linux-4.4.14/tools/usb/usbip/
DREADME45 - Start usbip daemon.
198 - Check the kernel and daemon messages.
/linux-4.4.14/Documentation/networking/
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
Ddecnet.txt23 CONFIG_NETFILTER (will be required for the DECnet routing daemon)
124 there will be a routing daemon to send and receive routing messages for
126 routing daemon will use netfilter to listen to routing packets, and
130 for use by the routing daemon which will now use netfilter (a much cleaner
Dipddp.txt52 Encapsulation - You will need to download a software daemon called ipddpd.
Dl2tp.txt32 (userspace daemon) to manage them.
61 passed through the kernel's PPP subsystem. The standard PPP daemon,
92 daemon in order to use the pppol2tp driver.
Dgeneric-hdlc.txt10 experimental InARP user-space daemon available on:
Doperstates.txt156 A routing daemon or dhcp client just needs to care for IFF_RUNNING or
Dbatman-adv.txt5 does no longer operate on the IP basis. Unlike the batman daemon,
Dcdc_mbim.txt328 [4] ModemManager - "a DBus-activated daemon which controls mobile
Dip-sysctl.txt184 option _only_ if you are really sure that listening daemon
974 and a multicast routing daemon is required.
1040 BOOTP relay daemon will catch and forward such packets.
1182 The maximum number of probes to send to the user space ARP daemon
Dppp_generic.txt109 in the PPP daemon (pppd) can take over and perform the PPP
Dscaling.txt77 will be running irqbalance, a daemon that dynamically optimizes IRQ
Darcnet.txt512 D_DURING or more, it would be a REALLY good idea to kill your klogd daemon
/linux-4.4.14/kernel/
Dcred.c594 struct cred *prepare_kernel_cred(struct task_struct *daemon) in prepare_kernel_cred() argument
605 if (daemon) in prepare_kernel_cred()
606 old = get_task_cred(daemon); in prepare_kernel_cred()
/linux-4.4.14/tools/hv/
Dhv_fcopy_daemon.c162 if (daemonize && daemon(1, 0)) { in main()
Dhv_vss_daemon.c173 if (daemonize && daemon(1, 0)) in main()
Dhv_kvp_daemon.c1430 if (daemonize && daemon(1, 0)) in main()
/linux-4.4.14/net/sunrpc/
DKconfig31 daemon which may be found in the Linux nfs-utils package
/linux-4.4.14/net/decnet/
DKconfig39 filtering" option will be required for the forthcoming routing daemon
/linux-4.4.14/drivers/staging/media/lirc/
DKconfig10 with a remote control and the lirc daemon, the receiver drivers
/linux-4.4.14/Documentation/power/
Dapm-acpi.txt29 system the associated daemon will exit gracefully.
/linux-4.4.14/kernel/debug/kdb/
Dkdb_main.c2275 int idle = 0, daemon = 0; in kdb_ps_suppressed() local
2287 ++daemon; in kdb_ps_suppressed()
2289 if (idle || daemon) { in kdb_ps_suppressed()
2293 daemon ? " and " : ""); in kdb_ps_suppressed()
2294 if (daemon) in kdb_ps_suppressed()
2296 "process%s", daemon, in kdb_ps_suppressed()
2297 daemon == 1 ? "" : "es"); in kdb_ps_suppressed()
/linux-4.4.14/net/openvswitch/
DKconfig24 forwarding. It is complemented by a userspace daemon, ovs-vswitchd,
/linux-4.4.14/Documentation/video4linux/
DREADME.ir48 The cvs version of the lircd daemon supports reading events from the
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-opal-elog23 Typically, a user space daemon will monitor for new
/linux-4.4.14/drivers/isdn/
DKconfig31 a daemon running. A reduced T.70 protocol is supported with tty's
/linux-4.4.14/Documentation/device-mapper/
Ddm-log.txt41 logging requests to userspace, where a daemon receives and processes the
Dthin-provisioning.txt113 will be triggered which a userspace daemon should catch allowing it to
116 userspace daemon can use this to detect a situation where a new table
Ddm-raid.txt56 Interval between runs of the bitmap daemon that
/linux-4.4.14/Documentation/security/
Dkeys-ecryptfs.txt7 either in kernel space or in user space with a daemon called 'ecryptfsd'. In
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt60 daemon(0,0);
/linux-4.4.14/net/ipx/
DKconfig56 daemons. A RIP/SAP daemon that works well with the full internal net
/linux-4.4.14/Documentation/hwmon/
Dg76215 done via a userland daemon like fancontrol.
/linux-4.4.14/Documentation/sound/oss/
Dbtaudio81 * read audio data from btaudio, send to esound daemon (which might be
DIntroduction87 3. The enlightenment sound daemon may be used for playing
340 sound daemon "esd", the "esd" program has the sound device.
/linux-4.4.14/Documentation/isdn/
DREADME.sc223 Then, the ipppd (ippp daemon) must be setup:
228 xiv) link the two /dev interfaces to the daemon
262 xvi) link the two /dev interfaces to the daemon
DREADME.gigaset78 discipline remains active. To deactivate it, kill the daemon, for example
357 - in system log files written by your syslog daemon, usually
DsyncPPP.FAQ210 -> not good ... check /var/adm/syslog and /var/adm/daemon.
DREADME350 can start the daemon iprofd. Give it a path to a file at the command-
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt50 6.9 The switch daemon
401 o uml_switch - User-space virtual switch required for daemon
867 o a switch daemon
887 The daemon and multicast transports provide a completely virtual
907 o a switch daemon - if you want a purely virtual network and you
908 don't mind running the daemon in order to get somewhat better
1000 You will likely need the setuid helper, or the switch daemon, or both.
1007 daemon is uml_switch, in CVS /tools/uml_router. They are both built
1016 Below, you will see that the TUN/TAP, ethertap, and daemon interfaces
1564 6.9. The switch daemon
[all …]
/linux-4.4.14/tools/usb/usbip/src/
Dusbipd.c501 if (daemon(0, 0) < 0) { in do_standalone_mode()
/linux-4.4.14/Documentation/cpu-freq/
Duser-guide.txt163 userspace daemon. Make sure to not
/linux-4.4.14/Documentation/laptops/
Dsonypi.txt26 A simple daemon which translates the jogdial movements into mouse wheel events
Dlaptop-mode.txt324 # start or stop laptop_mode, best run by a power management daemon when
699 Dax Kelson submitted this so that the ACPI acpid daemon will
771 …logger -p daemon.warning "You are using laptop mode and your battery interface $BATT_INFO is missi…
/linux-4.4.14/crypto/
DKconfig179 tristate "Software async crypto daemon"
185 This is a generic software asynchronous crypto daemon that
190 tristate "Software async multi-buffer crypto daemon"
196 This is a generic software asynchronous crypto daemon that
201 their crypto request asynchronously to be processed by this daemon.
/linux-4.4.14/fs/
DKconfig235 filesystem-related networking code, such as NFS daemon and
/linux-4.4.14/drivers/net/ppp/
DKconfig107 version of the pppd daemon which understands the multilink protocol.
/linux-4.4.14/net/ipv4/
DKconfig101 handled by the klogd daemon which is responsible for kernel messages
231 Normally, a multicast router runs a userspace daemon and decides
258 this, you need an experimental routing daemon supporting it (pimd or
/linux-4.4.14/net/ipv6/
DKconfig263 Normally, a multicast router runs a userspace daemon and decides
/linux-4.4.14/Documentation/fb/
Duvesafb.txt150 if an instance of the daemon isn't already running.
/linux-4.4.14/arch/um/
DKconfig.net96 networking daemon on the host.
/linux-4.4.14/drivers/macintosh/
DKconfig143 Newer models should use a userspace daemon like pbbuttonsd.
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics50 server with git-daemon is relatively straightforward if you have a system
/linux-4.4.14/drivers/char/hw_random/
DKconfig18 handled by the "rngd" daemon. Documentation/hw_random.txt
/linux-4.4.14/drivers/media/rc/
DKconfig23 LIRC daemon handles protocol decoding for IR reception and
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt579 daemon is using /dev/softsynth. First, kill the daemon. Next, remove
652 of the daemon. Look for a file named espeakup under /etc/init.d or
1160 software synthesizer, you must also indicate which daemon you wish to
1167 Any arguments that follow the name of the daemon are passed to the daemon
/linux-4.4.14/Documentation/powerpc/
Deeh-pci-error-recovery.txt289 trigger any user-space daemon that was watching /sysfs,
/linux-4.4.14/scripts/
Dspelling.txt297 deamon||daemon
/linux-4.4.14/drivers/watchdog/
DKconfig22 The watchdog is usually used together with the watchdog daemon
24 <ftp://ibiblio.org/pub/Linux/system/daemons/watchdog/>. This daemon can
1046 Usually a userspace daemon will notify the kernel WDT driver that
/linux-4.4.14/drivers/acpi/
DKconfig162 A daemon reads events from input devices or via netlink and
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt40 up in a parameterized fashion so it can easily be modified by speed-daemon
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex395 changes to software (\eg, an auto-mounting daemon).
696 volume-daemon automatically mounts a newly inserted \cdrom\ under {\tt
/linux-4.4.14/net/netfilter/
DKconfig303 by the 'saned' daemon. Like FTP, it uses separate control and
/linux-4.4.14/
DCREDITS2466 D: Kernel hacker. PostgreSQL hacker. Software watchdog daemon.
3379 D: RSPF daemon
/linux-4.4.14/drivers/scsi/
DKconfig1127 If you enable this support, the iprdump daemon can be used