/kernel/linux/linux-6.6/arch/m68k/bvme6000/ |
H A D | config.c | 135 unsigned long *new = (unsigned long *)vectors; in bvme6000_abort_int() local
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | hugetlb-8xx.h | 33 static inline void hugepd_populate(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate() argument 38 static inline void hugepd_populate_kernel(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate_kernel() argument
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pgtable-types.h | 77 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg() argument
|
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | irqchip.c | 178 struct kvm_irq_routing_table *new, *old; in kvm_set_irq_routing() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | mlock-random-test.c | 27 struct rlimit new; in set_cap_limits() local
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | local.h | 55 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() argument 60 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() argument
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | err_common.c | 280 cdl_register_subpacket_annotation(struct el_subpacket_annotation *new) cdl_register_subpacket_annotation() argument 302 cdl_register_subpacket_handler(struct el_subpacket_handler *new) cdl_register_subpacket_handler() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | pm-gpio.c | 127 u32 gpcon, old, new, mask; in samsung_gpio_pm_2bit_resume() local 204 u32 old, new, mask; samsung_gpio_pm_4bit_mask() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/ |
H A D | init_32.c | 39 pte_t *new; in kasan_init_shadow_page_tables() local
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | 8xx.c | 63 __early_map_kernel_hugepage(unsigned long va, phys_addr_t pa, pgprot_t prot, int psize, bool new) __early_map_kernel_hugepage() argument 120 mmu_mapin_ram_chunk(unsigned long offset, unsigned long top, pgprot_t prot, bool new) mmu_mapin_ram_chunk() argument
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | process.c | 240 __switch_to(struct task_struct *old, struct task_struct *new) __switch_to() argument
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | atomic.h | 77 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() argument 117 static inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg() argument
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | chan_user.c | 77 struct termios save, new; in generic_console_write() local
|
H A D | port_user.c | 170 int new, err; in port_connection() local
|
H A D | xterm.c | 91 int pid, fd, new, err; in xterm_open() local [all...] |
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | cmpxchg_64.h | 11 __cmpxchg_u32(volatile int *m, int old, int new) in __cmpxchg_u32() argument 115 __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in __cmpxchg_u64() argument 131 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) in __cmpxchg_u8() argument 157 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument 184 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg_local() argument [all...] |
/kernel/linux/linux-5.10/drivers/misc/echo/ |
H A D | echo.c | 328 int new, old; in oslec_update() local
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-cache-background-tracker.c | 84 struct rb_node **new = &b->pending.rb_node, *parent = NULL; in __insert_pending() local 113 struct rb_node **new in __find_pending() local [all...] |
H A D | dm-snap-transient.c | 31 transient_read_metadata(struct dm_exception_store *store, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context) transient_read_metadata() argument
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | jornada680_kbd.c | 81 unsigned char new = jornadakbd->new_scan[i]; in jornada_parse_kbd() local
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_pool.c | 200 static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_index() argument 227 static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new) in insert_key() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_preempt.c | 12 try_preempt_state(struct a5xx_gpu *a5xx_gpu, enum preempt_state old, enum preempt_state new) try_preempt_state() argument 25 set_preempt_state(struct a5xx_gpu *gpu, enum preempt_state new) set_preempt_state() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_context.c | 276 static int drm_context_switch(struct drm_device * dev, int old, int new) in drm_context_switch() argument 304 drm_context_switch_complete(struct drm_device *dev, struct drm_file *file_priv, int new) drm_context_switch_complete() argument [all...] |
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | trm290.c | 281 u16 new, old, compat = hwif->channel ? 0x374 : 0x3f4; in init_hwif_trm290() local
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pio_copy.c | 261 u64 new, temp; in merge_write8() local
|