Home
last modified time | relevance | path

Searched refs:store (Results 251 - 275 of 640) sorted by relevance

1...<<11121314151617181920>>...26

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dsysfs.h10 .store = type ## _store \
/kernel/linux/linux-5.10/kernel/power/
H A Dpower.h85 .store = _name##_store, \
/kernel/linux/linux-5.10/include/linux/
H A Dmdev.h101 ssize_t (*store)(struct kobject *kobj, struct device *dev, member
H A Delevator.h60 ssize_t (*store)(struct elevator_queue *, const char *, size_t); member
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.h134 struct dpaa2_io_store *store; member
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dsysfs.h10 .store = type ## _store \
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmem-events.h61 u32 store; /* count of all stores in trace */ member
63 u32 st_noadrs; /* cacheable store with no address */
H A Dmem-events.c640 /* store */ in c2c_decode_stats()
641 stats->store++; in c2c_decode_stats()
677 stats->store += add->store; in c2c_add_stats()
/kernel/linux/linux-6.6/mm/kmsan/
H A Dkmsan.h68 bool store);
/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-sysfs.c170 ssize_t (*store)(struct kobject *kobj, member
200 if (!attribute->store) in orangefs_attr_store()
202 return attribute->store(kobj, attribute, buf, len); in orangefs_attr_store()
207 .store = orangefs_attr_store,
/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-sysfs.c170 ssize_t (*store)(struct kobject *kobj, member
200 if (!attribute->store) in orangefs_attr_store()
202 return attribute->store(kobj, attribute, buf, len); in orangefs_attr_store()
207 .store = orangefs_attr_store,
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dalign.S128 #define OP0_S32I_N 0x9 /* store immediate narrow */
184 /* Now, identify one of the following load/store instructions.
211 /* Analyze the instruction (load or store?). */
218 _beqz a6, .Lstore # S32I.N, do a store
220 /* 'store indicator bit' not set, jump */
361 _beqi a5, OP1_S32I, 1f # jump if 32 bit store
396 s32i a5, a4, 0 # store
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dunaligned_64.c3 * unaligned.c: Unaligned load/store trap handling with special
35 store, /* st, std, sth, stsh */ enumerator
53 return store; in decode_direction()
328 printk("Unsupported unaligned load/store trap for kernel " in kernel_unaligned_trap()
331 "unaligned load/store.", regs); in kernel_unaligned_trap()
379 case store: in kernel_unaligned_trap()
/kernel/linux/linux-5.10/block/
H A Delevator.c470 if (!entry->store) in elv_attr_store()
475 error = e->type ? entry->store(e, page, length) : -ENOENT; in elv_attr_store()
482 .store = elv_attr_store,
/kernel/linux/linux-5.10/drivers/edac/
H A Dmpc85xx_edac.c410 .store = mpc85xx_l2_inject_data_hi_store},
417 .store = mpc85xx_l2_inject_data_lo_store},
424 .store = mpc85xx_l2_inject_ctrl_store},
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dunaligned_64.c3 * unaligned.c: Unaligned load/store trap handling with special
35 store, /* st, std, sth, stsh */ enumerator
53 return store; in decode_direction()
328 printk("Unsupported unaligned load/store trap for kernel " in kernel_unaligned_trap()
331 "unaligned load/store.", regs); in kernel_unaligned_trap()
379 case store: in kernel_unaligned_trap()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Di5k_amb.c318 iattr->s_attr.dev_attr.store = store_amb_min; in i5k_amb_hwmon_init()
334 iattr->s_attr.dev_attr.store = store_amb_mid; in i5k_amb_hwmon_init()
350 iattr->s_attr.dev_attr.store = store_amb_max; in i5k_amb_hwmon_init()
/kernel/linux/linux-5.10/fs/sysfs/
H A Dfile.c139 return ops->store(kobj, of->kn->priv, buf, count); in sysfs_kf_write()
265 if (sysfs_ops->show && sysfs_ops->store) { in sysfs_add_file_mode_ns()
275 } else if (sysfs_ops->store) { in sysfs_add_file_mode_ns()
419 * all active .show() and .store() callbacks have finished unless this function
/kernel/linux/linux-5.10/drivers/powercap/
H A Dpowercap_sys.c83 /* Power zone constraint store function */
188 ssize_t (*store)(struct device *, in create_constraint_attribute()
200 dev_attr->store = store; in create_constraint_attribute()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dmsi-laptop.c976 dev_attr_bluetooth.store = store_bluetooth; in load_scm_model_init()
977 dev_attr_wlan.store = store_wlan; in load_scm_model_init()
978 dev_attr_threeg.store = store_threeg; in load_scm_model_init()
/kernel/linux/linux-6.6/drivers/powercap/
H A Dpowercap_sys.c84 /* Power zone constraint store function */
188 ssize_t (*store)(struct device *, in create_constraint_attribute()
200 dev_attr->store = store; in create_constraint_attribute()
/kernel/linux/linux-6.6/drivers/edac/
H A Dmpc85xx_edac.c411 .store = mpc85xx_l2_inject_data_hi_store},
418 .store = mpc85xx_l2_inject_data_lo_store},
425 .store = mpc85xx_l2_inject_ctrl_store},
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dalign.S4 * Handle unalignment and load/store exceptions.
134 #define OP0_S32I_N 0x9 /* store immediate narrow */
135 #define OP0_LSAI 0x2 /* load/store */
169 /* Analyze the instruction (load or store?). */
177 /* 'store indicator bit' set, jump */
231 /* Analyze the instruction (load or store?). */
238 _beqz a6, .Lstore # S32I.N, do a store
240 /* 'store indicator bit' not set, jump */
394 _beqi a5, OP1_S32I, 1f # jump if 32 bit store
429 s32i a5, a4, 0 # store
[all...]
/kernel/linux/linux-6.6/block/
H A Delevator.c443 if (!entry->store) in elv_attr_store()
448 error = e->type ? entry->store(e, page, length) : -ENOENT; in elv_attr_store()
455 .store = elv_attr_store,
/kernel/linux/linux-6.6/drivers/hwmon/
H A Di5k_amb.c318 iattr->s_attr.dev_attr.store = store_amb_min; in i5k_amb_hwmon_init()
334 iattr->s_attr.dev_attr.store = store_amb_mid; in i5k_amb_hwmon_init()
350 iattr->s_attr.dev_attr.store = store_amb_max; in i5k_amb_hwmon_init()

Completed in 19 milliseconds

1...<<11121314151617181920>>...26