Home
last modified time | relevance | path

Searched refs:prior (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_prioq.c137 int prior; in snd_seq_prioq_cell_in() local
143 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in()
150 if (f->tail && !prior) { in snd_seq_prioq_cell_in()
174 else if (rel == 0 && prior) in snd_seq_prioq_cell_in()
175 /* equal schedule time and prior to others */ in snd_seq_prioq_cell_in()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_prioq.c137 int prior; in snd_seq_prioq_cell_in() local
143 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in()
150 if (f->tail && !prior) { in snd_seq_prioq_cell_in()
174 else if (rel == 0 && prior) in snd_seq_prioq_cell_in()
175 /* equal schedule time and prior to others */ in snd_seq_prioq_cell_in()
/kernel/uniproton/src/core/kernel/irq/
H A Dprt_irq_internal.h68 HwiPrior prior; member
170 form->prior = hwiPrio; in OsHwiAttrSet()
H A Dprt_irq.c340 OS_HWI_SET_HOOK_ATTR(OS_IRQ2HWI(irqNum), (U32)(OS_HWI_MODE_ATTR(irqNum)->prior), (uintptr_t)handler); in OsHwiConnectHandle()
/kernel/linux/linux-5.10/net/rxrpc/
H A Dcall_event.c51 s8 prior = rxrpc_ack_priority[ack_reason]; in __rxrpc_propose_ACK() local
64 _debug("prior %u %u vs %u %u", in __rxrpc_propose_ACK()
65 ack_reason, prior, in __rxrpc_propose_ACK()
74 } else if (prior > rxrpc_ack_priority[call->ackr_reason]) { in __rxrpc_propose_ACK()
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_startup.s16 ; to endorse or promote products derived from this software without specific prior written
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
H A Dlos_atomic.S15 ; to endorse or promote products derived from this software without specific prior written
H A Dlos_exc.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/linux/linux-6.6/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac.h115 u8 prior; member
H A Ddw-axi-dmac-platform.c101 config->prior << CH_CFG_H_PRIORITY_POS; in axi_chan_config_write()
108 config->prior << CH_CFG2_H_PRIORITY_POS; in axi_chan_config_write()
396 config.prior = priority; in axi_chan_block_xfer_start()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Drtas.c565 * prior lookup against the function table.
1923 struct rtas_function *prior; in rtas_function_table_init() local
1934 prior = &rtas_function_table[i - 1]; in rtas_function_table_init()
1936 cmp = strcmp(prior->name, curr->name); in rtas_function_table_init()
1945 prior->name, curr->name); in rtas_function_table_init()
/kernel/linux/linux-5.10/mm/
H A Dslub.c2183 void *prior; in deactivate_slab() local
2195 prior = page->freelist; in deactivate_slab()
2197 set_freepointer(s, freelist, prior); in deactivate_slab()
2203 prior, counters, in deactivate_slab()
2974 void *prior; in __slab_free() local
2992 prior = page->freelist; in __slab_free()
2994 set_freepointer(s, tail, prior); in __slab_free()
2998 if ((!new.inuse || !prior) && !was_frozen) { in __slab_free()
3000 if (kmem_cache_has_cpu_partial(s) && !prior) { in __slab_free()
3027 prior, counter in __slab_free()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S32 # this software without specific prior written permission.
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S32 # this software without specific prior written permission.
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh166 echo Unable to download $T/binres.tgz to system $i, waiting and then retrying. $tries prior retries. | tee -a "$oldrun/remote-log"
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m4/iar/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
H A Dlos_exc.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/liteos_m/arch/arm/cortex-m7/iar/
H A Dlos_dispatch.S16 ; to endorse or promote products derived from this software without specific prior written
/kernel/linux/linux-6.6/mm/
H A Dslub.c3548 void *prior = slab->freelist; in free_to_partial_list() local
3552 set_freepointer(s, tail, prior); in free_to_partial_list()
3563 if (!prior) { in free_to_partial_list()
3605 void *prior; in __slab_free() local
3627 prior = slab->freelist; in __slab_free()
3629 set_freepointer(s, tail, prior); in __slab_free()
3633 if ((!new.inuse || !prior) && !was_frozen) { in __slab_free()
3635 if (kmem_cache_has_cpu_partial(s) && !prior) { in __slab_free()
3662 prior, counters, in __slab_free()
3693 if (!kmem_cache_has_cpu_partial(s) && unlikely(!prior)) { in __slab_free()
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dround.S135 | prior to usage, and needs to restore d1 to original.

Completed in 25 milliseconds

12