/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_param_trace.h | 80 __field(unsigned int, prev_max) 101 __entry->prev_max = prev->max; 125 __entry->prev_max,
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/ |
H A D | channel_hw.c | 123 u32 prev_max = 0; in channel_submit() local 135 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit() 191 trace_host1x_channel_submitted(dev_name(ch->dev), prev_max, syncval); in channel_submit()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_param_trace.h | 80 __field(unsigned int, prev_max) 101 __entry->prev_max = prev->max; 125 __entry->prev_max,
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/ |
H A D | channel_hw.c | 291 u32 prev_max = 0; in channel_submit() local 301 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit() 337 trace_host1x_channel_submitted(dev_name(ch->dev), prev_max, syncval); in channel_submit()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | rtmutex.c | 474 static int prev_max; in rt_mutex_adjust_prio_chain() local 480 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain() 481 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | rtmutex.c | 682 static int prev_max; in rt_mutex_adjust_prio_chain() local 688 if (prev_max != max_lock_depth) { in rt_mutex_adjust_prio_chain() 689 prev_max = max_lock_depth; in rt_mutex_adjust_prio_chain()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | process.c | 370 max(tss->io_bitmap.prev_max, iobm->max)); in tss_copy_io_bitmap() 376 tss->io_bitmap.prev_max = iobm->max; in tss_copy_io_bitmap()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | process.c | 437 max(tss->io_bitmap.prev_max, iobm->max)); in tss_copy_io_bitmap() 443 tss->io_bitmap.prev_max = iobm->max; in tss_copy_io_bitmap()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 1226 qp->buf_pool.prev_max = qp->buf_pool.max_used; in __qla_adjust_buf() 1229 if (qp->buf_pool.prev_max > qp->buf_pool.max_used && in __qla_adjust_buf() 1236 } else if (!qp->buf_pool.prev_max && !qp->buf_pool.max_used) { in __qla_adjust_buf()
|
H A D | qla_def.h | 3790 u16 prev_max; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | processor.h | 394 unsigned int prev_max; member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | processor.h | 345 unsigned int prev_max; member
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | init_64.c | 1196 unsigned long prev_max; in add_node_ranges() local 1200 prev_max = memblock.memory.max; in add_node_ranges() 1215 if (memblock.memory.max != prev_max) in add_node_ranges()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | init_64.c | 1212 unsigned long prev_max; in add_node_ranges() local 1216 prev_max = memblock.memory.max; in add_node_ranges() 1231 if (memblock.memory.max != prev_max) in add_node_ranges()
|
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 2793 unsigned long prev_max, prev_min; in mtree_range_walk() local 2809 prev_max = max; in mtree_range_walk() 2821 prev_max = max; in mtree_range_walk() 2836 mas->max = prev_max; in mtree_range_walk()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 2080 tss->io_bitmap.prev_max = 0; in tss_setup_io_bitmap()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | common.c | 2237 tss->io_bitmap.prev_max = 0; in tss_setup_io_bitmap()
|