Home
last modified time | relevance | path

Searched defs:daemon (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/perf/
Dbuiltin-daemon.c84 struct daemon { struct
98 static struct daemon __daemon = { argument
133 static struct daemon_session *daemon__find_session(struct daemon *daemon, char *name) in daemon__find_session()
156 static int session_config(struct daemon *daemon, const char *var, const char *value) in session_config()
217 struct daemon *daemon = cb; in server_config() local
236 struct daemon *daemon = cb; in client_config() local
247 static int check_base(struct daemon *daemon) in check_base()
282 static int setup_client_config(struct daemon *daemon) in setup_client_config()
295 static int setup_server_config(struct daemon *daemon) in setup_server_config()
321 struct daemon *daemon) in daemon_session__run()
[all …]
/linux-5.19.10/fs/ecryptfs/
Dmessaging.c102 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon) in ecryptfs_find_daemon_by_euid()
130 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file) in ecryptfs_spawn_daemon()
156 int ecryptfs_exorcise_daemon(struct ecryptfs_daemon *daemon) in ecryptfs_exorcise_daemon()
206 int ecryptfs_process_response(struct ecryptfs_daemon *daemon, in ecryptfs_process_response()
265 struct ecryptfs_daemon *daemon; in ecryptfs_send_message_locked() local
426 struct ecryptfs_daemon *daemon; in ecryptfs_release_messaging() local
Dmiscdev.c31 struct ecryptfs_daemon *daemon = file->private_data; in ecryptfs_miscdev_poll() local
66 struct ecryptfs_daemon *daemon = NULL; in ecryptfs_miscdev_open() local
109 struct ecryptfs_daemon *daemon = file->private_data; in ecryptfs_miscdev_release() local
148 u16 msg_flags, struct ecryptfs_daemon *daemon) in ecryptfs_send_miscdev()
213 struct ecryptfs_daemon *daemon = file->private_data; in ecryptfs_miscdev_read() local
322 static int ecryptfs_miscdev_response(struct ecryptfs_daemon *daemon, char *data, in ecryptfs_miscdev_response()
/linux-5.19.10/kernel/
Dcred.c712 struct cred *prepare_kernel_cred(struct task_struct *daemon) in prepare_kernel_cred()
/linux-5.19.10/kernel/debug/kdb/
Dkdb_main.c2280 int idle = 0, daemon = 0; in kdb_ps_suppressed() local