Home
last modified time | relevance | path

Searched refs:NEXT (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireguard/
H A Dqueueing.c50 #define NEXT(skb) ((skb)->prev) macro
55 NEXT(STUB(queue)) = NULL; in wg_prev_queue_init()
68 WRITE_ONCE(NEXT(skb), NULL); in __wg_prev_queue_enqueue()
69 WRITE_ONCE(NEXT(xchg_release(&queue->head, skb)), skb); in __wg_prev_queue_enqueue()
82 struct sk_buff *tail = queue->tail, *next = smp_load_acquire(&NEXT(tail)); in wg_prev_queue_dequeue()
89 next = smp_load_acquire(&NEXT(next)); in wg_prev_queue_dequeue()
99 next = smp_load_acquire(&NEXT(tail)); in wg_prev_queue_dequeue()
108 #undef NEXT
/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dprobepoint.tc18 NEXT=+`expr $A3 - $A2` # offset to next symbol
34 echo "p:testprobe ${TARGET_FUNC}${NEXT}" > kprobe_events
/linux/arch/m68k/fpsp040/
H A Dssin.S204 |--HIDE THE NEXT THREE INSTRUCTIONS
217 |--HIDE THE NEXT ONE
297 |---HIDE THE NEXT TWO WHILE WAITING FOR FP0
303 |--HIDE THE NEXT TWO WHILE WAITING FOR FP1
310 |--HIDE THE NEXT TWO WHILE WAITING FOR THE XU
559 |--HIDE THE NEXT THREE INSTRUCTIONS
576 |--HIDE THE NEXT TWO
H A Dstan.S192 |--HIDE THE NEXT TWO INSTRUCTIONS
202 |--HIDE THE NEXT ONE
H A Dfpsp.h118 |NEXT equ LV+192 ;need to increase LOCAL_SIZE
/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst65 the NEXT+1 merge window, or should come with sufficient justification
72 set will need to wait for the NEXT+1 merge window. Of course there is no
/linux/drivers/dma/
H A Dpch_dma.c335 channel_writel(pd_chan, NEXT, desc->regs.next); in pdc_dostart()
338 channel_writel(pd_chan, NEXT, desc->txd.phys); in pdc_dostart()
750 pd->ch_regs[i].next = channel_readl(pd_chan, NEXT); in pch_dma_save_regs()
773 channel_writel(pd_chan, NEXT, pd->ch_regs[i].next); in pch_dma_restore_regs()
/linux/arch/arc/kernel/
H A Dptrace.c170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument
175 offsetof(struct user_regs_struct, NEXT)); in genregs_set()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h311 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument
322 NEXT; \
/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst170 - NEXT / SKIP
/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S8470 #--NEXT SEE IF EXP(-1/16) < X < EXP(1/16)