Searched refs:ksys_ipc (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/ipc/ | 
| D | syscall.c | 20 int ksys_ipc(unsigned int call, int first, unsigned long second,  in ksys_ipc()  function113 	return ksys_ipc(call, first, second, third, ptr, fifth);  in SYSCALL_DEFINE6()
 
 | 
| /Linux-v5.4/arch/s390/kernel/ | 
| D | sys_s390.c | 78 	return ksys_ipc(call, first, second, third, ptr, third);  in SYSCALL_DEFINE5()
 | 
| /Linux-v5.4/include/linux/ | 
| D | syscalls.h | 1271 int ksys_ipc(unsigned int call, int first, unsigned long second,
 |