/linux-4.1.27/drivers/md/ |
D | dm-snap-transient.c | 26 static void transient_dtr(struct dm_exception_store *store) in transient_dtr() argument 28 kfree(store->context); in transient_dtr() 31 static int transient_read_metadata(struct dm_exception_store *store, in transient_read_metadata() argument 39 static int transient_prepare_exception(struct dm_exception_store *store, in transient_prepare_exception() argument 42 struct transient_c *tc = store->context; in transient_prepare_exception() 43 sector_t size = get_dev_size(dm_snap_cow(store->snap)->bdev); in transient_prepare_exception() 45 if (size < (tc->next_free + store->chunk_size)) in transient_prepare_exception() 48 e->new_chunk = sector_to_chunk(store, tc->next_free); in transient_prepare_exception() 49 tc->next_free += store->chunk_size; in transient_prepare_exception() 54 static void transient_commit_exception(struct dm_exception_store *store, in transient_commit_exception() argument [all …]
|
D | dm-exception-store.h | 45 int (*ctr) (struct dm_exception_store *store, 51 void (*dtr) (struct dm_exception_store *store); 58 int (*read_metadata) (struct dm_exception_store *store, 66 int (*prepare_exception) (struct dm_exception_store *store, 72 void (*commit_exception) (struct dm_exception_store *store, 85 int (*prepare_merge) (struct dm_exception_store *store, 92 int (*commit_merge) (struct dm_exception_store *store, int nr_merged); 97 void (*drop_snapshot) (struct dm_exception_store *store); 99 unsigned (*status) (struct dm_exception_store *store, 106 void (*usage) (struct dm_exception_store *store, [all …]
|
D | dm-exception-store.c | 142 static int set_chunk_size(struct dm_exception_store *store, in set_chunk_size() argument 153 store->chunk_size = store->chunk_mask = store->chunk_shift = 0; in set_chunk_size() 157 return dm_exception_store_set_chunk_size(store, chunk_size, error); in set_chunk_size() 160 int dm_exception_store_set_chunk_size(struct dm_exception_store *store, in dm_exception_store_set_chunk_size() argument 172 (bdev_logical_block_size(dm_snap_cow(store->snap)->bdev) >> 9) || in dm_exception_store_set_chunk_size() 174 (bdev_logical_block_size(dm_snap_origin(store->snap)->bdev) >> 9)) { in dm_exception_store_set_chunk_size() 184 store->chunk_size = chunk_size; in dm_exception_store_set_chunk_size() 185 store->chunk_mask = chunk_size - 1; in dm_exception_store_set_chunk_size() 186 store->chunk_shift = ffs(chunk_size) - 1; in dm_exception_store_set_chunk_size() 194 struct dm_exception_store **store) in dm_exception_store_create() argument [all …]
|
D | dm-snap-persistent.c | 102 struct dm_exception_store *store; member 171 len = ps->store->chunk_size << SECTOR_SHIFT; in alloc_area() 232 .bdev = dm_snap_cow(ps->store->snap)->bdev, in chunk_io() 233 .sector = ps->store->chunk_size * chunk, in chunk_io() 234 .count = ps->store->chunk_size, in chunk_io() 299 memset(ps->area, 0, ps->store->chunk_size << SECTOR_SHIFT); in zero_memory_area() 319 if (!ps->store->chunk_size) { in read_header() 320 ps->store->chunk_size = max(DM_CHUNK_SIZE_DEFAULT_SECTORS, in read_header() 321 bdev_logical_block_size(dm_snap_cow(ps->store->snap)-> in read_header() 323 ps->store->chunk_mask = ps->store->chunk_size - 1; in read_header() [all …]
|
D | dm-snap.c | 99 struct dm_exception_store *store; member 156 static sector_t chunk_to_sector(struct dm_exception_store *store, in chunk_to_sector() argument 159 return chunk << store->chunk_shift; in chunk_to_sector() 492 if (!snap_src->store->type->prepare_merge || in __validate_exception_handover() 493 !snap_src->store->type->commit_merge) { in __validate_exception_handover() 508 if (l->store->chunk_size < s->store->chunk_size) in __insert_snapshot() 774 snap->store->chunk_size); in __minimum_chunk_size() 805 hash_size = cow_dev_size >> s->store->chunk_shift; in init_hash_tables() 974 linear_chunks = s->store->type->prepare_merge(s->store, &old_chunk, in snapshot_merge_next_chunks() 995 io_size = linear_chunks * s->store->chunk_size; in snapshot_merge_next_chunks() [all …]
|
D | bitmap.c | 212 struct bitmap_storage *store = &bitmap->storage; in write_sb_page() local 216 node_offset = bitmap->cluster_slot * store->file_pages; in write_sb_page() 224 if (page->index == store->file_pages-1) { in write_sb_page() 225 int last_page_size = store->bytes & (PAGE_SIZE-1); in write_sb_page() 724 static inline unsigned long file_page_index(struct bitmap_storage *store, in file_page_index() argument 727 if (store->sb_page) in file_page_index() 733 static inline unsigned long file_page_offset(struct bitmap_storage *store, in file_page_offset() argument 736 if (store->sb_page) in file_page_offset() 745 static inline struct page *filemap_get_page(struct bitmap_storage *store, in filemap_get_page() argument 748 if (file_page_index(store, chunk) >= store->file_pages) in filemap_get_page() [all …]
|
D | dm-sysfs.c | 14 ssize_t (*store)(struct mapped_device *, const char *, size_t count); member 54 if (!dm_attr->store) in dm_attr_store() 61 ret = dm_attr->store(md, page, count); in dm_attr_store() 116 .store = dm_attr_store,
|
D | Makefile | 8 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | altera-ci.c | 269 u8 store; in altera_ci_op_cam() local 279 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, 0, NETUP_CI_FLG_RD); in altera_ci_op_cam() 281 store &= 0x0f; in altera_ci_op_cam() 282 store |= ((state->nr << 7) | (flag << 6)); in altera_ci_op_cam() 284 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, store, 0); in altera_ci_op_cam() 523 u8 store = 0; in altera_pid_control() local 535 store = netup_fpga_op_rw(inter, NETUP_CI_PID_DATA, 0, NETUP_CI_FLG_RD); in altera_pid_control() 538 store |= (1 << (pid & 7)); in altera_pid_control() 540 store &= ~(1 << (pid & 7)); in altera_pid_control() 542 netup_fpga_op_rw(inter, NETUP_CI_PID_DATA, store, 0); in altera_pid_control() [all …]
|
D | cimax2.c | 184 u8 store; in netup_ci_op_cam() local 193 0, &store, 1); in netup_ci_op_cam() 197 store &= ~0x0c; in netup_ci_op_cam() 198 store |= flag; in netup_ci_op_cam() 201 0, &store, 1); in netup_ci_op_cam()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | hists.c | 92 static void perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, in perf_gtk__add_callchain() argument 117 gtk_tree_store_append(store, &iter, &new_parent); in perf_gtk__add_callchain() 120 gtk_tree_store_set(store, &iter, 0, buf, -1); in perf_gtk__add_callchain() 123 gtk_tree_store_set(store, &iter, col, buf, -1); in perf_gtk__add_callchain() 141 perf_gtk__add_callchain(&node->rb_root, store, &iter, col, in perf_gtk__add_callchain() 164 GtkTreeStore *store; in perf_gtk__show_hists() local 182 store = gtk_tree_store_newv(nr_cols, col_types); in perf_gtk__show_hists() 219 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__show_hists() 221 g_object_unref(GTK_TREE_MODEL(store)); in perf_gtk__show_hists() 236 gtk_tree_store_append(store, &iter, NULL); in perf_gtk__show_hists() [all …]
|
D | annotate.c | 96 GtkListStore *store; in perf_gtk__annotate_symbol() local 106 store = gtk_list_store_newv(MAX_ANN_COLS, col_types); in perf_gtk__annotate_symbol() 117 gtk_tree_view_set_model(GTK_TREE_VIEW(view), GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol() 118 g_object_unref(GTK_TREE_MODEL(store)); in perf_gtk__annotate_symbol() 124 gtk_list_store_append(store, &iter); in perf_gtk__annotate_symbol() 140 gtk_list_store_set(store, &iter, ANN_COL__PERCENT, s, -1); in perf_gtk__annotate_symbol() 142 gtk_list_store_set(store, &iter, ANN_COL__OFFSET, s, -1); in perf_gtk__annotate_symbol() 144 gtk_list_store_set(store, &iter, ANN_COL__LINE, s, -1); in perf_gtk__annotate_symbol()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | Kconfig | 32 can store IPv4 addresses (or network addresse) from a range. 41 can store IPv4 address and (source) MAC address pairs from a range. 50 can store TCP/UDP port numbers from a range. 59 can store arbitrary IPv4 or IPv6 addresses (or network addresses) 69 can store IPv4/IPv6 address and mark pairs. 78 can store IPv4/IPv6 address and protocol/port pairs. 87 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 97 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 107 one can store MAC (ethernet address) elements in a set. 116 one can store two IPv4/IPv6 subnets, and a protocol/port in a set. [all …]
|
/linux-4.1.27/Documentation/zh_CN/filesystems/ |
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); 181 在声明属性时,必须指定 show() 或 store() 方法,以实现属性的 185 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 203 之后 Sysfs 传递整个缓冲区给 store() 方法。 221 - store() 应返回缓冲区的已用字节数。如果整个缓存都已填满,只需返回 224 - show() 或 store() 可以返回错误值。当得到一个非法值,必须返回一个 311 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 332 ssize_t (*store)(struct bus_type *, const char * buf, size_t count); [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_sysfs.c | 28 ssize_t (*store)(const char *buf, size_t count, void *data); member 112 return xfs_attr->store ? xfs_attr->store(buf, count, NULL) : 0; in xfs_dbg_store() 117 .store = xfs_dbg_store, 227 return xfs_attr->store ? xfs_attr->store(buf, count, log) : 0; in xfs_log_store() 232 .store = xfs_log_store,
|
D | xfs_mru_cache.c | 104 struct radix_tree_root store; /* Core storage data structure. */ member 250 radix_tree_delete(&mru->store, elem->key); in _xfs_mru_cache_clear_reap_list() 365 INIT_RADIX_TREE(&mru->store, GFP_ATOMIC); in xfs_mru_cache_create() 447 error = radix_tree_insert(&mru->store, key, elem); in xfs_mru_cache_insert() 474 elem = radix_tree_delete(&mru->store, key); in xfs_mru_cache_remove() 530 elem = radix_tree_lookup(&mru->store, key); in xfs_mru_cache_lookup()
|
/linux-4.1.27/drivers/cpuidle/ |
D | sysfs.c | 165 ssize_t (*store)(struct cpuidle_device *, const char *, size_t count); member 170 #define define_one_rw(_name, show, store) \ argument 171 static struct cpuidle_attr attr_##_name = __ATTR(_name, 0644, show, store) 211 if (cattr->store) { in cpuidle_store() 213 ret = cattr->store(dev, buf, count); in cpuidle_store() 221 .store = cpuidle_store, 241 ssize_t (*store)(struct cpuidle_state *, \ member 248 #define define_one_state_rw(_name, show, store) \ argument 249 static struct cpuidle_state_attr attr_##_name = __ATTR(_name, 0644, show, store) 360 if (cattr->store) in cpuidle_state_store() [all …]
|
/linux-4.1.27/fs/nilfs2/ |
D | bmap.c | 578 struct nilfs_bmap_store *store) in nilfs_bmap_save() argument 580 memcpy(store->data, bmap->b_u.u_data, sizeof(store->data)); in nilfs_bmap_save() 581 store->last_allocated_key = bmap->b_last_allocated_key; in nilfs_bmap_save() 582 store->last_allocated_ptr = bmap->b_last_allocated_ptr; in nilfs_bmap_save() 583 store->state = bmap->b_state; in nilfs_bmap_save() 587 const struct nilfs_bmap_store *store) in nilfs_bmap_restore() argument 589 memcpy(bmap->b_u.u_data, store->data, sizeof(store->data)); in nilfs_bmap_restore() 590 bmap->b_last_allocated_key = store->last_allocated_key; in nilfs_bmap_restore() 591 bmap->b_last_allocated_ptr = store->last_allocated_ptr; in nilfs_bmap_restore() 592 bmap->b_state = store->state; in nilfs_bmap_restore()
|
D | sysfs.h | 67 ssize_t (*store)(struct kobject *, struct attribute *, \ 78 ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 94 ssize_t (*store)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 100 #define NILFS_ATTR(type, name, mode, show, store) \ argument 102 __ATTR(name, mode, show, store)
|
D | sysfs.c | 66 return a->store ? a->store(a, nilfs, buf, len) : 0; \ 70 .store = nilfs_##name##_attr_store, \ 177 return a->store ? a->store(a, root, buf, len) : 0; in nilfs_snapshot_attr_store() 189 .store = nilfs_snapshot_attr_store, 972 return a->store ? a->store(a, nilfs, buf, len) : 0; in nilfs_dev_attr_store() 984 .store = nilfs_dev_attr_store,
|
/linux-4.1.27/drivers/edac/ |
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, \ 234 ssize_t(*store) (void *, const char *, size_t); member 256 if (edac_pci_dev->store) in edac_pci_dev_store() 257 return edac_pci_dev->store(edac_pci_dev->value, buffer, count); in edac_pci_dev_store() 263 .store = edac_pci_dev_store 271 .store = _store, \ [all …]
|
D | edac_device_sysfs.c | 110 ssize_t(*store) (struct edac_device_ctl_info *, const char *, size_t); member 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, \ 350 ssize_t(*store) (struct edac_device_instance *, const char *, size_t); member 373 if (instance_attr->store) in edac_dev_instance_store() 374 return instance_attr->store(instance, buffer, count); in edac_dev_instance_store() 381 .store = edac_dev_instance_store 388 .store = _store, \ [all …]
|
D | edac_core.h | 153 ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t); member 171 ssize_t (*store)(struct kobject *, struct attribute *, member
|
D | edac_device.c | 211 attrib->store = attrib_spec[attr].store; in edac_device_alloc_ctl_info()
|
/linux-4.1.27/fs/exofs/ |
D | sys.c | 30 ssize_t (*store)(struct exofs_dev *, const char *, size_t); member 48 return a->store ? a->store(edp, buf, len) : len; in odev_attr_store() 53 .store = odev_attr_store, 94 #define OSD_ATTR(name, mode, show, store) \ argument 96 __ATTR(name, mode, show, store)
|
/linux-4.1.27/include/target/ |
D | configfs_macros.h | 57 ssize_t (*store)(struct _item *, const char *, size_t); \ 76 .store = _store, \ 133 if (_name##_attr->store) \ 134 ret = _name##_attr->store(_item, page, count); \
|
/linux-4.1.27/block/ |
D | blk-sysfs.c | 19 ssize_t (*store)(struct request_queue *, const char *, size_t); member 291 .store = queue_requests_store, 297 .store = queue_ra_store, 303 .store = queue_max_sectors_store, 329 .store = elv_iosched_store, 380 .store = queue_store_nonrot, 386 .store = queue_nomerges_store, 392 .store = queue_rq_affinity_store, 398 .store = queue_store_iostats, 404 .store = queue_store_random, [all …]
|
D | blk-mq-sysfs.c | 23 ssize_t (*store)(struct blk_mq_ctx *, const char *, size_t); member 29 ssize_t (*store)(struct blk_mq_hw_ctx *, const char *, size_t); member 67 if (!entry->store) in blk_mq_sysfs_store() 73 res = entry->store(ctx, page, length); in blk_mq_sysfs_store() 114 if (!entry->store) in blk_mq_hw_sysfs_store() 120 res = entry->store(hctx, page, length); in blk_mq_hw_sysfs_store() 316 .store = blk_mq_sysfs_store, 321 .store = blk_mq_hw_sysfs_store,
|
D | blk-integrity.c | 242 ssize_t (*store)(struct blk_integrity *, const char *, size_t); member 266 if (entry->store) in integrity_attr_store() 267 ret = entry->store(bi, page, count); in integrity_attr_store() 345 .store = integrity_verify_store, 351 .store = integrity_generate_store, 370 .store = &integrity_attr_store,
|
D | elevator.c | 772 if (!entry->store) in elv_attr_store() 777 error = e->type ? entry->store(e, page, length) : -ENOENT; in elv_attr_store() 784 .store = elv_attr_store,
|
/linux-4.1.27/arch/arm/include/debug/ |
D | 8250.S | 18 .macro store, rd, rx:vararg macro 26 .macro store, rd, rx:vararg macro 38 store \rd, [\rx, #UART_TX << UART_SHIFT]
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev6-memcpy.S | 72 stq $1, 0($16) # L : store 150 stq $1, 0($16) # L : store 8 169 stb $1, 0($16) # L : store a byte 192 stb $1, 0($4) # L : store it 208 bis $3, $1, $1 # E : merged bytes to store 212 stq $1, 0($4) # L : store 8 (aligned) 232 stb $1, 0($4) # L : store
|
D | ev6-copy_user.S | 128 addq $6,1,$6 # .. .. E .. : as the store (Section 3.8 in CWG) 215 addq $6,1,$6 # .. .. E .. : as the store (Section 3.8 in CWG)
|
D | ev6-clear_user.S | 80 beq $1, $onebyte # .. .. U .. : sub-word store? 183 # zero to 16 quadwords left to store, plus any trailing bytes
|
D | clear_user.S | 91 beq $1, $oneword # .. e1 : sub-word store?
|
/linux-4.1.27/drivers/leds/ |
D | leds-lp55xx-common.h | 32 #define LP55XX_DEV_ATTR_RW(name, show, store) \ argument 33 DEVICE_ATTR(name, S_IRUGO | S_IWUSR, show, store) 36 #define LP55XX_DEV_ATTR_WO(name, store) \ argument 37 DEVICE_ATTR(name, S_IWUSR, NULL, store)
|
D | leds-bd2802.c | 341 .store = bd2802_store_reg##reg_addr, \ 473 .store = bd2802_store_adv_conf, 509 .store = bd2802_store_##attr_name, \
|
/linux-4.1.27/kernel/ |
D | smpboot.c | 170 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in __smpboot_create_thread() 189 *per_cpu_ptr(ht->store, cpu) = tsk; in __smpboot_create_thread() 222 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_unpark_thread() 241 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_park_thread() 263 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_destroy_threads() 268 *per_cpu_ptr(ht->store, cpu) = NULL; in smpboot_destroy_threads()
|
D | params.c | 651 mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store; in add_sysfs_param() 653 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param() 894 if (!attribute->store) in module_attr_store() 897 ret = attribute->store(attribute, mk, buf, len); in module_attr_store() 904 .store = module_attr_store,
|
D | padata.c | 904 ssize_t (*store)(struct padata_instance *, struct attribute *, member 999 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store() 1006 .store = padata_sysfs_store,
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | nodemanager.c | 355 ssize_t (*store)(struct o2nm_node *, const char *, size_t); member 363 .store = o2nm_node_num_write, 371 .store = o2nm_node_ipv4_port_write, 379 .store = o2nm_node_ipv4_address_write, 387 .store = o2nm_node_local_write, 433 if (o2nm_node_attr->store == NULL) { in o2nm_node_store() 441 ret = o2nm_node_attr->store(node, page, count); in o2nm_node_store() 481 ssize_t (*store)(struct o2nm_cluster *, const char *, size_t); member 628 .store = o2nm_cluster_attr_idle_timeout_ms_write, 636 .store = o2nm_cluster_attr_keepalive_delay_ms_write, [all …]
|
D | heartbeat.c | 1892 ssize_t (*store)(struct o2hb_region *, const char *, size_t); member 1900 .store = o2hb_region_block_bytes_write, 1908 .store = o2hb_region_start_block_write, 1916 .store = o2hb_region_blocks_write, 1924 .store = o2hb_region_dev_write, 1966 if (o2hb_region_attr->store) in o2hb_region_store() 1967 ret = o2hb_region_attr->store(reg, page, count); in o2hb_region_store() 2172 ssize_t (*store)(struct o2hb_heartbeat_group *, const char *, size_t); member 2198 if (o2hb_heartbeat_group_attr->store) in o2hb_heartbeat_group_store() 2199 ret = o2hb_heartbeat_group_attr->store(reg, page, count); in o2hb_heartbeat_group_store() [all …]
|
D | masklog.c | 125 .store = mlog_store,
|
/linux-4.1.27/include/linux/ |
D | configfs.h | 142 ssize_t (*store)(struct _item *, const char *, size_t); \ 161 .store = _store, \ 205 if (_item##_attr->store) \ 206 ret = _item##_attr->store(_item, page, count); \
|
D | sysfs.h | 94 .store = _store, \ 101 .store = _store, \ 111 .store = _name##_store, \ 124 .store = _store, \ 201 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t); member
|
D | smpboot.h | 34 struct task_struct __percpu **store; member
|
D | frontswap.h | 10 int (*store)(unsigned, pgoff_t, struct page *); member
|
D | cpufreq.h | 188 ssize_t (*store)(struct cpufreq_policy *, const char *, size_t count); member 207 ssize_t (*store)(struct kobject *a, struct attribute *b, member
|
D | kobject.h | 142 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, member
|
D | elevator.h | 78 ssize_t (*store)(struct elevator_queue *, const char *, size_t); member
|
D | device.h | 48 ssize_t (*store)(struct bus_type *bus, const char *buf, size_t count); member 269 ssize_t (*store)(struct device_driver *driver, const char *buf, member 423 ssize_t (*store)(struct class *class, struct class_attribute *attr, member 518 ssize_t (*store)(struct device *dev, struct device_attribute *attr, member
|
/linux-4.1.27/fs/dlm/ |
D | config.c | 130 ssize_t (*store)(struct dlm_cluster *, const char *, size_t); member 152 .store = cluster_cluster_name_write, 230 ssize_t (*store)(struct dlm_comm *, const char *, size_t); member 238 .store = comm_nodeid_write, 246 .store = comm_local_write, 253 .store = comm_addr_write, 279 ssize_t (*store)(struct dlm_node *, const char *, size_t); member 287 .store = node_nodeid_write, 295 .store = node_weight_write, 706 return cla->store ? cla->store(cl, buf, len) : -EINVAL; in store_cluster() [all …]
|
D | lockspace.c | 117 ssize_t (*store)(struct dlm_ls *, const char *, size_t); member 122 .store = dlm_control_store 127 .store = dlm_event_store 133 .store = dlm_id_store 139 .store = dlm_nodir_store 175 return a->store ? a->store(ls, buf, len) : len; in dlm_attr_store() 186 .store = dlm_attr_store,
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | Platform | 28 ifeq ($(call cc-option-yn,-mr10k-cache-barrier=store), n) 29 $(error gcc doesn't support needed option -mr10k-cache-barrier=store) 33 cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=store -I$(srctree)/arch/mips/include/asm/mach-ip28
|
/linux-4.1.27/samples/kobject/ |
D | kset-example.c | 43 ssize_t (*store)(struct foo_obj *foo, struct foo_attribute *attr, const char *buf, size_t count); member 84 if (!attribute->store) in foo_attr_store() 87 return attribute->store(foo, attribute, buf, len); in foo_attr_store() 93 .store = foo_attr_store,
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 167 ssize_t (*store)(struct device *dev, in create_sysfs_entry() 177 vdentry->dentry.store = store; in create_sysfs_entry() 184 if (vdentry->dentry.store) in create_sysfs_entry() 397 ssize_t (*store)(struct mlx4_port *, struct port_attribute *, member 421 if (!port_attr->store) in port_attr_store() 423 return port_attr->store(p, port_attr, buf, size); in port_attr_store() 428 .store = port_attr_store, 500 ssize_t (*store)(struct mlx4_port *, struct port_attribute *, in alloc_group_attrs() 524 if (store) { in alloc_group_attrs() 526 element->attr.store = store; in alloc_group_attrs() [all …]
|
/linux-4.1.27/fs/gfs2/ |
D | sys.c | 35 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t); member 51 return a->store ? a->store(sdp, buf, len) : len; in gfs2_attr_store() 56 .store = gfs2_attr_store, 260 #define GFS2_ATTR(name, mode, show, store) \ argument 261 static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store) 571 #define TUNE_ATTR_3(name, show, store) \ argument 572 static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store) 574 #define TUNE_ATTR_2(name, store) \ argument 579 TUNE_ATTR_3(name, name##_show, store)
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-mem.txt | 23 not the pure load (or store latency). Use latency includes any pipeline 33 Select the memory operation type: load or store (default: load,store)
|
/linux-4.1.27/arch/mips/include/asm/ |
D | ftrace.h | 44 #define safe_store(store, src, dst, error) \ argument 47 "1: " store " %[tmp_src], 0(%[tmp_dst])\n"\
|
/linux-4.1.27/Documentation/filesystems/ |
D | sysfs.txt | 92 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 116 .store = store_foo, 125 show and store methods of the attribute owners. 129 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t); 168 To read or write attributes, show() or store() methods must be 173 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 194 first write. Sysfs then passes the entire buffer to the store() 217 - store() should return the number of bytes used from the buffer. If the 220 - show() or store() can always return errors. If a bad value comes 317 ssize_t (*store)(struct device *dev, struct device_attribute *attr, [all …]
|
D | ramfs-rootfs-initramfs.txt | 14 backing store (usually the block device the filesystem is mounted on) are kept 18 store, but kept around for caching purposes until the VM reallocates the 22 With ramfs, there is no backing store. Files written into ramfs allocate 37 an area of RAM and used it as backing store for a filesystem. This block 62 should get written to backing store (rather than swap space), but ramfs hasn't 63 got any backing store. Because of this, only root (or a trusted user) should
|
/linux-4.1.27/net/bridge/ |
D | br_sysfs_if.c | 26 int (*store)(struct net_bridge_port *, unsigned long); member 34 .store = _store, \ 252 if (p->dev && p->br && brport_attr->store) { in brport_store() 254 ret = brport_attr->store(p, val); in brport_store() 266 .store = brport_store,
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | sp2.c | 105 u8 store; in sp2_ci_op_cam() local 117 ret = sp2_read_i2c(s, 0x00, &store, 1); in sp2_ci_op_cam() 122 store &= ~(SP2_MOD_CTL_ACS1 | SP2_MOD_CTL_ACS0); in sp2_ci_op_cam() 123 store |= acs; in sp2_ci_op_cam() 125 ret = sp2_write_i2c(s, 0x00, &store, 1); in sp2_ci_op_cam()
|
/linux-4.1.27/Documentation/vm/ |
D | frontswap.txt | 13 a "backing" store for a swap device. The storage is assumed to be 24 with the specified swap device number (aka "type"). A "store" will 35 to swap out a page, it first attempts to use frontswap. If the store returns 38 If a store returns failure, transcendent memory has rejected the data, and the 45 store frontswap pages to more completely manage its memory usage. 48 (a "duplicate" store), either the store succeeds and the data is overwritten, 49 or the store fails AND the page is invalidated. This ensures stale data may 56 failed_stores - how many store attempts have failed 58 succ_stores - how many store attempts have succeeded 128 AND a frontswap backend registers AND the backend fails every "store" [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | wuf.S | 268 LEON_PI(sta %l5, [%g0] ASI_LEON_MMUREGS) ! store it 269 SUN_PI_(sta %l5, [%g0] ASI_M_MMUREGS) ! store it 284 LEON_PI(sta %twin_tmp1, [%g0] ASI_LEON_MMUREGS) ! store it 285 SUN_PI_(sta %twin_tmp1, [%g0] ASI_M_MMUREGS) ! store it
|
D | unaligned_32.c | 25 store, /* st, std, sth, stsh */ enumerator 42 return store; in decode_direction() 261 case store: in kernel_unaligned_trap() 352 case store: in user_unaligned_trap()
|
D | unaligned_64.c | 34 store, /* st, std, sth, stsh */ enumerator 52 return store; in decode_direction() 378 case store: in kernel_unaligned_trap()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_unfl.S | 8 | result, then store the result. Denormalization is accomplished 35 |xref store 53 bsrl unf_res |denormalize, round & store interm op 211 | Differentiate between store to memory vs. store to register 218 | At this point, a store to memory is pending
|
D | x_store.S | 4 | store --- store operand to memory or register 36 .global store 37 store: label
|
D | x_unimp.S | 71 bnes no_store |if STORE_FLG is set, no store 72 bsrl sto_res |store the result in user space
|
D | binstr.S | 113 tstw %d7 |if zero, store digit & to loop 119 moveb %d7,(%a0)+ |store d7b byte in memory 132 moveb %d7,(%a0)+ |store it in memory string
|
D | round.S | 371 movel %d6,LOCAL_LO(%a0) |store ls mant into memory 377 movel %d0,LOCAL_HI(%a0) |store ms mant into memory 392 movew %d0,LOCAL_EX(%a0) |store ms mant 393 movel %d1,LOCAL_HI(%a0) |store exp 541 movel %d2,LOCAL_HI(%a0) |store new LOCAL_HI 542 movel %d1,LOCAL_LO(%a0) |store new LOCAL_LO 582 clrl LOCAL_HI(%a0) |store LOCAL_HI = 0 583 movel %d2,LOCAL_LO(%a0) |store LOCAL_LO
|
D | x_operr.S | 166 movel #0x80000000,%d0 |store special case result 193 movel #0x80000000,%d0 |store special case result 284 | and store the lower n bits of the least lword of FPTEMP
|
D | sint.S | 37 | 4. Normalize the rounded result; store in fp0. 229 | normalize the rounded result and store value in fp0
|
D | x_ovfl.S | 49 |xref store
|
D | kernel_ex.S | 50 | store properly signed inf (use sign of etemp) into fp0 348 st STORE_FLG(%a6) |do not store a result
|
D | fpsp.h | 135 .set WBTEMP_SGN,WBTEMP+2 | used to store sign 204 .set FPTEMP_SGN,FPTEMP+2 | used to store sign 211 .set ETEMP_SGN,ETEMP+2 | used to store sign
|
D | ssin.S | 528 bsr sto_cos |store cosine result 653 bsr sto_cos |store cosine result 721 bsr sto_cos |store cosine result 740 bsr sto_cos |store cosine result
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | atmel,at91sam9-rtc.txt | 8 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store 12 GPBR register used to store the time base).
|
/linux-4.1.27/fs/pstore/ |
D | Kconfig | 2 bool "Persistent store support" 12 (or "M") to a platform specific persistent store driver 14 If you don't have a platform persistent store driver,
|
/linux-4.1.27/arch/arm/lib/ |
D | bitops.h | 30 .macro testop, name, instr, store 87 .macro testop, name, instr, store 99 \store r2, [r1]
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal-elog.c | 37 ssize_t (*store)(struct elog_obj *elog, struct elog_attribute *attr, member 119 if (!attribute->store) in elog_attr_store() 122 return attribute->store(elog, attribute, buf, len); in elog_attr_store() 127 .store = elog_attr_store,
|
D | opal-dump.c | 37 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr, member 183 if (!attribute->store) in dump_attr_store() 186 return attribute->store(dump, attribute, buf, len); in dump_attr_store() 191 .store = dump_attr_store,
|
D | opal-sysparam.c | 273 attr[i].kobj_attr.store = sys_param_store; in opal_sys_param_init()
|
/linux-4.1.27/arch/s390/crypto/ |
D | sha_common.c | 33 goto store; in s390_sha_update() 55 store: in s390_sha_update()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 264 ssize_t (*store)(const char *buf, size_t count); member 285 if (likely(sattr->store)) in sq_sysfs_store() 286 return sattr->store(buf, count); in sq_sysfs_store() 332 .store = sq_sysfs_store,
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs_example_explicit.c | 59 ssize_t (*store)(struct childless *, const char *, size_t); member 122 .store = childless_storeme_write, 159 if (childless_attr->store) in childless_attr_store() 160 ret = childless_attr->store(childless, page, count); in childless_attr_store()
|
D | configfs.txt | 53 read(2) can query their default values, and write(2) can store new 58 Like sysfs, configfs expects write(2) to store the entire buffer at 108 basic show/store interaction. 156 Usually a subsystem wants the item to display and/or store attributes, 322 their own show()/store() operation. This follows a convention commonly 453 indeed, work, but now every attribute store must check if the attributes 454 are initialized. Every attribute store must fire off the connection if
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 342 ssize_t (*store) (struct threshold_block *, const char *, size_t count); member 418 .store = store_## val, \ 445 static ssize_t store(struct kobject *kobj, struct attribute *attr, in store() function 452 ret = a->store ? a->store(b, buf, count) : -EIO; in store() 459 .store = store,
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | display-sysfs.c | 246 ssize_t (*store)(struct omap_dss_device *, const char *, size_t); member 304 if (!display_attr->store) in display_attr_store() 307 return display_attr->store(dssdev, buf, size); in display_attr_store() 312 .store = display_attr_store,
|
D | overlay-sysfs.c | 365 ssize_t (*store)(struct omap_overlay *, const char *, size_t); member 429 if (!overlay_attr->store) in overlay_attr_store() 432 return overlay_attr->store(overlay, buf, size); in overlay_attr_store() 437 .store = overlay_attr_store,
|
D | manager-sysfs.c | 435 ssize_t (*store)(struct omap_overlay_manager *, const char *, size_t); member 502 if (!manager_attr->store) in manager_attr_store() 505 return manager_attr->store(manager, buf, size); in manager_attr_store() 510 .store = manager_attr_store,
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | os.S | 248 dmwbuae:movs.b %d0,(%a0) | store user byte 250 dmwbs: move.b %d0,(%a0) | store super byte 271 dmwwuae:movs.w %d0,(%a0) | store user word 273 dmwws: move.w %d0,(%a0) | store super word 294 dmwluae:movs.l %d0,(%a0) | store user longword 296 dmwls: move.l %d0,(%a0) | store super longword
|
/linux-4.1.27/drivers/platform/x86/ |
D | intel-rst.c | 71 .store = irst_store_wakeup_events 117 .store = irst_store_wakeup_time
|
D | intel_menlow.c | 387 void *store, struct device *dev, in intel_menlow_add_one_attribute() argument 401 attr->attr.store = store; in intel_menlow_add_one_attribute()
|
D | sony-laptop.c | 1916 kbdbl_ctl->mode_attr.store = sony_nc_kbd_backlight_mode_store; in sony_nc_kbd_backlight_setup() 1922 kbdbl_ctl->timeout_attr.store = sony_nc_kbd_backlight_timeout_store; in sony_nc_kbd_backlight_setup() 2075 bcare_ctl->attrs[0].store = sony_nc_battery_care_limit_store; in sony_nc_battery_care_setup() 2247 th_handle->mode_attr.store = sony_nc_thermal_mode_store; in sony_nc_thermal_setup() 2375 lid_ctl->attrs[LID_RESUME_S5].store = sony_nc_lid_resume_store; in sony_nc_lid_resume_setup() 2382 lid_ctl->attrs[LID_RESUME_S4].store = sony_nc_lid_resume_store; in sony_nc_lid_resume_setup() 2388 lid_ctl->attrs[LID_RESUME_S3].store = sony_nc_lid_resume_store; in sony_nc_lid_resume_setup() 2581 hsc_handle->store = sony_nc_highspeed_charging_store; in sony_nc_highspeed_charging_setup() 2647 lowbatt_handle->store = sony_nc_lowbatt_store; in sony_nc_lowbatt_setup() 2730 fan_handle->store = NULL; in sony_nc_fanspeed_setup() [all …]
|
D | msi-laptop.c | 1002 dev_attr_bluetooth.store = store_bluetooth; in load_scm_model_init() 1003 dev_attr_wlan.store = store_wlan; in load_scm_model_init() 1004 dev_attr_threeg.store = store_threeg; in load_scm_model_init()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 381 cip->attr_val.store = store_val_norm; in pvr2_sysfs_add_control() 385 cip->attr_custom.store = store_val_custom; in pvr2_sysfs_add_control() 439 dip->attr_debugcmd.store = debugcmd_store; in pvr2_sysfs_add_debugifc() 667 sfp->attr_v4l_minor_number.store = NULL; in class_dev_create() 682 sfp->attr_v4l_radio_minor_number.store = NULL; in class_dev_create() 697 sfp->attr_unit_number.store = NULL; in class_dev_create() 711 sfp->attr_bus_info.store = NULL; in class_dev_create() 726 sfp->attr_hdw_name.store = NULL; in class_dev_create() 741 sfp->attr_hdw_desc.store = NULL; in class_dev_create()
|
/linux-4.1.27/arch/xtensa/lib/ |
D | strncpy_user.S | 80 EX(s8i, a9, a11, 0, fixup_s) # store byte 0 90 EX(s8i, a9, a11, 0, fixup_s) # store byte 0 97 EX(s8i, a9, a11, 0, fixup_s) # store byte 0 125 EX(s32i, a9, a11, 0, fixup_s) # store word to dst
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-roccat-savu | 4 Description: The mouse can store 5 profiles which can be switched by the 27 Description: The mouse can store 5 profiles which can be switched by the 50 Description: When written, this file lets one store macros with max 500 61 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-konepure | 4 Description: The mouse can store 5 profiles which can be switched by the 32 Description: The mouse can store a macro with max 500 key/button strokes 43 Description: The mouse can store 5 profiles which can be switched by the 58 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-kovaplus | 23 Description: The mouse can store 5 profiles which can be switched by the 38 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-pyra | 12 Description: The mouse can store 5 profiles which can be switched by the 28 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-koneplus | 23 Description: The mouse can store a macro with max 500 key/button strokes 34 Description: The mouse can store 5 profiles which can be switched by the 49 Description: The mouse can store 5 profiles which can be switched by the
|
D | pstore | 33 will be saved elsewhere and erased from persistent store
|
D | sysfs-driver-hid-roccat-kone | 42 Description: The mouse can store 5 profiles which can be switched by the 52 store.
|
D | sysfs-block-zram | 131 of maximum memory zram have consumed to store compressed data. 141 amount of memory ZRAM can use to store the compressed data. The
|
/linux-4.1.27/drivers/xen/ |
D | sys-hypervisor.c | 34 ssize_t (*store)(struct hyp_sysfs_attr *, const char *, size_t); member 438 if (hyp_attr->store) in hyp_sysfs_store() 439 return hyp_attr->store(hyp_attr, buffer, len); in hyp_sysfs_store() 445 .store = hyp_sysfs_store,
|
/linux-4.1.27/arch/ia64/kernel/ |
D | err_inject.c | 65 #define store(name) \ macro 127 store(err_type_info) in store() function 159 store(err_struct_info) in store() function
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 269 ok=N Number of successful store reqs 270 agn=N Number of store reqs on a page already pending storage 271 nbf=N Number of store reqs rejected -ENOBUFS 272 oom=N Number of store reqs failed -ENOMEM 273 ops=N Number of store reqs submitted 274 run=N Number of store reqs granted CPU time 275 pgs=N Number of pages given store req processing time 276 rxd=N Number of store reqs deleted from tracking tree 277 olm=N Number of store reqs over store limit 278 VmScan nos=N Number of release reqs against pages with no pending store [all …]
|
D | netfs-api.txt | 8 (1) Caches can store a number of different object types. There are two main 179 (3) A function to select the cache in which to store an index [optional]. 268 This is called by FS-Cache to indicate that a backing store is being 415 Miscellaneous objects might be used to store extended attributes or directory 445 And the sixth step is to store and retrieve pages in the cache. There are 465 allocate space to store the contents if not: 515 to store the page: 806 This permits a netfs to request cache space be reserved to store up to the
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | gdb-low.S | 29 # - D1 holds the address to store the byte into 71 # - D0 holds the byte to store
|
/linux-4.1.27/sound/hda/ |
D | hdac_sysfs.c | 82 ssize_t (*store)(struct hdac_device *codec, hda_nid_t nid, member 124 if (!wid_attr->store) in widget_attr_store() 129 return wid_attr->store(codec, nid, wid_attr, buf, count); in widget_attr_store() 134 .store = widget_attr_store,
|
/linux-4.1.27/Documentation/frv/ |
D | atomic-ops.txt | 52 steps (1) and (4) will set CC3 to the Undefined, thus aborting the store in (4a), and causing the 61 (2) The branch from step (5) back to step (1) may have to happen more than once until the store 96 Then it attempts to store the value back, contingent on no exception having cleared CC3 since it 101 It simultaneously records the success or failure of the store in ICC3.Z.
|
D | booting.txt | 35 This is the simplest. RedBoot can store an image in the flash (see the 47 default server (as negotiated by BOOTP) and store it into RAM:
|
/linux-4.1.27/drivers/pci/ |
D | slot.c | 31 return attribute->store ? attribute->store(slot, buf, len) : -EIO; in pci_slot_attr_store() 36 .store = pci_slot_attr_store,
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 178 #define QIB_PORT_ATTR(name, mode, show, store) \ argument 180 __ATTR(name, mode, show, store) 185 ssize_t (*store)(struct qib_pportdata *, const char *, size_t); member 315 return pattr->store(ppd, buf, len); in qib_portattr_store() 321 .store = qib_portattr_store, 484 .store = diagc_attr_store,
|
/linux-4.1.27/drivers/parisc/ |
D | pdc_stable.c | 112 ssize_t (*store)(struct pdcspath_entry *entry, const char *buf, size_t count); member 126 .store = _store, \ 133 .store = _store, \ 478 if (pdcs_attr->store) in pdcspath_attr_store() 479 ret = pdcs_attr->store(entry, buf, count); in pdcspath_attr_store() 486 .store = pdcspath_attr_store,
|
/linux-4.1.27/arch/m68k/lib/ |
D | udivsi3.S | 146 movl d2,d3 | subtract b from p, store in tmp. 150 movl d3,d2 | and store tmp in p.
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 147 # u8 expanded_keys[16*11] store expanded keys 148 # u8 shifted_hkey_1[16] store HashKey <<1 mod poly here 149 # u8 shifted_hkey_2[16] store HashKey^2 <<1 mod poly here 150 # u8 shifted_hkey_3[16] store HashKey^3 <<1 mod poly here 151 # u8 shifted_hkey_4[16] store HashKey^4 <<1 mod poly here 152 # u8 shifted_hkey_5[16] store HashKey^5 <<1 mod poly here 153 # u8 shifted_hkey_6[16] store HashKey^6 <<1 mod poly here 154 # u8 shifted_hkey_7[16] store HashKey^7 <<1 mod poly here 155 # u8 shifted_hkey_8[16] store HashKey^8 <<1 mod poly here 156 # u8 shifted_hkey_1_k[16] store XOR HashKey <<1 mod poly here (for Karatsuba purposes) [all …]
|
/linux-4.1.27/drivers/iio/ |
D | industrialio-event.c | 321 ssize_t (*store)(struct device *, struct device_attribute *, in iio_device_add_event() local 345 store = iio_ev_state_store; in iio_device_add_event() 348 store = iio_ev_value_store; in iio_device_add_event() 351 ret = __iio_add_chan_devattr(postfix, chan, show, store, in iio_device_add_event()
|
/linux-4.1.27/drivers/firmware/efi/ |
D | efivars.c | 103 ssize_t (*store)(struct efivar_entry *entry, const char *buf, size_t count); member 110 .store = _store, \ 376 if (efivar_attr->store) in efivar_attr_store() 377 ret = efivar_attr->store(var, buf, count); in efivar_attr_store() 384 .store = efivar_attr_store,
|
/linux-4.1.27/arch/s390/kernel/ |
D | entry.S | 164 .insn s,0xb27c0000,\savearea # store clock fast 166 .insn s,0xb2050000,\savearea # store clock 180 stmg %r6,%r15,__SF_GPRS(%r15) # store gprs of prev task 181 stg %r15,__THREAD_ksp(%r2) # store kernel stack of prev 186 stg %r3,__LC_CURRENT # store task struct of next 187 stg %r5,__LC_THREAD_INFO # store thread info of next 188 stg %r15,__LC_KERNEL_STACK # store end of kernel stack 190 mvc __LC_CURRENT_PID+4(4,%r0),__TASK_pid(%r3) # store pid of next 238 stg %r2,__PT_R2(%r11) # store return value 369 stg %r2,__PT_R2(%r11) # store return value [all …]
|
D | head.S | 217 st %r2,INITRD_SIZE+ARCH_OFFSET-PARMAREA(%r12) # store size of rd 232 stidp .Lcpuid # store cpuid
|
/linux-4.1.27/net/batman-adv/ |
D | sysfs.h | 34 ssize_t (*store)(struct kobject *kobj, struct attribute *attr, member
|
/linux-4.1.27/arch/m32r/kernel/ |
D | head.S | 86 ldi r1, #0 ; clear R1 for longwords store 87 addi r2, #-4 ; account for pre-inc store 95 addi r2, #4 ; account for pre-inc store
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
D | head.S | 105 ldi r1, #0 ; clear R1 for longwords store 106 addi r2, #-4 ; account for pre-inc store
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/rockchip/ |
D | pmu-sram.txt | 4 The sram of pmu is used to store the function of resume from maskrom(the 1st
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | via-velocity.txt | 9 - no-eeprom : PCI network cards use an external EEPROM to store data. Embedded
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-koneplus | 28 Description: The mouse can store 5 profiles which can be switched by the 40 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-kovaplus | 46 Description: The mouse can store 5 profiles which can be switched by the 58 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-pyra | 43 Description: The mouse can store 5 profiles which can be switched by the 55 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-block-zram | 101 of maximum memory zram have consumed to store compressed data. 114 amount of memory ZRAM can use to store the compressed data.
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram34xx.S | 122 stmfd sp!, {r1-r12, lr} @ store regs to stack 125 @ and store them in SRAM 261 str r12, [r11] @ store
|
/linux-4.1.27/fs/sysfs/ |
D | file.c | 131 return ops->store(kobj, of->kn->priv, buf, count); in sysfs_kf_write() 257 if (sysfs_ops->show && sysfs_ops->store) { in sysfs_add_file_mode_ns() 267 } else if (sysfs_ops->store) { in sysfs_add_file_mode_ns()
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | README | 7 The general idea is to store 'struct perf_event_attr' details for 23 store 'fd' and 'group_fd' values to allow checking for groups.
|
/linux-4.1.27/drivers/base/ |
D | class.c | 45 if (class_attr->store) in class_attr_store() 46 ret = class_attr->store(cp->class, class_attr, buf, count); in class_attr_store() 76 .store = class_attr_store,
|
D | bus.c | 73 if (drv_attr->store) in drv_attr_store() 74 ret = drv_attr->store(drv_priv->driver, buf, count); in drv_attr_store() 80 .store = drv_attr_store, 118 if (bus_attr->store) in bus_attr_store() 119 ret = bus_attr->store(subsys_priv->bus, buf, count); in bus_attr_store() 125 .store = bus_attr_store,
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | pci_hotplug_core.c | 140 .store = power_write_file 184 .store = attention_write_file 249 .store = test_write_file
|
/linux-4.1.27/Documentation/driver-model/ |
D | device.txt | 44 ssize_t (*store)(struct device *dev, struct device_attribute *attr, 59 #define DEVICE_ATTR(name,mode,show,store)
|
D | class.txt | 64 device and store it in the device's class_data pointer. 117 ssize_t (*store)(struct device_class *, const char * buf, size_t count, loff_t off);
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vm.txt | 57 Parameters: address of buffer to store the machine related cpu data 80 Parameters: address of buffer to store/set the processor related cpu
|
/linux-4.1.27/Documentation/device-mapper/ |
D | persistent-data.txt | 17 framework for people who want to store metadata in device-mapper 62 the metadata space. The latter is complicated by the need to store
|
/linux-4.1.27/Documentation/arm/ |
D | swp_emulation | 5 moving to the load-locked/store-conditional instructions LDREX and STREX.
|
D | kernel_user_helpers.txt | 142 Atomically store newval in *ptr only if *ptr is equal to oldval. 234 Atomically store the 64-bit value pointed by *newval in *ptr only if *ptr
|
/linux-4.1.27/fs/btrfs/ |
D | sysfs.h | 20 .store = _store, \
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-header.S | 112 @ store saved r12 using str to have a register to hold the base for stm 115 @ store r13-r15, xPSR 117 @ store old_r0
|
/linux-4.1.27/arch/mn10300/mm/ |
D | misalignment.c | 322 unsigned long data, *store, *postinc, disp, inc, sp; in misalignment() local 501 &store)) in misalignment() 512 *store = data; in misalignment() 517 &store)) in misalignment() 525 data = *store; in misalignment()
|
/linux-4.1.27/Documentation/ |
D | memory-barriers.txt | 342 (1) Write (or store) memory barriers. 352 A CPU can be viewed as committing a sequence of store operations to the 618 for load-store control dependencies, as in the following example: 628 'a', and the store to 'b' with other stores to 'b', with possible highly 669 Now there is no conditional between the load from 'a' and the store to 722 between the load from variable 'a' and the store to variable 'b'. It is 729 BUILD_BUG_ON(MAX <= 1); /* Order load from a with store to b. */ 739 identical, as noted earlier, the compiler could pull this store outside 806 between the prior load and the subsequent store, and this 888 Firstly, write barriers act as partial orderings on store operations. [all …]
|
D | sysfs-rules.txt | 173 -EIO: The read or store operation is not supported, typically returned by 174 the sysfs system itself if the read or store pointer is NULL. 176 -ENXIO: The read or store operation failed
|
D | cachetlb.txt | 63 The "vma" is the backing store being used for the region. 175 The "vma" is the backing store being used for the region. 261 These two routines store data in user anonymous or COW 268 load/store instructions happen to virtual addresses which are 293 specifically, that the kernel executes store instructions
|
/linux-4.1.27/net/core/ |
D | net-sysfs.c | 632 if (!attribute->store) in rx_queue_attr_store() 635 return attribute->store(queue, attribute, buf, count); in rx_queue_attr_store() 640 .store = rx_queue_attr_store, 934 ssize_t (*store)(struct netdev_queue *queue, member 961 if (!attribute->store) in netdev_queue_attr_store() 964 return attribute->store(queue, attribute, buf, count); in netdev_queue_attr_store() 969 .store = netdev_queue_attr_store,
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | returnvar.cocci | 2 /// Removes unneeded variable used to store return value.
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1235 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD 1326 # fcmp and ftst do not store any result. 1333 bsr.l store_fpreg # store the result 1871 # fcmp and ftst do not store any result. 1878 bsr.l store_fpreg # store the result 2374 # store_fpreg() - store opclass 0 or 2 result to FP regfile # 2426 # was executed from supervisor mode, this handler must store the FP # 2475 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD 2585 st STORE_FLG(%a6) # don't store a final result 2961 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD [all …]
|
D | fpsp.S | 1236 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD 1327 # fcmp and ftst do not store any result. 1334 bsr.l store_fpreg # store the result 1872 # fcmp and ftst do not store any result. 1879 bsr.l store_fpreg # store the result 2375 # store_fpreg() - store opclass 0 or 2 result to FP regfile # 2427 # was executed from supervisor mode, this handler must store the FP # 2476 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD 2586 st STORE_FLG(%a6) # don't store a final result 2962 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD [all …]
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 158 Unicore processors can not fetch/store information which is not 161 fetch/store instructions will be emulated in software if you say
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_configfs.txt | 82 In order to have a place to store them, a strings subdirectory must be created 323 store) is called and passed the "cs" and a character buffer. The "show" 325 buffer), while the "store" is for modifying the file's contents (copy data 335 +-----------------+ | (*store)(cs *, buffer, length); |
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README.FPE | 16 LDF/STF - load and store floating 24 LFM/SFM - load and store multiple floating 34 These instructions are fully implemented. They store/load three words
|
/linux-4.1.27/drivers/hwmon/ |
D | i5k_amb.c | 330 iattr->s_attr.dev_attr.store = store_amb_min; in i5k_amb_hwmon_init() 346 iattr->s_attr.dev_attr.store = store_amb_mid; in i5k_amb_hwmon_init() 362 iattr->s_attr.dev_attr.store = store_amb_max; in i5k_amb_hwmon_init()
|
D | nct6683.c | 364 .store = _store, \ 449 a2->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group() 459 a->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group()
|
D | applesmc.c | 115 void *store; /* store function */ member 1122 node->sda.dev_attr.store = grp->store; in applesmc_create_nodes() 1126 attr->mode = S_IRUGO | (grp->store ? S_IWUSR : 0); in applesmc_create_nodes()
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-dev-parts.txt | 15 the sensitive nature of the boot partition contents, which often store
|
/linux-4.1.27/drivers/macintosh/ |
D | windfarm_core.c | 231 new_ct->attr.store = wf_store_control; in wf_register_control() 344 new_sr->attr.store = NULL; in wf_register_sensor()
|
/linux-4.1.27/drivers/md/bcache/ |
D | sysfs.h | 9 .store = type ## _store \
|
D | bcache.h | 854 #define kobj_attribute_rw(n, show, store) \ argument 856 __ATTR(n, S_IWUSR|S_IRUSR, show, store)
|
/linux-4.1.27/kernel/power/ |
D | power.h | 77 .store = _name##_store, \
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | align.S | 221 _beqz a6, .Lstore # S32I.N, do a store 364 _beqi a5, OP1_S32I, 1f # jump if 32 bit store 399 s32i a5, a4, 0 # store
|
/linux-4.1.27/drivers/net/ |
D | netconsole.c | 240 ssize_t (*store)(struct netconsole_target *nt, member 566 if (na->store) in netconsole_target_attr_store() 567 ret = na->store(nt, buf, count); in netconsole_target_attr_store()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 169 str r11, [r12, #OMAP1510_GPIO_INT_MASK] @ store into the mask register 183 strne r10, [r9, #BUF_MASK] @ not yet - store the mask
|
/linux-4.1.27/arch/nios2/ |
D | Kconfig | 91 Nios II CPUs cannot fetch/store data which is not bus aligned, 93 2 or 4. Any non-aligned load/store instructions will be trapped and
|
/linux-4.1.27/drivers/target/ |
D | target_core_configfs.c | 74 ssize_t (*store)(void *, const char *, size_t); member 1241 .store = NULL, 1260 .store = target_core_store_dev_control, 1310 .store = target_core_store_dev_alias, 1361 .store = target_core_store_dev_udev_path, 1398 .store = target_core_store_dev_enable, 1512 .store = target_core_store_alua_lu_gp, 1682 .store = target_core_store_dev_lba_map, 1732 if (!tc_attr->store) in target_core_dev_store() 1735 return tc_attr->store(dev, page, count); in target_core_dev_store()
|
/linux-4.1.27/drivers/iommu/ |
D | iommu.c | 65 ssize_t (*store)(struct iommu_group *group, member 98 if (attr->store) in iommu_group_attr_store() 99 ret = attr->store(group, buf, count); in iommu_group_attr_store() 105 .store = iommu_group_attr_store,
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 99 ssize_t (*store)(struct f2fs_attr *, struct f2fs_sb_info *, member 172 return a->store ? a->store(a, sbi, buf, len) : 0; in f2fs_attr_store() 186 .store = _store, \ 230 .store = f2fs_attr_store,
|
/linux-4.1.27/arch/ |
D | Kconfig | 146 with a nearby load or store and use load-and-swap or 147 store-and-swap instructions if the architecture has them. It 152 Any architecture with load-and-swap or store-and-swap 251 breakpoints addresses, others have mixed registers to store 458 The arch uses struct mod_arch_specific to store data. Many arches
|
/linux-4.1.27/drivers/powercap/ |
D | powercap_sys.c | 200 ssize_t (*store)(struct device *, in create_constraint_attribute() 212 dev_attr->store = store; in create_constraint_attribute()
|
/linux-4.1.27/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 64 ssize_t (*store)(struct spear_pcie_gadget_config *config, member 664 if (t_attr->store) in pcie_gadget_target_attr_store() 665 ret = t_attr->store(&target->config, buf, count); in pcie_gadget_target_attr_store()
|
/linux-4.1.27/lib/ |
D | kobject.c | 778 if (kattr->store) in kobj_attr_store() 779 ret = kattr->store(kobj, kattr, buf, count); in kobj_attr_store() 785 .store = kobj_attr_store,
|
/linux-4.1.27/Documentation/leds/ |
D | leds-blinkm.txt | 9 Also you can store blinking sequences as "scripts" in
|
D | leds-lp5521.txt | 27 enginex_load : store program (visible only in engine load mode)
|
/linux-4.1.27/fs/isofs/ |
D | Kconfig | 34 This is a Linux-specific extension to RockRidge which lets you store
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sysfs.c | 148 ixgbe_attr->dev_attr.store = NULL; in ixgbe_add_hwmon_attr()
|
/linux-4.1.27/drivers/platform/chrome/ |
D | Kconfig | 32 devices. It can be used to store away console logs and crash
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | storcenter.dts | 55 store-gathering = <0>; /* 0 == off, !0 == on */
|
/linux-4.1.27/drivers/acpi/apei/ |
D | Kconfig | 62 error information to and from a persistent store. Enable this
|
/linux-4.1.27/Documentation/input/ |
D | yealink.txt | 74 store 183 Example - light up the store icon:
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | xgmac.c | 153 unsigned int oft = mac->offset, store; in t3b2_mac_reset() local 172 store = t3_read_reg(adap, A_TP_TX_DROP_CFG_CH0 + idx); in t3b2_mac_reset() 211 t3_write_reg(adap, A_TP_PIO_DATA, store); in t3b2_mac_reset()
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 110 -Insns: endian swap, load-locked/store-conditional, time-stamp-ctr 196 Single Cycle RAMS to store Fast Path Code 207 Single Cycle RAMS to store Fast Path Data
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_hwmon.c | 149 igb_attr->dev_attr.store = NULL; in igb_add_hwmon_attr()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | head.S | 321 move.d $r1, [$r3] ; store at romfs_start (for axisflashmap) 323 move.d $r2, [$r3] ; store size at romfs_length
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_fc.c | 794 i->private_rport_attrs[count].store = NULL; \ 802 i->private_rport_attrs[count].store = NULL; \ 810 i->private_rport_attrs[count].store = NULL; \ 1044 i->private_starget_attrs[count].store = NULL; \ 1053 i->private_starget_attrs[count].store = NULL; \ 1207 i->private_vport_attrs[count].store = NULL; \ 1216 i->private_vport_attrs[count].store = NULL; \ 1231 i->private_vport_attrs[count].store = NULL; \ 1425 i->private_host_attrs[count].store = NULL; \ 1433 i->private_host_attrs[count].store = NULL; \ [all …]
|
/linux-4.1.27/drivers/input/mouse/ |
D | psmouse.h | 144 .store = psmouse_attr_set_helper, \
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.cpu | 67 the store queues integrated in the SH-4 processors.
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | Kconfig | 57 a dedicated EEPROM chip to store all device specific values
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 26 The service processor may be able to store more log
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 825 ssize_t (*store)(struct device *dev, in pmbus_dev_attr_init() 833 dev_attr->store = store; in pmbus_dev_attr_init() 842 ssize_t (*store)(struct device *dev, in pmbus_attr_init() 847 pmbus_dev_attr_init(&a->dev_attr, name, mode, show, store); in pmbus_attr_init()
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 125 store compressed data 126 mem_limit RW the maximum amount of memory ZRAM can use to store
|
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 36 # Disable unaligned load/store support but leave HW fixup enabled
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | Kconfig | 9 # we need shmfs for the swappable backing store, and in particular
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 186 store", addressable from 0 to 15 199 The instruction set consists of load, store, branch, alu, miscellaneous 851 Three LSB bits store instruction class which is one of: 879 ... and four MSB bits store operation code. 927 in eBPF means function exit only. The eBPF program needs to store return 931 For load and store instructions the 8-bit 'code' field is divided as: 946 ... which encodes size of load/store operation: 972 and must not be used to store the data across BPF_ABS | BPF_LD or 988 Unlike classic BPF instruction set, eBPF has generic load/store operations: 1042 load/store instructions are allowed only with registers of valid types, which [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/nintendo/ |
D | gamecube.txt | 58 Represents the non cpu-addressable ram designed mainly to store audio
|