/openbmc/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() 164 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, in stack_trace_save_regs() 191 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk_reliable() 222 unsigned int stack_trace_save_user(unsigned long *store, unsigned int size) in stack_trace_save_user() 267 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save() 291 unsigned long *store, unsigned int size, in stack_trace_save_tsk() 314 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, in stack_trace_save_regs() 340 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk_reliable() [all …]
|
/openbmc/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-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-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 | md-bitmap.c | 229 struct bitmap_storage *store = &bitmap->storage; in __write_sb_page() local 438 struct bitmap_storage *store = &bitmap->storage; in filemap_write_page() local 781 static inline unsigned long file_page_index(struct bitmap_storage *store, in file_page_index() 790 static inline unsigned long file_page_offset(struct bitmap_storage *store, in file_page_offset() 802 static inline struct page *filemap_get_page(struct bitmap_storage *store, in filemap_get_page() 810 static int md_bitmap_storage_alloc(struct bitmap_storage *store, in md_bitmap_storage_alloc() 865 static void md_bitmap_file_unmap(struct bitmap_storage *store) in md_bitmap_file_unmap() 952 struct bitmap_storage *store = &bitmap->storage; in md_bitmap_file_set_bit() local 983 struct bitmap_storage *store = &bitmap->storage; in md_bitmap_file_clear_bit() local 1114 struct bitmap_storage *store = &bitmap->storage; in md_bitmap_init_from_disk() local [all …]
|
/openbmc/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
|
/openbmc/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
|
/openbmc/webui-vue/tests/unit/ |
H A D | AppNavigation.spec.js | 14 const store = new Vuex.Store({ actions }); constant 20 store, field in AnonymousClass4c04cdc00201
|
H A D | AppHeader.spec.js | 21 const store = createStore({ actions, modules }); constant 23 store, field in AnonymousClass62b9a1390201
|
/openbmc/u-boot/arch/arm/include/debug/ |
H A D | 8250.S | 15 .macro store, rd, rx:vararg macro 23 .macro store, rd, rx:vararg macro
|
/openbmc/linux/arch/arm/include/debug/ |
H A D | 8250.S | 15 .macro store, rd, rx:vararg macro 26 .macro store, rd, rx:vararg macro
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | err_inject.c | 65 #define store(name) \ macro 127 store(err_type_info) in store() function 158 store(err_struct_info) in store() function
|
/openbmc/u-boot/drivers/axi/ |
H A D | sandbox_store.c | 17 u8 *store; member 63 static int sandbox_store_get_store(struct udevice *dev, u8 **store) in sandbox_store_get_store()
|
/openbmc/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
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | store.py | 21 def store(args, logger): function
|
/openbmc/u-boot/test/dm/ |
H A D | axi.c | 41 struct udevice *store; in dm_test_axi_store() local
|
/openbmc/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
|
/openbmc/linux/include/rdma/ |
H A D | ib_sysfs.h | 16 ssize_t (*store)(struct ib_device *ibdev, u32 port_num, member
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | iplb.h | 30 static inline bool manage_iplb(IplParameterBlock *iplb, bool store) in manage_iplb()
|
/openbmc/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()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | remotedata.py | 34 def store(self, d, locked=False): member in RemoteDatastores
|
/openbmc/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
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_store.S | 37 store: label
|
/openbmc/linux/drivers/leds/ |
H A D | leds-lp55xx-common.h | 31 #define LP55XX_DEV_ATTR_RW(name, show, store) \ argument 35 #define LP55XX_DEV_ATTR_WO(name, store) \ argument
|