/linux-6.3-rc2/kernel/ |
A D | stacktrace.c | 76 unsigned long *store; member 117 .store = store, in stack_trace_save() 141 .store = store, in stack_trace_save_tsk() 169 .store = store, in stack_trace_save_regs() 196 .store = store, in stack_trace_save_tsk_reliable() 226 .store = store, in stack_trace_save_user() 271 .entries = store, in stack_trace_save() 295 .entries = store, in stack_trace_save_tsk() 318 .entries = store, in stack_trace_save_regs() 344 .entries = store, in stack_trace_save_tsk_reliable() [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-snap-transient.c | 29 static void transient_dtr(struct dm_exception_store *store) in transient_dtr() argument 31 kfree(store->context); in transient_dtr() 45 struct transient_c *tc = store->context; in transient_prepare_exception() 46 sector_t size = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_prepare_exception() 48 if (size < (tc->next_free + store->chunk_size)) in transient_prepare_exception() 51 e->new_chunk = sector_to_chunk(store, tc->next_free); in transient_prepare_exception() 52 tc->next_free += store->chunk_size; in transient_prepare_exception() 66 static void transient_usage(struct dm_exception_store *store, in transient_usage() argument 72 *total_sectors = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_usage() 85 store->context = tc; in transient_ctr() [all …]
|
A D | dm-exception-store.h | 47 int (*ctr)(struct dm_exception_store *store, char *options); 52 void (*dtr)(struct dm_exception_store *store); 59 int (*read_metadata)(struct dm_exception_store *store, 67 int (*prepare_exception)(struct dm_exception_store *store, 73 void (*commit_exception)(struct dm_exception_store *store, 86 int (*prepare_merge)(struct dm_exception_store *store, 98 void (*drop_snapshot)(struct dm_exception_store *store); 100 unsigned int (*status)(struct dm_exception_store *store, 107 void (*usage)(struct dm_exception_store *store, 178 return sector >> store->chunk_shift; in sector_to_chunk() [all …]
|
A D | dm-snap-persistent.c | 106 struct dm_exception_store *store; member 238 .count = ps->store->chunk_size, in chunk_io() 318 if (!ps->store->chunk_size) { in read_header() 322 ps->store->chunk_mask = ps->store->chunk_size - 1; in read_header() 323 ps->store->chunk_shift = __ffs(ps->store->chunk_size); in read_header() 578 struct pstore *ps = get_info(store); in persistent_usage() 589 store->chunk_size; in persistent_usage() 594 struct pstore *ps = get_info(store); in persistent_dtr() 615 struct pstore *ps = get_info(store); in persistent_read_metadata() 861 ps->store = store; in persistent_ctr() [all …]
|
A D | dm-exception-store.c | 143 static int set_chunk_size(struct dm_exception_store *store, in set_chunk_size() argument 154 store->chunk_size = store->chunk_mask = store->chunk_shift = 0; in set_chunk_size() 185 store->chunk_size = chunk_size; in dm_exception_store_set_chunk_size() 186 store->chunk_mask = chunk_size - 1; in dm_exception_store_set_chunk_size() 187 store->chunk_shift = __ffs(chunk_size); in dm_exception_store_set_chunk_size() 195 struct dm_exception_store **store) in dm_exception_store_create() argument 244 *store = tmp_store; in dm_exception_store_create() 255 void dm_exception_store_destroy(struct dm_exception_store *store) in dm_exception_store_destroy() argument 257 store->type->dtr(store); in dm_exception_store_destroy() 258 put_type(store->type); in dm_exception_store_destroy() [all …]
|
A D | md-bitmap.c | 750 if (store->sb_page) in file_page_index() 759 if (store->sb_page) in file_page_offset() 771 if (file_page_index(store, chunk) >= store->file_pages) in filemap_get_page() 773 return store->filemap[file_page_index(store, chunk)]; in filemap_get_page() 793 if (!store->filemap) in md_bitmap_storage_alloc() 803 if (store->sb_page) { in md_bitmap_storage_alloc() 804 store->filemap[0] = store->sb_page; in md_bitmap_storage_alloc() 838 file = store->file; in md_bitmap_file_unmap() 1068 file = store->file; in md_bitmap_init_from_disk() 1093 store->bytes); in md_bitmap_init_from_disk() [all …]
|
A D | dm-snap.c | 538 if (l->store->chunk_size < s->store->chunk_size) in __insert_snapshot() 1060 linear_chunks = s->store->type->prepare_merge(s->store, &old_chunk, in snapshot_merge_next_chunks() 1144 if (s->store->type->commit_merge(s->store, in merge_callback() 1380 s->store->chunk_size = 0; in snapshot_ctr() 1384 r = s->store->type->read_metadata(s->store, dm_add_exception, in snapshot_ctr() 1453 snap_dest->store = snap_src->store; in __handover_exceptions() 1631 s->store->type->drop_snapshot(s->store); in __invalidate_snapshot() 1738 s->store->type->commit_exception(s->store, &pe->e, !pe->copy_error, in complete_exception() 1872 if (s->store->type->prepare_exception(s->store, &pe->e)) { in __insert_pending_exception() 2339 snap->store->type->usage(snap->store, in snapshot_status() [all …]
|
/linux-6.3-rc2/tools/perf/ui/gtk/ |
A D | hists.c | 122 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_flat() 143 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_flat() 209 gtk_tree_store_append(store, &iter, parent); in perf_gtk__add_callchain_folded() 212 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain_folded() 299 GtkTreeStore *store; in perf_gtk__show_hists() local 356 g_object_unref(GTK_TREE_MODEL(store)); in perf_gtk__show_hists() 371 gtk_tree_store_append(store, &iter, NULL); in perf_gtk__show_hists() 407 GtkTreeStore *store, in perf_gtk__add_hierarchy_entries() argument 470 store, &iter, hpp, in perf_gtk__add_hierarchy_entries() 504 GtkTreeStore *store; in perf_gtk__show_hierarchy() local [all …]
|
A D | annotate.c | 103 GtkListStore *store; in perf_gtk__annotate_symbol() local 113 store = gtk_list_store_newv(MAX_ANN_COLS, col_types); in perf_gtk__annotate_symbol() 124 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol() 125 g_object_unref(GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol() 131 gtk_list_store_append(store, &iter); in perf_gtk__annotate_symbol() 147 gtk_list_store_set(store, &iter, ANN_COL__PERCENT, s, -1); in perf_gtk__annotate_symbol() 149 gtk_list_store_set(store, &iter, ANN_COL__OFFSET, s, -1); in perf_gtk__annotate_symbol() 151 gtk_list_store_set(store, &iter, ANN_COL__LINE, s, -1); in perf_gtk__annotate_symbol()
|
/linux-6.3-rc2/sound/usb/ |
A D | mixer_us16x08.c | 457 buf[8] = store->val[ in snd_us16x08_comp_put() 628 if (store->comp_index - in snd_get_meter_comp_index() 630 store->comp_index = in snd_get_meter_comp_index() 644 store->comp_index++; in snd_get_meter_comp_index() 646 ret = store->comp_index++; in snd_get_meter_comp_index() 648 store->comp_index = 1; in snd_get_meter_comp_index() 731 store ? store->meter_level[i] : 0; in snd_us16x08_meter_get() 734 ucontrol->value.integer.value[i++] = store ? store->master_level[0] : 0; in snd_us16x08_meter_get() 735 ucontrol->value.integer.value[i++] = store ? store->master_level[1] : 0; in snd_us16x08_meter_get() 739 store ? store->comp_level[i - 2] : 0; in snd_us16x08_meter_get() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/ptrace/ |
A D | ptrace-vsx.h | 70 int compare_vsx_vmx(unsigned long *store, unsigned long *load) in compare_vsx_vmx() argument 75 if (store[1 + 2 * i] != load[1 + 2 * i]) { in compare_vsx_vmx() 77 1 + 2 * i, store[i], in compare_vsx_vmx() 85 if (store[i] != load[i]) { in compare_vsx_vmx() 87 i, store[i], i, load[i]); in compare_vsx_vmx() 93 if (!(i % 2) && (store[i] != load[i+1])) { in compare_vsx_vmx() 95 i, store[i], i+1, load[i+1]); in compare_vsx_vmx() 98 if ((i % 2) && (store[i] != load[i-1])) { in compare_vsx_vmx() 100 i, store[i], i-1, load[i-1]); in compare_vsx_vmx()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/gpio/ |
A D | hw_gpio.c | 45 REG_GET(MASK_reg, MASK, &gpio->store.mask); in store_registers() 46 REG_GET(A_reg, A, &gpio->store.a); in store_registers() 47 REG_GET(EN_reg, EN, &gpio->store.en); in store_registers() 54 REG_UPDATE(MASK_reg, MASK, gpio->store.mask); in restore_registers() 55 REG_UPDATE(A_reg, A, gpio->store.a); in restore_registers() 56 REG_UPDATE(EN_reg, EN, gpio->store.en); in restore_registers() 191 pin->store.mask = 0; in dal_hw_gpio_construct() 192 pin->store.a = 0; in dal_hw_gpio_construct() 193 pin->store.en = 0; in dal_hw_gpio_construct() 194 pin->store.mux = 0; in dal_hw_gpio_construct()
|
/linux-6.3-rc2/include/linux/ |
A D | stacktrace.h | 70 unsigned int stack_trace_save(unsigned long *store, unsigned int size, 73 unsigned long *store, unsigned int size, 75 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, 77 unsigned int stack_trace_save_user(unsigned long *store, unsigned int size); 100 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, 104 unsigned long *store, in stack_trace_save_tsk_reliable() argument
|
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | stat-cpi.py | 23 def store(time, event, cpu, thread, val, ena, run): function 36 store(time, "cycles", cpu, thread, val, ena, run); 39 store(time, "instructions", cpu, thread, val, ena, run); 42 store(time, "cycles", cpu, thread, val, ena, run); 45 store(time, "instructions", cpu, thread, val, ena, run); 48 store(time, "cycles", cpu, thread, val, ena, run); 51 store(time, "instructions", cpu, thread, val, ena, run);
|
/linux-6.3-rc2/drivers/media/pci/cx23885/ |
A D | altera-ci.c | 264 u8 store; in altera_ci_op_cam() local 276 store &= 0x0f; in altera_ci_op_cam() 518 u8 store = 0; in altera_pid_control() local 533 store |= (1 << (pid & 7)); in altera_pid_control() 535 store &= ~(1 << (pid & 7)); in altera_pid_control() 549 u8 store = 0; in altera_toggle_fullts_streaming() local 558 store = 0;/* enable pid */ in altera_toggle_fullts_streaming() 569 (i > 3 ? store : 0), 0); in altera_toggle_fullts_streaming() 707 u8 store = 0; in altera_ci_init() local 785 store |= (3 << 4); in altera_ci_init() [all …]
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | Kconfig | 33 can store IPv4 addresses (or network addresses) from a range. 51 can store TCP/UDP port numbers from a range. 70 can store IPv4/IPv6 address and mark pairs. 79 can store IPv4/IPv6 address and protocol/port pairs. 88 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 98 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 117 one can store MAC (ethernet address) elements in a set. 144 one can store IPv4/IPv6 network address/prefix pairs in a set. 153 one can store IPv4/IPv6 network address/prefix and 163 one can store IPv4/IPv6 network address/prefix and [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/filesystems/ |
A D | sysfs.txt | 107 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 130 .store = store_foo, 143 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t); 180 在声明属性时,必须指定 show() 或 store() 方法,以实现属性的 184 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 202 之后 Sysfs 传递整个缓冲区给 store() 方法。 222 - store() 应返回缓冲区的已用字节数。如果整个缓存都已填满,只需返回 225 - show() 或 store() 可以返回错误值。当得到一个非法值,必须返回一个 312 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 333 ssize_t (*store)(struct bus_type *, const char * buf, size_t count); [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_TW/filesystems/ |
A D | sysfs.txt | 110 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 133 .store = store_foo, 146 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t); 183 在聲明屬性時,必須指定 show() 或 store() 方法,以實現屬性的 187 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 205 之後 Sysfs 傳遞整個緩衝區給 store() 方法。 225 - store() 應返回緩衝區的已用字節數。如果整個緩存都已填滿,只需返回 228 - show() 或 store() 可以返回錯誤值。當得到一個非法值,必須返回一個 315 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 336 ssize_t (*store)(struct bus_type *, const char * buf, size_t count); [all …]
|
/linux-6.3-rc2/Documentation/filesystems/ext4/ |
A D | eainode.rst | 6 To enable ext4 to store extended attribute values that do not fit in the 8 the EA_INODE feature allows us to store the value in the data blocks of 11 inode's i_atime field is used to store a checksum of the xattr value; 12 and i_ctime/i_version store a 64-bit reference count, which enables 15 i_mtime/i_generation *may* store a back-reference to the inode number
|
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | frontswap.rst | 27 交换页。一个 “store” 将把该页复制到transcendent memory,并与该页的类型和偏移 104 后端每次 “store” 请求都失败(即尽管声称可能,但没有提供内存),CPU 的开销仍然可以 125 型”)作为一个参数传给它。这就通知了frontswap,以期待 “store” 与该号码相关的交 143 入都被 “frontswap backend store” 和(可能)“frontswap backend loads” 163 复杂性。也就是说,只有最初的 “store” 和 “load” 操作是需要同步的。一个独立 172 transcendent memory规格的frontswap有一个坏处。因为任何 “store” 都可
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | bmap.c | 565 struct nilfs_bmap_store *store) in nilfs_bmap_save() argument 567 memcpy(store->data, bmap->b_u.u_data, sizeof(store->data)); in nilfs_bmap_save() 568 store->last_allocated_key = bmap->b_last_allocated_key; in nilfs_bmap_save() 569 store->last_allocated_ptr = bmap->b_last_allocated_ptr; in nilfs_bmap_save() 570 store->state = bmap->b_state; in nilfs_bmap_save() 574 const struct nilfs_bmap_store *store) in nilfs_bmap_restore() argument 576 memcpy(bmap->b_u.u_data, store->data, sizeof(store->data)); in nilfs_bmap_restore() 577 bmap->b_last_allocated_key = store->last_allocated_key; in nilfs_bmap_restore() 578 bmap->b_last_allocated_ptr = store->last_allocated_ptr; in nilfs_bmap_restore() 579 bmap->b_state = store->state; in nilfs_bmap_restore()
|
/linux-6.3-rc2/drivers/edac/ |
A D | edac_device_sysfs.c | 136 if (ctl_info_attr->store) in edac_dev_ctl_info_store() 137 return ctl_info_attr->store(edac_dev, buffer, count); in edac_dev_ctl_info_store() 144 .store = edac_dev_ctl_info_store 151 .store = _store, \ 363 if (instance_attr->store) in edac_dev_instance_store() 364 return instance_attr->store(instance, buffer, count); in edac_dev_instance_store() 371 .store = edac_dev_instance_store 378 .store = _store, \ 467 if (block_attr->store) in edac_dev_block_store() 468 return block_attr->store(kobj, attr, buffer, count); in edac_dev_block_store() [all …]
|
A D | edac_pci_sysfs.c | 93 ssize_t(*store) (struct edac_pci_ctl_info *, const char *, size_t); member 116 if (instance_attr->store) in edac_pci_instance_store() 117 return instance_attr->store(pci, buffer, count); in edac_pci_instance_store() 124 .store = edac_pci_instance_store 131 .store = _store, \ 235 ssize_t(*store) (void *, const char *, size_t); member 257 if (edac_pci_dev->store) in edac_pci_dev_store() 258 return edac_pci_dev->store(edac_pci_dev->value, buffer, count); in edac_pci_dev_store() 264 .store = edac_pci_dev_store 272 .store = _store, \ [all …]
|
/linux-6.3-rc2/tools/memory-model/Documentation/ |
A D | glossary.txt | 35 When an acquire load returns the value stored by a release store 37 from" the release store), then all operations preceding that 38 store "happen before" any operations following that load acquire. 42 Coherence (co): When one CPU's store to a given variable overwrites 43 either the value from another CPU's store or some later value, 56 a "control dependency" extends from that load to that store. 90 extends from that load to that later store. For example: 108 link from the load to the store. 145 CPU's store to the first CPU's load. Reads-from links have the 167 a special operation that includes a store and which orders that [all …]
|
/linux-6.3-rc2/drivers/cpuidle/ |
A D | sysfs.c | 182 if (cattr->store) { in cpuidle_store() 184 ret = cattr->store(dev, buf, count); in cpuidle_store() 192 .store = cpuidle_store, 212 ssize_t (*store)(struct cpuidle_state *, \ member 219 #define define_one_state_rw(_name, show, store) \ argument 429 if (cattr->store) in cpuidle_state_store() 430 ret = cattr->store(state, state_usage, buf, size); in cpuidle_state_store() 440 .store = cpuidle_state_store, 578 if (dattr->store) in cpuidle_driver_store() 579 ret = dattr->store(driver_kobj->drv, buf, size); in cpuidle_driver_store() [all …]
|