Home
last modified time | relevance | path

Searched refs:msgctl (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/ipc/
H A Dmsgque.c77 if (msgctl(id, IPC_RMID, NULL)) in restore_queue()
124 if (msgctl(msgque->msq_id, IPC_RMID, NULL)) { in check_and_destroy_queue()
138 ret = msgctl(kern_id, MSG_STAT, &ds); in dump_queue()
249 if (msgctl(msgque.msq_id, IPC_RMID, NULL)) { in main()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dmsi.c347 u16 msgctl; in __pci_write_msi_msg() local
349 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl); in __pci_write_msi_msg()
350 msgctl &= ~PCI_MSI_FLAGS_QSIZE; in __pci_write_msi_msg()
351 msgctl |= entry->msi_attrib.multiple << 4; in __pci_write_msi_msg()
352 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, msgctl); in __pci_write_msi_msg()
366 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl); in __pci_write_msi_msg()
948 u16 msgctl; in pci_msi_vec_count() local
953 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &msgctl); in pci_msi_vec_count()
954 ret = 1 << ((msgctl & PCI_MSI_FLAGS_QMASK) >> 1); in pci_msi_vec_count()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dmsg.h61 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dmsg.h61 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/syscalls/
H A Dipc.h31 DO_TEST(msgctl, __NR_msgctl)
/OK3568_Linux_fs/kernel/kernel/
H A Dsys_ni.c206 COND_SYSCALL(msgctl);
207 COND_SYSCALL_COMPAT(msgctl);
/OK3568_Linux_fs/kernel/drivers/ntb/hw/idt/
H A Dntb_hw_idt.h1223 unsigned int msgctl[IDT_MSG_CNT]; member
/OK3568_Linux_fs/kernel/ipc/
H A Dmsg.c634 SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) in SYSCALL_DEFINE3() argument
768 COMPAT_SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() argument
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl79 69 n32 msgctl compat_sys_old_msgctl
H A Dsyscall_n64.tbl79 69 n64 msgctl sys_old_msgctl
H A Dsyscall_o32.tbl393 402 o32 msgctl sys_msgctl compat_sys_msgctl
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl100 88 common msgctl sys_msgctl
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl185 169 common msgctl sys_old_msgctl
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl82 71 common msgctl sys_msgctl
H A Dsyscall_32.tbl410 402 i386 msgctl sys_msgctl compat_sys_msgctl
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl82 71 common msgctl sys_msgctl
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl405 402 common msgctl sys_msgctl
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl211 191 common msgctl sys_msgctl compat_sys_msgctl
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl341 331 common msgctl sys_old_msgctl
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl321 304 common msgctl sys_old_msgctl
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl408 402 common msgctl sys_msgctl
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl408 402 common msgctl sys_msgctl compat_sys_msgctl
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl177 200 common msgctl sys_old_msgctl
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl451 402 common msgctl sys_msgctl compat_sys_msgctl
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl493 402 common msgctl sys_msgctl compat_sys_msgctl

12