Home
last modified time | relevance | path

Searched refs:mq (Results 1 – 7 of 7) sorted by relevance

/arch/arm/plat-omap/
Dmailbox.c99 struct omap_mbox_queue *mq = container_of(work, in mbox_tx_work() local
101 struct omap_mbox *mbox = mq->queue->queuedata; in mbox_tx_work()
130 struct omap_mbox_queue *mq = in mbox_rx_work() local
132 struct omap_mbox *mbox = mq->queue->queuedata; in mbox_rx_work()
297 struct omap_mbox_queue *mq; in mbox_queue_alloc() local
299 mq = kzalloc(sizeof(struct omap_mbox_queue), GFP_KERNEL); in mbox_queue_alloc()
300 if (!mq) in mbox_queue_alloc()
303 spin_lock_init(&mq->lock); in mbox_queue_alloc()
305 q = blk_init_queue(proc, &mq->lock); in mbox_queue_alloc()
309 mq->queue = q; in mbox_queue_alloc()
[all …]
/arch/powerpc/kernel/
Dppc32.h103 unsigned int mq; /* 601 only (not used at present) */ member
Dasm-offsets.c243 DEFINE(_MQ, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, mq)); in main()
Dprocess.c714 regs->mq = 0; in start_thread()
/arch/um/sys-ppc/shared/sysdep/
Dptrace.h26 PPC_REG mq; /* 601 only (not used at present) */ member
/arch/powerpc/include/asm/
Dptrace.h41 unsigned long mq; /* 601 only (not used at present) */ member
/arch/ia64/include/asm/sn/
Dsn_sal.h1201 sn_mq_watchlist_alloc(int blade, void *mq, unsigned int mq_size, in sn_mq_watchlist_alloc() argument
1209 addr = (unsigned long)mq; in sn_mq_watchlist_alloc()