/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | myrs.c | 258 struct myrs_ldev_info *old = &ldev_info_orig; in myrs_get_ldev_info() local 261 if (new->dev_state != old->dev_state) { in myrs_get_ldev_info() 269 if ((new->soft_errs != old->soft_errs) || in myrs_get_ldev_info() 270 (new->cmds_failed != old->cmds_failed) || in myrs_get_ldev_info() 271 (new->deferred_write_errs != old->deferred_write_errs)) in myrs_get_ldev_info() 293 if (old->bg_init_active && !new->bg_init_active) in myrs_get_ldev_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_watermark.c | 2331 * FIXME should perhaps check {old,new}_plane_crtc->hw.crtc in skl_build_pipe_wm() 2694 const struct skl_ddb_entry *old, *new; in skl_print_wm_changes() local 2696 old = &old_crtc_state->wm.skl.plane_ddb[plane_id]; in skl_print_wm_changes() 2699 if (skl_ddb_entry_equal(old, new)) in skl_print_wm_changes() 2705 old->start, old->end, new->start, new->end, in skl_print_wm_changes() 2706 skl_ddb_entry_size(old), skl_ddb_entry_size(new)); in skl_print_wm_changes() 3101 * transition between the old bogus DBUF layout to the new in skl_wm_sanitize()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 351 * @ohead: old rules header pointer 378 * @ohead: old rules header pointer 1160 * @old_dentry: the old object 1164 * Read and write access is required on both the old and 2062 * @old: the original credentials 2067 static int smack_cred_prepare(struct cred *new, const struct cred *old, in smack_cred_prepare() argument 2070 struct task_smack *old_tsp = smack_cred(old); in smack_cred_prepare() 2086 * smack_cred_transfer - Transfer the old credentials to the new credentials 2088 * @old: the original credentials 2092 static void smack_cred_transfer(struct cred *new, const struct cred *old) in smack_cred_transfer() argument 4823 smack_dentry_create_files_as(struct dentry *dentry, int mode, struct qstr *name, const struct cred *old, struct cred *new) smack_dentry_create_files_as() argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | linearize.c | 1149 pseudo_t old, new, one; in linearize_inc_dec() local 1155 old = linearize_load_gen(ep, &ad); in linearize_inc_dec() 1162 old = cast_pseudo(ep, old, ad.type, ad.btype); in linearize_inc_dec() 1163 new = add_binary_op(ep, ad.btype, op, old, one); in linearize_inc_dec() 1167 return postop ? old : new; in linearize_inc_dec()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 1173 * alternative location. We would know sanitize "failed" if old value in sanitize() 1633 unsigned int old = coverage; in next() local 1636 if (unlikely (coverage != old + 1)) in next() 2724 hb_vector_t<unsigned int> ri_map; /* maps old index to new index */ in serialize() 2734 unsigned int old = inner_map.backward (i); in serialize() local 2735 int16_t delta = src->get_item_delta (old, r); in serialize() 2766 unsigned int old = inner_map.backward (i); in serialize() local 2768 if (delta_sz[r]) set_item_delta (i, ri_map[r], src->get_item_delta (old, r)); in serialize()
|
/third_party/python/Modules/ |
H A D | _elementtree.c | 1680 PyObject* old; in element_setitem() local 1689 old = self->extra->children[index]; in element_setitem() 1704 Py_DECREF(old); in element_setitem() 1902 old items to the recycle bin here, and get rid of them when in element_ass_subscr() 2513 PyObject *old; in _elementtree__set_factories_impl() local 2526 old = PyTuple_Pack(2, in _elementtree__set_factories_impl() 2543 return old; in _elementtree__set_factories_impl()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 271 * found; in that case, continue using the old label. in __inode_security_revalidate() 568 /* check if the old mount command had the same options */ in bad_option() 841 struct superblock_security_struct *old = oldsb->s_security; in selinux_cmp_sb_context() local 843 char oldflags = old->flags & SE_MNTMASK; in selinux_cmp_sb_context() 848 if ((oldflags & FSCONTEXT_MNT) && old->sid != new->sid) in selinux_cmp_sb_context() 850 if ((oldflags & CONTEXT_MNT) && old->mntpoint_sid != new->mntpoint_sid) in selinux_cmp_sb_context() 852 if ((oldflags & DEFCONTEXT_MNT) && old->def_sid != new->def_sid) in selinux_cmp_sb_context() 895 /* how can we clone if the old one wasn't set up?? */ in selinux_sb_clone_mnt_opts() 2121 static int selinux_capset(struct cred *new, const struct cred *old, in selinux_capset() argument 2127 cred_sid(old), cred_si in selinux_capset() 2872 selinux_dentry_create_files_as(struct dentry *dentry, int mode, struct qstr *name, const struct cred *old, struct cred *new) selinux_dentry_create_files_as() argument 3939 selinux_cred_prepare(struct cred *new, const struct cred *old, gfp_t gfp) selinux_cred_prepare() argument 3952 selinux_cred_transfer(struct cred *new, const struct cred *old) selinux_cred_transfer() argument [all...] |
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 292 * found; in that case, continue using the old label. in __inode_security_revalidate() 603 /* check if the old mount command had the same options */ in bad_option() 873 struct superblock_security_struct *old = selinux_superblock(oldsb); in selinux_cmp_sb_context() local 875 char oldflags = old->flags & SE_MNTMASK; in selinux_cmp_sb_context() 880 if ((oldflags & FSCONTEXT_MNT) && old->sid != new->sid) in selinux_cmp_sb_context() 882 if ((oldflags & CONTEXT_MNT) && old->mntpoint_sid != new->mntpoint_sid) in selinux_cmp_sb_context() 884 if ((oldflags & DEFCONTEXT_MNT) && old->def_sid != new->def_sid) in selinux_cmp_sb_context() 935 /* how can we clone if the old one wasn't set up?? */ in selinux_sb_clone_mnt_opts() 2116 static int selinux_capset(struct cred *new, const struct cred *old, in selinux_capset() argument 2121 return avc_has_perm(cred_sid(old), cred_si in selinux_capset() 2880 selinux_dentry_create_files_as(struct dentry *dentry, int mode, struct qstr *name, const struct cred *old, struct cred *new) selinux_dentry_create_files_as() argument 3987 selinux_cred_prepare(struct cred *new, const struct cred *old, gfp_t gfp) selinux_cred_prepare() argument 4000 selinux_cred_transfer(struct cred *new, const struct cred *old) selinux_cred_transfer() argument [all...] |
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 165 freqs.old = policy->cur; in cppc_cpufreq_set_target()
|
H A D | pcc-cpufreq.c | 215 freqs.old = policy->cur; in pcc_cpufreq_target()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlbex.S | 381 ; But only for old MMU or one with Metal Fix
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | entry.S | 356 1: tmhh %r8,0x4000 # PER bit set in old PSW ?
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | ff-memless.c | 466 struct ff_effect *effect, struct ff_effect *old) in ml_ff_upload() 465 ml_ff_upload(struct input_dev *dev, struct ff_effect *effect, struct ff_effect *old) ml_ff_upload() argument
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | kl5kusb105.c | 59 struct usb_serial_port *port, struct ktermios *old);
|
H A D | belkin_sa.c | 47 struct usb_serial_port *port, struct ktermios * old);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | string.h | 171 char *strreplace(char *s, char old, char new);
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | nodelist.h | 368 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old);
|
/kernel/linux/linux-5.10/mm/ |
H A D | internal.h | 587 static inline void mlock_migrate_page(struct page *new, struct page *old) { } in mlock_migrate_page() argument
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | nodelist.h | 368 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf_verifier.h | 588 u32 old; member
|
H A D | ioport.h | 205 extern int remove_resource(struct resource *old);
|
H A D | rcupdate.h | 56 * same_state_synchronize_rcu - Are two old-state values identical? 57 * @oldstate1: First old-state value. 58 * @oldstate2: Second old-state value. 60 * The two old-state values must have been obtained from either 64 * are tracked by old-state values to push these values to a list header, 185 u8 rcu_trc_cmpxchg_need_qs(struct task_struct *t, u8 old, u8 new); 543 * rcu_replace_pointer() - replace an RCU pointer, returning its old value 544 * @rcu_ptr: RCU pointer, whose old value is returned 550 * rcu_dereference_protected() call used to read that pointer. The old 929 * new location to see the old stat [all...] |
H A D | uio.h | 294 const void *dup_iter(struct iov_iter *new, struct iov_iter *old, gfp_t flags); 313 * values of size_t, including old i->count. in iov_iter_truncate()
|
H A D | tty.h | 455 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old);
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | pcc-cpufreq.c | 216 freqs.old = policy->cur; in pcc_cpufreq_target()
|