Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/testing/selftests/ipc/
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()
/linux-6.3-rc2/drivers/pci/msi/
A Dmsi.c187 u16 msgctl; in pci_write_msg_msi() local
189 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl); in pci_write_msg_msi()
190 msgctl &= ~PCI_MSI_FLAGS_QSIZE; in pci_write_msg_msi()
191 msgctl |= desc->pci.msi_attrib.multiple << 4; in pci_write_msg_msi()
192 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, msgctl); in pci_write_msg_msi()
202 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl); in pci_write_msg_msi()
475 u16 msgctl; in pci_msi_vec_count() local
480 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &msgctl); in pci_msi_vec_count()
481 ret = 1 << ((msgctl & PCI_MSI_FLAGS_QMASK) >> 1); in pci_msi_vec_count()
/linux-6.3-rc2/tools/testing/selftests/powerpc/syscalls/
A Dipc.h31 DO_TEST(msgctl, __NR_msgctl)
/linux-6.3-rc2/kernel/
A Dsys_ni.c210 COND_SYSCALL(msgctl);
211 COND_SYSCALL_COMPAT(msgctl);
/linux-6.3-rc2/drivers/ntb/hw/idt/
A Dntb_hw_idt.h1223 unsigned int msgctl[IDT_MSG_CNT]; member
/linux-6.3-rc2/ipc/
A Dmsg.c640 SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) in SYSCALL_DEFINE3() argument
774 COMPAT_SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() argument
/linux-6.3-rc2/arch/ia64/kernel/syscalls/
A Dsyscall.tbl100 88 common msgctl sys_msgctl
/linux-6.3-rc2/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl79 69 n64 msgctl sys_old_msgctl
/linux-6.3-rc2/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl79 69 n64 msgctl sys_old_msgctl
A Dsyscall_n32.tbl79 69 n32 msgctl compat_sys_old_msgctl
A Dsyscall_o32.tbl393 402 o32 msgctl sys_msgctl compat_sys_msgctl
/linux-6.3-rc2/arch/x86/entry/syscalls/
A Dsyscall_64.tbl82 71 common msgctl sys_msgctl
A Dsyscall_32.tbl410 402 i386 msgctl sys_msgctl compat_sys_msgctl
/linux-6.3-rc2/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl185 169 common msgctl sys_old_msgctl
/linux-6.3-rc2/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl82 71 common msgctl sys_msgctl
/linux-6.3-rc2/arch/sh/kernel/syscalls/
A Dsyscall.tbl408 402 common msgctl sys_msgctl
/linux-6.3-rc2/arch/arm/tools/
A Dsyscall.tbl321 304 common msgctl sys_old_msgctl
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl341 331 common msgctl sys_old_msgctl
/linux-6.3-rc2/arch/m68k/kernel/syscalls/
A Dsyscall.tbl405 402 common msgctl sys_msgctl
/linux-6.3-rc2/arch/parisc/kernel/syscalls/
A Dsyscall.tbl211 191 common msgctl sys_msgctl compat_sys_msgctl
/linux-6.3-rc2/arch/sparc/kernel/syscalls/
A Dsyscall.tbl451 402 common msgctl sys_msgctl compat_sys_msgctl
/linux-6.3-rc2/arch/alpha/kernel/syscalls/
A Dsyscall.tbl177 200 common msgctl sys_old_msgctl
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl492 402 common msgctl sys_msgctl compat_sys_msgctl
/linux-6.3-rc2/arch/s390/kernel/syscalls/
A Dsyscall.tbl408 402 common msgctl sys_msgctl compat_sys_msgctl
/linux-6.3-rc2/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl492 402 common msgctl sys_msgctl compat_sys_msgctl

Completed in 24 milliseconds

12