Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/testing/selftests/ipc/
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.1.9/drivers/pci/msi/
Dmsi.c187 u16 msgctl; in __pci_write_msi_msg() local
189 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl); in __pci_write_msi_msg()
190 msgctl &= ~PCI_MSI_FLAGS_QSIZE; in __pci_write_msi_msg()
191 msgctl |= entry->pci.msi_attrib.multiple << 4; in __pci_write_msi_msg()
192 pci_write_config_word(dev, pos + PCI_MSI_FLAGS, msgctl); in __pci_write_msi_msg()
206 pci_read_config_word(dev, pos + PCI_MSI_FLAGS, &msgctl); in __pci_write_msi_msg()
730 u16 msgctl; in pci_msi_vec_count() local
735 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &msgctl); in pci_msi_vec_count()
736 ret = 1 << ((msgctl & PCI_MSI_FLAGS_QMASK) >> 1); in pci_msi_vec_count()
/linux-6.1.9/tools/testing/selftests/powerpc/syscalls/
Dipc.h31 DO_TEST(msgctl, __NR_msgctl)
/linux-6.1.9/kernel/
Dsys_ni.c210 COND_SYSCALL(msgctl);
211 COND_SYSCALL_COMPAT(msgctl);
/linux-6.1.9/drivers/ntb/hw/idt/
Dntb_hw_idt.h1223 unsigned int msgctl[IDT_MSG_CNT]; member
/linux-6.1.9/ipc/
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.1.9/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl79 69 n64 msgctl sys_old_msgctl
/linux-6.1.9/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl79 69 n64 msgctl sys_old_msgctl
Dsyscall_n32.tbl79 69 n32 msgctl compat_sys_old_msgctl
Dsyscall_o32.tbl393 402 o32 msgctl sys_msgctl compat_sys_msgctl
/linux-6.1.9/arch/ia64/kernel/syscalls/
Dsyscall.tbl100 88 common msgctl sys_msgctl
/linux-6.1.9/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl82 71 common msgctl sys_msgctl
/linux-6.1.9/arch/xtensa/kernel/syscalls/
Dsyscall.tbl185 169 common msgctl sys_old_msgctl
/linux-6.1.9/arch/x86/entry/syscalls/
Dsyscall_64.tbl82 71 common msgctl sys_msgctl
Dsyscall_32.tbl410 402 i386 msgctl sys_msgctl compat_sys_msgctl
/linux-6.1.9/arch/m68k/kernel/syscalls/
Dsyscall.tbl405 402 common msgctl sys_msgctl
/linux-6.1.9/arch/parisc/kernel/syscalls/
Dsyscall.tbl211 191 common msgctl sys_msgctl compat_sys_msgctl
/linux-6.1.9/arch/sh/kernel/syscalls/
Dsyscall.tbl408 402 common msgctl sys_msgctl
/linux-6.1.9/arch/microblaze/kernel/syscalls/
Dsyscall.tbl341 331 common msgctl sys_old_msgctl
/linux-6.1.9/arch/arm/tools/
Dsyscall.tbl321 304 common msgctl sys_old_msgctl
/linux-6.1.9/arch/alpha/kernel/syscalls/
Dsyscall.tbl177 200 common msgctl sys_old_msgctl
/linux-6.1.9/arch/sparc/kernel/syscalls/
Dsyscall.tbl451 402 common msgctl sys_msgctl compat_sys_msgctl
/linux-6.1.9/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl489 402 common msgctl sys_msgctl compat_sys_msgctl
/linux-6.1.9/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl408 402 common msgctl sys_msgctl compat_sys_msgctl
/linux-6.1.9/arch/powerpc/kernel/syscalls/
Dsyscall.tbl492 402 common msgctl sys_msgctl compat_sys_msgctl

12