Home
last modified time | relevance | path

Searched defs:old_value (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.6.21/tools/lib/bpf/
Dhashmap.h133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument
141 #define hashmap__set(map, key, value, old_key, old_value) \ argument
144 #define hashmap__update(map, key, value, old_key, old_value) \ argument
152 #define hashmap__delete(map, key, old_key, old_value) \ argument
Dhashmap.c156 long *old_key, long *old_value) in hashmap_insert()
221 long *old_key, long *old_value) in hashmap_delete()
/linux-6.6.21/tools/perf/util/
Dhashmap.h133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument
141 #define hashmap__set(map, key, value, old_key, old_value) \ argument
144 #define hashmap__update(map, key, value, old_key, old_value) \ argument
152 #define hashmap__delete(map, key, old_key, old_value) \ argument
Dhashmap.c156 long *old_key, long *old_value) in hashmap_insert()
221 long *old_key, long *old_value) in hashmap_delete()
/linux-6.6.21/drivers/xen/xen-pciback/
Dconf_space_capability.c118 u16 old_value; in pm_ctrl_write() local
220 u16 old_value; in msi_msix_flags_write() local
/linux-6.6.21/sound/drivers/opl4/
Dopl4_mixer.c39 u8 value, old_value; in snd_opl4_ctl_put() local
/linux-6.6.21/drivers/clocksource/
Dsh_cmt.c251 u32 old_value = sh_cmt_read_cmstr(ch); in sh_cmt_write_cmstr() local
271 u32 old_value = sh_cmt_read_cmcsr(ch); in sh_cmt_write_cmcsr() local
305 u32 old_value = ch->cmt->info->read_count(ch->ioctrl, CMCOR); in sh_cmt_write_cmcor() local
/linux-6.6.21/drivers/mmc/host/
Dsdhci-of-esdhc.c240 int spec_reg, u32 value, u32 old_value) in esdhc_writel_fixup()
258 int spec_reg, u16 value, u32 old_value) in esdhc_writew_fixup()
292 int spec_reg, u8 value, u32 old_value) in esdhc_writeb_fixup()
/linux-6.6.21/drivers/media/usb/gspca/m5602/
Dm5602_ov7660.c453 u8 old_value, ctrl_value; in ov7660_dump_registers() local
Dm5602_s5k4aa.c740 u8 old_value, ctrl_value, test_value = 0xff; in s5k4aa_dump_registers() local
Dm5602_po1030.c608 u8 old_value, ctrl_value; in po1030_dump_registers() local
Dm5602_ov9650.c769 u8 old_value, ctrl_value; in ov9650_dump_registers() local
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dhashmap.c262 const char *key, *value, *old_key, *old_value; in test_hashmap_ptr_iface() local
/linux-6.6.21/fs/xfs/scrub/
Dfscounters.c467 const int64_t old_value, in xchk_fscount_within_range()
/linux-6.6.21/drivers/net/wan/
Dwanxl.c493 u32 old_value = readl(card->plx + PLX_CONTROL) & ~PLX_CTL_RESET; in wanxl_reset() local
/linux-6.6.21/drivers/ps3/
Dps3-lpm.c366 u64 old_value; in ps3_write_pm07_control() local
/linux-6.6.21/sound/usb/
Dmixer_quirks.c336 int old_value = kcontrol->private_value >> 8; in snd_audigy2nx_led_put() local
2651 int old_value, pv, val; in snd_bbfpro_ctl_put() local
2751 u32 new_val, old_value, uvalue; in snd_bbfpro_vol_put() local
/linux-6.6.21/tools/testing/selftests/kvm/s390x/
Dmemop.c49 uint8_t old_value[16]; member
/linux-6.6.21/drivers/md/persistent-data/
Ddm-array.c815 void *old_value; in array_set_value() local
/linux-6.6.21/fs/xfs/
Dxfs_inode.c1906 xfs_agino_t old_value; in xfs_iunlink_update_bucket() local
/linux-6.6.21/net/ipv4/
Ddevinet.c2414 int old_value = *(int *)ctl->data; in devinet_conf_proc() local
/linux-6.6.21/security/selinux/
Dselinuxfs.c142 bool old_value, new_value; in sel_write_enforce() local
/linux-6.6.21/arch/x86/kvm/
Dlapic.c2530 u64 old_value = vcpu->arch.apic_base; in kvm_lapic_set_base() local
/linux-6.6.21/arch/x86/kvm/svm/
Dsvm.c2720 unsigned long old_value, new_value; in cr_trap() local
/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4203 bool old_value, new_value; in i40e_print_input_set() local

12