Searched refs:mq (Results 1 – 7 of 7) sorted by relevance
99 struct omap_mbox_queue *mq = container_of(work, in mbox_tx_work() local101 struct omap_mbox *mbox = mq->queue->queuedata; in mbox_tx_work()130 struct omap_mbox_queue *mq = in mbox_rx_work() local132 struct omap_mbox *mbox = mq->queue->queuedata; in mbox_rx_work()297 struct omap_mbox_queue *mq; in mbox_queue_alloc() local299 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 …]
103 unsigned int mq; /* 601 only (not used at present) */ member
243 DEFINE(_MQ, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, mq)); in main()
714 regs->mq = 0; in start_thread()
26 PPC_REG mq; /* 601 only (not used at present) */ member
41 unsigned long mq; /* 601 only (not used at present) */ member
1201 sn_mq_watchlist_alloc(int blade, void *mq, unsigned int mq_size, in sn_mq_watchlist_alloc() argument1209 addr = (unsigned long)mq; in sn_mq_watchlist_alloc()