/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
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | microchip_t1.c | 92 int new = 0, rc = 0; in access_ereg_modify_changed() local
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | tape_char.c | 100 struct idal_buffer *new; in tapechar_check_idalbuffer() local
|
H A D | tape_std.c | 213 struct idal_buffer *new; in tape_std_mtsetblk() local
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_misc.h | 52 static inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add() argument [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_cgroup.c | 84 struct cls_cgroup_head *new; in cls_cgroup_change() local [all...] |
H A D | sch_mq.c | 213 static int mq_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mq_graft() argument 234 qdisc_offload_graft_helper(qdisc_dev(sch), sch, new, *old, in mq_graft() local
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | tsnmap.c | 343 unsigned long *new; in sctp_tsnmap_grow() local
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth.c | 167 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() argument
|
H A D | backchannel_rqst.c | 341 struct rpc_rqst *req, *new = NULL; in xprt_lookup_bc_request() local 251 xprt_get_bc_request(struct rpc_xprt *xprt, __be32 xid, struct rpc_rqst *new) xprt_get_bc_request() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | rbtree_augmented.h | 169 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() argument 182 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, struct rb_node *parent, struct rb_root *root) __rb_change_child_rcu() argument [all...] |
H A D | rbtree.h | 152 rb_replace_node_cached(struct rb_node *victim, struct rb_node *new, struct rb_root_cached *root) rb_replace_node_cached() argument
|