Searched refs:mqueue (Results 1 – 8 of 8) sorted by relevance
7 mqueue-lat
8 TEST_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
276 3. /proc/sys/fs/mqueue - POSIX message queues filesystem279 The "mqueue" filesystem provides the necessary kernel features to enable the284 The "mqueue" filesystem contains values for determining/setting the amount of287 /proc/sys/fs/mqueue/queues_max is a read/write file for setting/getting the290 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the295 /proc/sys/fs/mqueue/msgsize_max is a read/write file for setting/getting the299 /proc/sys/fs/mqueue/msg_default is a read/write file for setting/getting the303 /proc/sys/fs/mqueue/msgsize_default is a read/write file for setting/getting
9 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
555 static struct mcryptd_queue mqueue; variable567 return mcryptd_create_hash(tmpl, tb, &mqueue); in mcryptd_create()700 err = mcryptd_init_queue(&mqueue, MCRYPTD_MAX_CPU_QLEN); in mcryptd_init()708 mcryptd_fini_queue(&mqueue); in mcryptd_init()717 mcryptd_fini_queue(&mqueue); in mcryptd_exit()
14 TARGETS += mqueue
269 header-y += mqueue.h
252 POSIX message queues are visible as a filesystem called 'mqueue'