Searched refs:STUB (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dqueueing.c51 #define STUB(queue) ((struct sk_buff *)&queue->empty) macro
55 NEXT(STUB(queue)) = NULL;
56 queue->head = queue->tail = STUB(queue);
84 if (tail == STUB(queue)) {
98 __wg_prev_queue_enqueue(queue, STUB(queue));
109 #undef STUB macro
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_requests.c91 #define STUB ((struct intel_timeline *)1) macro
100 if (cmpxchg(&tl->retire, NULL, STUB)) /* already queued */
/linux-master/fs/nfs/
H A Dnfs4xdr.c7631 #define STUB(proc) \ macro
7641 STUB(proc)
7649 STUB(proc)
7703 STUB(GETDEVICELIST),

Completed in 151 milliseconds