Home
last modified time | relevance | path

Searched refs:old (Results 3401 - 3425 of 3948) sorted by relevance

1...<<131132133134135136137138139140>>...158

/kernel/linux/linux-6.6/drivers/scsi/
H A Dmyrs.c258 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 Dskl_watermark.c2331 * 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 Dsmack_lsm.c351 * @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 Dlinearize.c1149 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 Dhb-ot-layout-common.hh1173 * 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.c1680 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 Dhooks.c271 * 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 Dhooks.c292 * 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 Dcppc_cpufreq.c165 freqs.old = policy->cur; in cppc_cpufreq_set_target()
H A Dpcc-cpufreq.c215 freqs.old = policy->cur; in pcc_cpufreq_target()
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S381 ; But only for old MMU or one with Metal Fix
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dentry.S356 1: tmhh %r8,0x4000 # PER bit set in old PSW ?
/kernel/linux/linux-5.10/drivers/input/
H A Dff-memless.c466 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 Dkl5kusb105.c59 struct usb_serial_port *port, struct ktermios *old);
H A Dbelkin_sa.c47 struct usb_serial_port *port, struct ktermios * old);
/kernel/linux/linux-5.10/include/linux/
H A Dstring.h171 char *strreplace(char *s, char old, char new);
/kernel/linux/linux-5.10/fs/jffs2/
H A Dnodelist.h368 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old);
/kernel/linux/linux-5.10/mm/
H A Dinternal.h587 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 Dnodelist.h368 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old);
/kernel/linux/linux-6.6/include/linux/
H A Dbpf_verifier.h588 u32 old; member
H A Dioport.h205 extern int remove_resource(struct resource *old);
H A Drcupdate.h56 * 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 Duio.h294 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 Dtty.h455 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old);
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpcc-cpufreq.c216 freqs.old = policy->cur; in pcc_cpufreq_target()

Completed in 61 milliseconds

1...<<131132133134135136137138139140>>...158