Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 142) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/
H A Dvector.hpp127 struct store struct
130 store() in store() function
135 store(store const& rhs) in store() function
141 operator=(store const& rhs) in operator =()
148 store(store&& rhs) in store() argument
154 operator=(store&& rhs) in operator =()
167 store(U&& rhs) in store() argument
172 T & get() { return elem; } in get()
174 T const& get() const { return elem; } in get()
176 T elem;
/OK3568_Linux_fs/kernel/kernel/
H A Dstacktrace.c75 unsigned long *store; member
111 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save()
135 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()
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()
271 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save()
295 unsigned long *store, unsigned int size, in stack_trace_save_tsk()
318 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, in stack_trace_save_regs()
344 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk_reliable()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap-transient.c26 static void transient_dtr(struct dm_exception_store *store) in transient_dtr()
31 static int transient_read_metadata(struct dm_exception_store *store, in transient_read_metadata()
39 static int transient_prepare_exception(struct dm_exception_store *store, in transient_prepare_exception()
54 static void transient_commit_exception(struct dm_exception_store *store, in transient_commit_exception()
63 static void transient_usage(struct dm_exception_store *store, in transient_usage()
73 static int transient_ctr(struct dm_exception_store *store, char *options) in transient_ctr()
87 static unsigned transient_status(struct dm_exception_store *store, in transient_status()
H A Ddm-snap-persistent.c103 struct dm_exception_store *store; member
563 static struct pstore *get_info(struct dm_exception_store *store) in get_info()
568 static void persistent_usage(struct dm_exception_store *store, in persistent_usage()
587 static void persistent_dtr(struct dm_exception_store *store) in persistent_dtr()
604 static int persistent_read_metadata(struct dm_exception_store *store, in persistent_read_metadata()
669 static int persistent_prepare_exception(struct dm_exception_store *store, in persistent_prepare_exception()
692 static void persistent_commit_exception(struct dm_exception_store *store, in persistent_commit_exception()
758 static int persistent_prepare_merge(struct dm_exception_store *store, in persistent_prepare_merge()
804 static int persistent_commit_merge(struct dm_exception_store *store, in persistent_commit_merge()
837 static void persistent_drop_snapshot(struct dm_exception_store *store) in persistent_drop_snapshot()
[all …]
H A Ddm-exception-store.c142 static int set_chunk_size(struct dm_exception_store *store, in set_chunk_size()
160 int dm_exception_store_set_chunk_size(struct dm_exception_store *store, in dm_exception_store_set_chunk_size()
194 struct dm_exception_store **store) in dm_exception_store_create()
254 void dm_exception_store_destroy(struct dm_exception_store *store) in dm_exception_store_destroy()
H A Dmd-bitmap.c217 struct bitmap_storage *store = &bitmap->storage; in write_sb_page() local
748 static inline unsigned long file_page_index(struct bitmap_storage *store, in file_page_index()
757 static inline unsigned long file_page_offset(struct bitmap_storage *store, in file_page_offset()
769 static inline struct page *filemap_get_page(struct bitmap_storage *store, in filemap_get_page()
777 static int md_bitmap_storage_alloc(struct bitmap_storage *store, in md_bitmap_storage_alloc()
833 static void md_bitmap_file_unmap(struct bitmap_storage *store) in md_bitmap_file_unmap()
932 struct bitmap_storage *store = &bitmap->storage; in md_bitmap_file_set_bit() local
961 struct bitmap_storage *store = &bitmap->storage; in md_bitmap_file_clear_bit() local
1066 struct bitmap_storage *store = &bitmap->storage; in md_bitmap_init_from_disk() local
2068 struct bitmap_storage store; in md_bitmap_resize() local
/OK3568_Linux_fs/kernel/sound/usb/
H A Dmixer_us16x08.c421 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
/OK3568_Linux_fs/kernel/tools/perf/ui/gtk/
H A Dhists.c97 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
/OK3568_Linux_fs/u-boot/arch/arm/include/debug/
H A D8250.S16 .macro store, rd, rx:vararg macro
24 .macro store, rd, rx:vararg macro
/OK3568_Linux_fs/kernel/arch/arm/include/debug/
H A D8250.S15 .macro store, rd, rx:vararg macro
26 .macro store, rd, rx:vararg macro
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Derr_inject.c65 #define store(name) \ macro
127 store(err_type_info) in store() function
158 store(err_struct_info) in store() function
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dx_store.S36 .global store symbol
37 store: label
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Daltera-ci.c264 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
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dstore.py21 def store(args, logger): function
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dsys.c33 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t); member
273 #define GFS2_ATTR(name, mode, show, store) \ argument
599 #define TUNE_ATTR_3(name, show, store) \ argument
602 #define TUNE_ATTR_2(name, store) \ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dstacktrace.h83 unsigned long *store, in stack_trace_save_tsk_reliable()
H A Dsmpboot.h32 struct task_struct * __percpu *store; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-vsx.h70 int compare_vsx_vmx(unsigned long *store, unsigned long *load) in compare_vsx_vmx()
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lp55xx-common.h31 #define LP55XX_DEV_ATTR_RW(name, show, store) \ argument
35 #define LP55XX_DEV_ATTR_WO(name, store) \ argument
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dsysfs.c141 ssize_t (*store)(struct cpuidle_device *, const char *, size_t count); member
212 ssize_t (*store)(struct cpuidle_state *, \ member
219 #define define_one_state_rw(_name, show, store) \ argument
537 ssize_t (*store)(struct cpuidle_driver *, const char *, size_t); member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dremotedata.py34 def store(self, d, locked=False): member in RemoteDatastores
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dsysfs.h43 ssize_t (*store)(struct kobject *kobj, struct attribute *attr, member
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dbmap.c565 struct nilfs_bmap_store *store) in nilfs_bmap_save()
574 const struct nilfs_bmap_store *store) in nilfs_bmap_restore()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_device.h91 ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t); member
109 ssize_t (*store)(struct kobject *, struct attribute *, member
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-sysfs.c51 ssize_t (*store)(struct blk_mq_ctx *, const char *, size_t); member
57 ssize_t (*store)(struct blk_mq_hw_ctx *, const char *, size_t); member

123456