/linux/kernel/ |
H A D | stacktrace.c | 76 unsigned long *store; member 112 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save() 136 unsigned int stack_trace_save_tsk(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk() 165 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, in stack_trace_save_regs() 192 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk_reliable() 223 unsigned int stack_trace_save_user(unsigned long *store, unsigned int size) in stack_trace_save_user() 268 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save() 292 unsigned long *store, unsigned int size, in stack_trace_save_tsk() 316 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, in stack_trace_save_regs() 342 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk_reliable() [all …]
|
/linux/drivers/md/ |
H A D | dm-snap-transient.c | 29 static void transient_dtr(struct dm_exception_store *store) in transient_dtr() 34 static int transient_read_metadata(struct dm_exception_store *store, in transient_read_metadata() 42 static int transient_prepare_exception(struct dm_exception_store *store, in transient_prepare_exception() 57 static void transient_commit_exception(struct dm_exception_store *store, in transient_commit_exception() 66 static void transient_usage(struct dm_exception_store *store, in transient_usage() 76 static int transient_ctr(struct dm_exception_store *store, char *options) in transient_ctr() 90 static unsigned int transient_status(struct dm_exception_store *store, in transient_status()
|
H A D | dm-snap-persistent.c | 106 struct dm_exception_store *store; member 568 static struct pstore *get_info(struct dm_exception_store *store) in get_info() 573 static void persistent_usage(struct dm_exception_store *store, in persistent_usage() 592 static void persistent_dtr(struct dm_exception_store *store) in persistent_dtr() 609 static int persistent_read_metadata(struct dm_exception_store *store, in persistent_read_metadata() 674 static int persistent_prepare_exception(struct dm_exception_store *store, in persistent_prepare_exception() 697 static void persistent_commit_exception(struct dm_exception_store *store, in persistent_commit_exception() 763 static int persistent_prepare_merge(struct dm_exception_store *store, in persistent_prepare_merge() 809 static int persistent_commit_merge(struct dm_exception_store *store, in persistent_commit_merge() 842 static void persistent_drop_snapshot(struct dm_exception_store *store) in persistent_drop_snapshot() [all …]
|
H A D | dm-exception-store.c | 143 static int set_chunk_size(struct dm_exception_store *store, in set_chunk_size() 161 int dm_exception_store_set_chunk_size(struct dm_exception_store *store, in dm_exception_store_set_chunk_size() 195 struct dm_exception_store **store) in dm_exception_store_create() 255 void dm_exception_store_destroy(struct dm_exception_store *store) in dm_exception_store_destroy()
|
H A D | dm-sysfs.c | 16 ssize_t (*store)(struct mapped_device *md, const char *p, size_t count); member
|
/linux/sound/usb/ |
H A D | mixer_us16x08.c | 421 struct snd_us16x08_comp_store *store = elem->private_data; in snd_us16x08_comp_get() local 435 struct snd_us16x08_comp_store *store = elem->private_data; in snd_us16x08_comp_put() local 489 struct snd_us16x08_eq_store *store = elem->private_data; in snd_us16x08_eqswitch_get() local 505 struct snd_us16x08_eq_store *store = elem->private_data; in snd_us16x08_eqswitch_put() local 548 struct snd_us16x08_eq_store *store = elem->private_data; in snd_us16x08_eq_get() local 565 struct snd_us16x08_eq_store *store = elem->private_data; in snd_us16x08_eq_put() local 619 static int snd_get_meter_comp_index(struct snd_us16x08_meter_store *store) in snd_get_meter_comp_index() 655 struct snd_us16x08_meter_store *store, in get_meter_levels_from_urb() 689 struct snd_us16x08_meter_store *store = elem->private_data; in snd_us16x08_meter_get() local 748 struct snd_us16x08_meter_store *store = elem->private_data; in snd_us16x08_meter_put() local
|
/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 97 static void perf_gtk__add_callchain_flat(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_flat() 160 static void perf_gtk__add_callchain_folded(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_folded() 220 static void perf_gtk__add_callchain_graph(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain_graph() 270 static void perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain() 299 GtkTreeStore *store; in perf_gtk__show_hists() local 407 GtkTreeStore *store, in perf_gtk__add_hierarchy_entries() 504 GtkTreeStore *store; in perf_gtk__show_hierarchy() local
|
/linux/arch/arm/include/debug/ |
H A D | 8250.S | 15 .macro store, rd, rx:vararg macro 26 .macro store, rd, rx:vararg macro
|
H A D | brcmstb.S | 122 .macro store, rd, rx:vararg macro
|
/linux/drivers/media/pci/cx23885/ |
H A D | altera-ci.c | 264 u8 store; in altera_ci_op_cam() local 518 u8 store = 0; in altera_pid_control() local 549 u8 store = 0; in altera_toggle_fullts_streaming() local 707 u8 store = 0; in altera_ci_init() local 813 u8 store; in altera_ci_tuner_reset() local
|
/linux/fs/gfs2/ |
H A D | sys.c | 33 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t); member 348 #define GFS2_ATTR(name, mode, show, store) \ argument 676 #define TUNE_ATTR_3(name, show, store) \ argument 679 #define TUNE_ATTR_2(name, store) \ argument
|
/linux/include/linux/ |
H A D | stacktrace.h | 104 unsigned long *store, in stack_trace_save_tsk_reliable()
|
H A D | smpboot.h | 32 struct task_struct * __percpu *store; member
|
/linux/include/rdma/ |
H A D | ib_sysfs.h | 16 ssize_t (*store)(struct ib_device *ibdev, u32 port_num, member
|
/linux/drivers/cpuidle/ |
H A D | sysfs.c | 148 ssize_t (*store)(struct cpuidle_device *, const char *, size_t count); member 219 ssize_t (*store)(struct cpuidle_state *, \ member 226 #define define_one_state_rw(_name, show, store) \ argument 545 ssize_t (*store)(struct cpuidle_driver *, const char *, size_t); member
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-vsx.h | 70 int compare_vsx_vmx(unsigned long *store, unsigned long *load) in compare_vsx_vmx()
|
/linux/arch/m68k/fpsp040/ |
H A D | x_store.S | 37 store: label
|
/linux/drivers/leds/ |
H A D | leds-lp55xx-common.h | 33 #define LP55XX_DEV_ATTR_RW(name, show, store) \ argument 37 #define LP55XX_DEV_ATTR_WO(name, store) \ argument
|
/linux/fs/nilfs2/ |
H A D | bmap.c | 564 nilfs_bmap_save(const struct nilfs_bmap * bmap,struct nilfs_bmap_store * store) nilfs_bmap_save() argument 573 nilfs_bmap_restore(struct nilfs_bmap * bmap,const struct nilfs_bmap_store * store) nilfs_bmap_restore() argument [all...] |
/linux/arch/mips/include/asm/ |
H A D | ftrace.h | 44 #define safe_store(store, src, dst, error) \ argument
|
/linux/include/net/ |
H A D | netdev_rx_queue.h | 38 ssize_t (*store)(struct netdev_rx_queue *queue, member
|
/linux/certs/ |
H A D | extract-cert.c | 69 OSSL_STORE_CTX *store; in load_cert_pkcs11() local
|
/linux/drivers/edac/ |
H A D | edac_pci_sysfs.c | 93 ssize_t(*store) (struct edac_pci_ctl_info *, const char *, size_t); member 235 ssize_t(*store) (void *, const char *, size_t); member
|
H A D | edac_device_sysfs.c | 110 ssize_t(*store) (struct edac_device_ctl_info *, const char *, size_t); member 342 ssize_t(*store) (struct edac_device_instance *, const char *, size_t); member
|
/linux/drivers/platform/x86/ |
H A D | uv_sysfs.c | 154 ssize_t (*store)(struct uv_bios_hub_info *hub_info, const char *buf, size_t sz); member 319 ssize_t (*store)(struct uv_bios_port_info *port_info, const char *buf, size_t size); member 490 ssize_t (*store)(struct uv_pci_top_obj *top_obj, const char *buf, size_t size); member
|