/Linux-v5.10/include/linux/ |
D | refcount.h | 150 static inline __must_check bool __refcount_add_not_zero(int i, refcount_t *r, int *oldp) in __refcount_add_not_zero() argument 159 if (oldp) in __refcount_add_not_zero() 160 *oldp = old; in __refcount_add_not_zero() 191 static inline void __refcount_add(int i, refcount_t *r, int *oldp) in __refcount_add() argument 195 if (oldp) in __refcount_add() 196 *oldp = old; in __refcount_add() 225 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) in __refcount_inc_not_zero() argument 227 return __refcount_add_not_zero(1, r, oldp); in __refcount_inc_not_zero() 248 static inline void __refcount_inc(refcount_t *r, int *oldp) in __refcount_inc() argument 250 __refcount_add(1, r, oldp); in __refcount_inc() [all …]
|
D | nodemask.h | 348 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __node_remap() argument 350 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits); in __node_remap() 356 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __nodes_remap() argument 358 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()
|
/Linux-v5.10/arch/xtensa/mm/ |
D | init.c | 173 char *oldp; in parse_memmap_one() local 179 oldp = p; in parse_memmap_one() 181 if (p == oldp) in parse_memmap_one()
|
/Linux-v5.10/security/selinux/ss/ |
D | mls.c | 447 int mls_convert_context(struct policydb *oldp, in mls_convert_context() argument 457 if (!oldp->mls_enabled || !newp->mls_enabled) in mls_convert_context() 461 char *name = sym_name(oldp, SYM_LEVELS, in mls_convert_context() 475 sym_name(oldp, SYM_CATS, i)); in mls_convert_context()
|
D | mls.h | 50 int mls_convert_context(struct policydb *oldp,
|
D | services.c | 1980 struct policydb *oldp; member 2043 sym_name(args->oldp, in convert_context() 2052 sym_name(args->oldp, SYM_ROLES, oldc->role - 1)); in convert_context() 2060 sym_name(args->oldp, in convert_context() 2067 if (args->oldp->mls_enabled && args->newp->mls_enabled) { in convert_context() 2068 rc = mls_convert_context(args->oldp, args->newp, oldc, newc); in convert_context() 2071 } else if (!args->oldp->mls_enabled && args->newp->mls_enabled) { in convert_context() 2096 args->oldp, in convert_context() 2105 rc = context_struct_to_string(args->oldp, oldc, &s, &len); in convert_context() 2300 args.oldp = &oldpolicy->policydb; in security_load_policy()
|
/Linux-v5.10/arch/arm64/kernel/ |
D | proton-pack.c | 34 static void update_mitigation_state(enum mitigation_state *oldp, in update_mitigation_state() argument 40 state = READ_ONCE(*oldp); in update_mitigation_state() 47 } while (cmpxchg_relaxed(oldp, state, new) != state); in update_mitigation_state()
|
/Linux-v5.10/arch/mips/kernel/ |
D | setup.c | 368 char *oldp; in early_parse_memmap() local 379 oldp = p; in early_parse_memmap() 381 if (p == oldp) in early_parse_memmap()
|
/Linux-v5.10/arch/x86/boot/compressed/ |
D | kaslr.c | 134 char *oldp; in parse_memmap() local 143 oldp = p; in parse_memmap() 145 if (p == oldp) in parse_memmap()
|
/Linux-v5.10/net/sched/ |
D | cls_tcindex.c | 333 struct tcindex_data *cp = NULL, *oldp; in tcindex_set_parms() local 482 oldp = p; in tcindex_set_parms() 506 if (oldp) in tcindex_set_parms() 507 tcf_queue_work(&oldp->rwork, tcindex_partial_destroy_work); in tcindex_set_parms()
|
/Linux-v5.10/arch/x86/kernel/ |
D | e820.c | 920 char *oldp; in parse_memmap_one() local 932 oldp = p; in parse_memmap_one() 934 if (p == oldp) in parse_memmap_one()
|
/Linux-v5.10/drivers/net/arcnet/ |
D | arcnet.c | 1102 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx() local 1105 if (oldp != newp) { in arcnet_rx() 1109 newp->suffix, oldp->suffix); in arcnet_rx()
|