Searched refs:notify_socket (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | mconsole_kern.c | 715 static char *notify_socket = NULL; variable 747 if (notify_socket != NULL) { in mconsole_init() 748 notify_socket = kstrdup(notify_socket, GFP_KERNEL); in mconsole_init() 749 if (notify_socket != NULL) in mconsole_init() 750 mconsole_notify(notify_socket, MCONSOLE_SOCKET, in mconsole_init() 777 mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count); in mconsole_proc_write() 791 if (notify_socket == NULL) in create_proc_mconsole() 822 notify_socket = str; in mconsole_setup() 843 if (notify_socket in notify_panic() [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | mconsole_kern.c | 716 static char *notify_socket = NULL; variable 748 if (notify_socket != NULL) { in mconsole_init() 749 notify_socket = kstrdup(notify_socket, GFP_KERNEL); in mconsole_init() 750 if (notify_socket != NULL) in mconsole_init() 751 mconsole_notify(notify_socket, MCONSOLE_SOCKET, in mconsole_init() 778 mconsole_notify(notify_socket, MCONSOLE_USER_NOTIFY, buf, count); in mconsole_proc_write() 792 if (notify_socket == NULL) in create_proc_mconsole() 823 notify_socket = str; in mconsole_setup() 844 if (notify_socket in notify_panic() [all...] |
Completed in 2 milliseconds