Home
last modified time | relevance | path

Searched defs:item (Results 1 – 191 of 191) sorted by relevance

/linux-4.1.27/include/linux/
Dvmstat.h34 static inline void __count_vm_event(enum vm_event_item item) in __count_vm_event()
39 static inline void count_vm_event(enum vm_event_item item) in count_vm_event()
44 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events()
49 static inline void count_vm_events(enum vm_event_item item, long delta) in count_vm_events()
61 static inline void count_vm_event(enum vm_event_item item) in count_vm_event()
64 static inline void count_vm_events(enum vm_event_item item, long delta) in count_vm_events()
67 static inline void __count_vm_event(enum vm_event_item item) in __count_vm_event()
70 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events()
104 #define __count_zone_vm_events(item, zone, delta) \ argument
114 enum zone_stat_item item) in zone_page_state_add()
[all …]
Dbacking-dev.h140 enum bdi_stat_item item, s64 amount) in __add_bdi_stat()
146 enum bdi_stat_item item) in __inc_bdi_stat()
152 enum bdi_stat_item item) in inc_bdi_stat()
162 enum bdi_stat_item item) in __dec_bdi_stat()
168 enum bdi_stat_item item) in dec_bdi_stat()
178 enum bdi_stat_item item) in bdi_stat()
184 enum bdi_stat_item item) in __bdi_stat_sum()
190 enum bdi_stat_item item) in bdi_stat_sum()
Dconfigfs.h69 static inline char *config_item_name(struct config_item * item) in config_item_name()
105 static inline struct config_group *to_config_group(struct config_item *item) in to_config_group()
Dradix-tree.h257 static inline void radix_tree_replace_slot(void **pslot, void *item) in radix_tree_replace_slot()
/linux-4.1.27/kernel/trace/
Dtrace_export.c31 #define __field_struct(type, item) argument
34 #define __field(type, item) type item; argument
37 #define __field_desc(type, container, item) type item; argument
40 #define __array(type, item, size) type item[size]; argument
43 #define __array_desc(type, container, item, size) type item[size]; argument
46 #define __dynamic_array(type, item) type item[]; argument
75 #define __field(type, item) \ argument
84 #define __field_desc(type, container, item) \ argument
94 #define __array(type, item, len) \ argument
107 #define __array_desc(type, container, item, len) \ argument
[all …]
Dtrace.h47 #define __field(type, item) type item; argument
50 #define __field_struct(type, item) __field(type, item) argument
53 #define __field_desc(type, container, item) argument
56 #define __array(type, item, size) type item[size]; argument
59 #define __array_desc(type, container, item, size) argument
62 #define __dynamic_array(type, item) type item[]; argument
Dtrace_probe.h54 #define DEFINE_FIELD(type, item, name, is_signed) \ argument
Dring_buffer.c4757 struct rb_item *item; in rb_write_something() local
4934 struct rb_item *item; in test_ringbuffer() local
Dtrace_events.c147 #define __common_field(type, item) \ argument
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dmach-vr1000.c56 #define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5) argument
57 #define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4) argument
58 #define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3) argument
59 #define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2) argument
63 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2)) argument
64 #define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3)) argument
65 #define PA_CS4(item) (__phys_to_pfn((item) + S3C2410_CS4)) argument
66 #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) argument
Dmach-bast.c67 #define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5) argument
68 #define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4) argument
69 #define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3) argument
70 #define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2) argument
74 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2)) argument
75 #define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3)) argument
76 #define PA_CS4(item) (__phys_to_pfn((item) + S3C2410_CS4)) argument
77 #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) argument
/linux-4.1.27/include/trace/
Dftrace.h70 #define __field(type, item) type item; argument
73 #define __field_ext(type, item, filter_type) type item; argument
76 #define __field_struct(type, item) type item; argument
79 #define __field_struct_ext(type, item, filter_type) type item; argument
82 #define __array(type, item, len) type item[len]; argument
85 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument
88 #define __string(item, src) __dynamic_array(char, item, -1) argument
91 #define __bitmask(item, nr_bits) __dynamic_array(char, item, -1) argument
156 #define __field(type, item) argument
159 #define __field_ext(type, item, filter_type) argument
[all …]
/linux-4.1.27/fs/configfs/
Ditem.c50 void config_item_init(struct config_item *item) in config_item_init()
66 int config_item_set_name(struct config_item *item, const char *fmt, ...) in config_item_set_name()
115 void config_item_init_type_name(struct config_item *item, in config_item_init_type_name()
134 struct config_item *config_item_get(struct config_item *item) in config_item_get()
142 static void config_item_cleanup(struct config_item *item) in config_item_cleanup()
171 void config_item_put(struct config_item *item) in config_item_put()
205 struct config_item *item = to_item(entry); in config_group_find_item() local
Dsymlink.c38 static int item_depth(struct config_item * item) in item_depth()
46 static int item_path_length(struct config_item * item) in item_path_length()
57 static void fill_item_path(struct config_item * item, char * buffer, int length) in fill_item_path()
73 struct config_item *item, in create_link()
235 static int configfs_get_target_path(struct config_item * item, struct config_item * target, in configfs_get_target_path()
259 struct config_item *item, *target_item; in configfs_getlink() local
Ddir.c272 static int configfs_create_dir(struct config_item *item, struct dentry *dentry) in configfs_create_dir()
397 static void configfs_remove_dir(struct config_item * item) in configfs_remove_dir()
553 static void detach_attrs(struct config_item * item) in detach_attrs()
582 static int populate_attrs(struct config_item *item) in populate_attrs()
710 static void unlink_obj(struct config_item *item) in unlink_obj()
729 static void link_obj(struct config_item *parent_item, struct config_item *item) in link_obj()
807 struct config_item *item, in configfs_attach_item()
834 static void configfs_detach_item(struct config_item *item) in configfs_detach_item()
841 struct config_item *item, in configfs_attach_group()
879 static void configfs_detach_group(struct config_item *item) in configfs_detach_group()
[all …]
Dfile.c67 struct config_item * item = to_item(dentry->d_parent); in fill_read_buffer() local
173 struct config_item * item = to_item(dentry->d_parent); in flush_write_buffer() local
215 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); in check_perm() local
289 struct config_item * item = to_item(filp->f_path.dentry->d_parent); in configfs_release() local
322 int configfs_create_file(struct config_item * item, const struct configfs_attribute * attr) in configfs_create_file()
Dmount.c56 int configfs_is_root(struct config_item *item) in configfs_is_root()
Dconfigfs_internal.h124 struct config_item * item = NULL; in configfs_get_config_item() local
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs_example_explicit.c62 static inline struct childless *to_childless(struct config_item *item) in to_childless()
136 static ssize_t childless_attr_show(struct config_item *item, in childless_attr_show()
150 static ssize_t childless_attr_store(struct config_item *item, in childless_attr_store()
199 struct config_item item; member
203 static inline struct simple_child *to_simple_child(struct config_item *item) in to_simple_child()
219 static ssize_t simple_child_attr_show(struct config_item *item, in simple_child_attr_show()
231 static ssize_t simple_child_attr_store(struct config_item *item, in simple_child_attr_store()
251 static void simple_child_release(struct config_item *item) in simple_child_release()
273 static inline struct simple_children *to_simple_children(struct config_item *item) in to_simple_children()
305 static ssize_t simple_children_attr_show(struct config_item *item, in simple_children_attr_show()
[all …]
Dconfigfs_example_macros.c55 static inline struct childless *to_childless(struct config_item *item) in to_childless()
162 struct config_item item; member
166 static inline struct simple_child *to_simple_child(struct config_item *item) in to_simple_child()
182 static ssize_t simple_child_attr_show(struct config_item *item, in simple_child_attr_show()
194 static ssize_t simple_child_attr_store(struct config_item *item, in simple_child_attr_store()
214 static void simple_child_release(struct config_item *item) in simple_child_release()
236 static inline struct simple_children *to_simple_children(struct config_item *item) in to_simple_children()
268 static ssize_t simple_children_attr_show(struct config_item *item, in simple_children_attr_show()
279 static void simple_children_release(struct config_item *item) in simple_children_release()
352 static ssize_t group_children_attr_show(struct config_item *item, in group_children_attr_show()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_global.c49 struct drm_global_item *item = &glob[i]; in drm_global_init() local
60 struct drm_global_item *item = &glob[i]; in drm_global_release() local
69 struct drm_global_item *item = &glob[ref->global_type]; in drm_global_item_ref() local
98 struct drm_global_item *item = &glob[ref->global_type]; in drm_global_item_unref() local
Ddrm_hashtab.c109 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
140 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
166 struct drm_hash_item **item) in drm_ht_find_item()
191 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
/linux-4.1.27/drivers/net/wireless/cw1200/
Dqueue.c72 struct cw1200_queue_item *item, *tmp; in cw1200_queue_post_gc() local
82 struct cw1200_queue_item *item) in cw1200_queue_register_post_gc()
97 struct cw1200_queue_item *item = NULL, *tmp; in __cw1200_queue_gc() local
208 struct cw1200_queue_item *item, *tmp; in cw1200_queue_clear() local
294 struct cw1200_queue_item *item = list_first_entry( in cw1200_queue_put() local
340 struct cw1200_queue_item *item; in cw1200_queue_get() local
378 struct cw1200_queue_item *item; in cw1200_queue_requeue() local
418 struct cw1200_queue_item *item, *tmp; in cw1200_queue_requeue_all() local
447 struct cw1200_queue_item *item; in cw1200_queue_remove() local
500 struct cw1200_queue_item *item; in cw1200_queue_get_skb() local
[all …]
Ddebug.c104 struct list_head *item; in cw1200_status_show() local
/linux-4.1.27/drivers/target/
Dtarget_core_fabric_configfs.c233 static void target_fabric_mappedlun_release(struct config_item *item) in target_fabric_mappedlun_release()
271 struct config_item *item) in target_core_mappedlun_stat_rmdir()
430 struct config_item *item) in target_fabric_drop_mappedlun()
457 static void target_fabric_nacl_base_release(struct config_item *item) in target_fabric_nacl_base_release()
538 struct config_item *item) in target_fabric_drop_nodeacl()
571 static void target_fabric_np_base_release(struct config_item *item) in target_fabric_np_base_release()
620 struct config_item *item) in target_fabric_drop_np()
865 struct config_item *item) in target_core_port_stat_rmdir()
938 struct config_item *item) in target_fabric_drop_lun()
1019 static void target_fabric_tpg_release(struct config_item *item) in target_fabric_tpg_release()
[all …]
Dtarget_core_configfs.c82 item_to_hba(struct config_item *item) in item_to_hba()
90 static ssize_t target_core_attr_show(struct config_item *item, in target_core_attr_show()
227 struct config_item *item) in target_core_deregister_fabric()
290 int target_depend_item(struct config_item *item) in target_depend_item()
296 void target_undepend_item(struct config_item *item) in target_undepend_item()
1696 static void target_core_dev_release(struct config_item *item) in target_core_dev_release()
1706 static ssize_t target_core_dev_show(struct config_item *item, in target_core_dev_show()
1722 static ssize_t target_core_dev_store(struct config_item *item, in target_core_dev_store()
1860 static void target_core_alua_lu_gp_release(struct config_item *item) in target_core_alua_lu_gp_release()
1912 struct config_item *item) in target_core_alua_drop_lu_gp()
[all …]
/linux-4.1.27/fs/nfs/
Ddns_resolve.c105 struct nfs_dns_ent *item; in nfs_dns_ent_put() local
114 struct nfs_dns_ent *item = kmalloc(sizeof(*item), GFP_KERNEL); in nfs_dns_ent_alloc() local
169 struct nfs_dns_ent *item; in nfs_dns_show() local
222 struct nfs_dns_ent key, *item; in nfs_dns_parse() local
272 struct nfs_dns_ent **item, in do_cache_lookup()
288 struct nfs_dns_ent **item) in do_cache_lookup_nowait()
313 struct nfs_dns_ent **item) in do_cache_lookup_wait()
339 struct nfs_dns_ent *item = NULL; in nfs_dns_resolve_name() local
/linux-4.1.27/fs/ocfs2/cluster/
Dnodemanager.c156 static struct o2nm_cluster *to_o2nm_cluster(struct config_item *item) in to_o2nm_cluster()
164 static struct o2nm_node *to_o2nm_node(struct config_item *item) in to_o2nm_node()
169 static void o2nm_node_release(struct config_item *item) in o2nm_node_release()
409 static ssize_t o2nm_node_show(struct config_item *item, in o2nm_node_show()
423 static ssize_t o2nm_node_store(struct config_item *item, in o2nm_node_store()
662 static ssize_t o2nm_cluster_show(struct config_item *item, in o2nm_cluster_show()
676 static ssize_t o2nm_cluster_store(struct config_item *item, in o2nm_cluster_store()
719 struct config_item *item) in o2nm_node_group_drop_item()
766 static void o2nm_cluster_release(struct config_item *item) in o2nm_cluster_release()
853 static void o2nm_cluster_group_drop_item(struct config_group *group, struct config_item *item) in o2nm_cluster_group_drop_item()
[all …]
Dheartbeat.c1434 static struct o2hb_region *to_o2hb_region(struct config_item *item) in to_o2hb_region()
1442 static void o2hb_region_release(struct config_item *item) in o2hb_region_release()
1943 static ssize_t o2hb_region_show(struct config_item *item, in o2hb_region_show()
1957 static ssize_t o2hb_region_store(struct config_item *item, in o2hb_region_store()
2107 struct config_item *item) in o2hb_heartbeat_group_drop_item()
2175 static ssize_t o2hb_heartbeat_group_show(struct config_item *item, in o2hb_heartbeat_group_show()
2189 static ssize_t o2hb_heartbeat_group_store(struct config_item *item, in o2hb_heartbeat_group_store()
/linux-4.1.27/scripts/kconfig/
Dqconf.cc419 ConfigItem* item = (ConfigItem*)menu->data; in findConfigItem() local
434 ConfigItem* item = (ConfigItem*)selectedItem(); in updateSelection() local
447 void ConfigList::updateList(ConfigItem* item) in updateList()
455 ConfigItem* item; in updateList() local
490 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
515 void ConfigList::changeValue(ConfigItem* item) in changeValue()
575 ConfigItem* item; in setParentMenu() local
604 ConfigItem* item; in updateMenuList() local
666 ConfigItem* item; in keyPressEvent() local
727 ConfigItem* item = (ConfigItem*)itemAt(p); in contentsMouseReleaseEvent() local
[all …]
/linux-4.1.27/drivers/infiniband/core/
Dumem_odp.c44 static void ib_umem_notifier_start_account(struct ib_umem *item) in ib_umem_notifier_start_account()
62 static void ib_umem_notifier_end_account(struct ib_umem *item) in ib_umem_notifier_end_account()
123 static int ib_umem_notifier_release_trampoline(struct ib_umem *item, u64 start, in ib_umem_notifier_release_trampoline()
157 static int invalidate_page_trampoline(struct ib_umem *item, u64 start, in invalidate_page_trampoline()
184 static int invalidate_range_start_trampoline(struct ib_umem *item, u64 start, in invalidate_range_start_trampoline()
210 static int invalidate_range_end_trampoline(struct ib_umem *item, u64 start, in invalidate_range_end_trampoline()
/linux-4.1.27/fs/xfs/
Dxfs_log_recover.c1499 xlog_recover_item_t *item, *n; in xlog_recover_reorder_trans() local
1580 struct xlog_recover_item *item) in xlog_recover_buffer_pass1()
1706 xlog_recover_item_t *item, in xlog_recover_do_inode_buffer()
2166 xlog_recover_item_t *item, in xlog_recover_do_reg_buffer()
2257 struct xlog_recover_item *item, in xlog_recover_do_dquot_buffer()
2315 struct xlog_recover_item *item, in xlog_recover_buffer_pass2()
2503 struct xlog_recover_item *item, in xlog_recover_inode_pass2()
2799 struct xlog_recover_item *item) in xlog_recover_quotaoff_pass1()
2825 struct xlog_recover_item *item, in xlog_recover_dquot_pass2()
2934 struct xlog_recover_item *item, in xlog_recover_efi_pass2()
[all …]
Dxfs_filestream.c125 struct xfs_fstrm_item *item = in xfs_fstrm_free_func() local
148 struct xfs_fstrm_item *item; in xfs_filestream_pick_ag() local
381 struct xfs_fstrm_item *item = in xfs_filestream_new_ag() local
Dxfs_trans_priv.h59 struct xfs_log_item *item; member
Dxfs_log_cil.c509 struct xfs_log_item *item; in xlog_cil_push() local
Dxfs_buf.c1497 struct list_head *item, in xfs_buftarg_wait_rele()
1566 struct list_head *item, in xfs_buftarg_isolate()
Dxfs_qm.c432 struct list_head *item, in xfs_qm_dquot_isolate()
Dxfs_log.c964 struct xfs_log_item *item, in xfs_log_item_init()
/linux-4.1.27/scripts/basic/
Dfixdep.c141 struct item { struct
142 struct item *next; argument
149 static struct item *hashtab[HASHSZ]; argument
/linux-4.1.27/drivers/usb/gadget/
Dconfigfs.c310 static inline struct gadget_info *to_gadget_info(struct config_item *item) in to_gadget_info()
315 static inline struct gadget_strings *to_gadget_strings(struct config_item *item) in to_gadget_strings()
322 struct config_item *item) in to_gadget_config_name()
328 static inline struct config_usb_cfg *to_config_usb_cfg(struct config_item *item) in to_config_usb_cfg()
335 struct config_item *item) in to_usb_function_instance()
341 static void gadget_info_attr_release(struct config_item *item) in gadget_info_attr_release()
360 static void gadget_config_attr_release(struct config_item *item) in gadget_config_attr_release()
597 struct config_item *item) in function_drop()
628 static void gadget_config_name_attr_release(struct config_item *item) in gadget_config_name_attr_release()
708 struct config_item *item) in config_desc_drop()
[all …]
Dconfigfs.h14 static inline struct usb_os_desc *to_usb_os_desc(struct config_item *item) in to_usb_os_desc()
/linux-4.1.27/fs/ocfs2/
Duptodate.c149 struct ocfs2_meta_cache_item *item; in ocfs2_purge_copied_metadata_tree() local
208 sector_t item) in ocfs2_search_cache_array()
227 struct ocfs2_meta_cache_item *item = NULL; in ocfs2_search_cache_tree() local
247 struct ocfs2_meta_cache_item *item = NULL; in ocfs2_buffer_cached() local
561 struct ocfs2_meta_cache_item *item) in ocfs2_remove_metadata_tree()
575 struct ocfs2_meta_cache_item *item = NULL; in ocfs2_remove_block_from_cache() local
Djournal.c1203 struct ocfs2_la_recovery_item *item, *n; in ocfs2_complete_recovery() local
1277 struct ocfs2_la_recovery_item *item; in ocfs2_queue_recovery_completion() local
Dalloc.c6398 struct ocfs2_cached_block_free *item; in ocfs2_cache_cluster_dealloc() local
6544 struct ocfs2_cached_block_free *item; in ocfs2_cache_block_dealloc() local
/linux-4.1.27/fs/btrfs/
Droot-tree.c34 struct btrfs_root_item *item) in btrfs_read_root_item()
124 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node()
136 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
213 struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
489 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times() local
Ddelayed-inode.c317 struct btrfs_delayed_item *item; in btrfs_alloc_delayed_item() local
394 struct btrfs_delayed_item *item; in __btrfs_lookup_delayed_insertion_item() local
408 struct btrfs_delayed_item *item; in __btrfs_add_delayed_item() local
450 struct btrfs_delayed_item *item) in __btrfs_add_delayed_insertion_item()
457 struct btrfs_delayed_item *item) in __btrfs_add_delayed_deletion_item()
494 static void btrfs_release_delayed_item(struct btrfs_delayed_item *item) in btrfs_release_delayed_item()
507 struct btrfs_delayed_item *item = NULL; in __btrfs_first_delayed_insertion_item() local
520 struct btrfs_delayed_item *item = NULL; in __btrfs_first_delayed_deletion_item() local
530 struct btrfs_delayed_item *item) in __btrfs_next_delayed_item()
544 struct btrfs_delayed_item *item) in btrfs_delayed_item_reserve_metadata()
[all …]
Dfile-item.c48 struct btrfs_file_extent_item *item; in btrfs_insert_file_extent() local
95 struct btrfs_csum_item *item; in btrfs_lookup_csum() local
167 struct btrfs_csum_item *item = NULL; in __btrfs_lookup_bio_sums() local
314 struct btrfs_csum_item *item; in btrfs_lookup_csums_range() local
690 struct btrfs_csum_item *item; in btrfs_csum_file_blocks() local
Dprint-tree.c176 struct btrfs_item *item; in btrfs_print_leaf() local
Dtree-log.c413 struct btrfs_inode_item *item; in overwrite_item() local
434 struct btrfs_inode_item *item; in overwrite_item() local
594 struct btrfs_file_extent_item *item; in replay_one_extent() local
1784 struct btrfs_dir_log_item *item; in find_dir_range() local
3030 struct btrfs_inode_item *item; in btrfs_del_dir_entries_in_log() local
3106 struct btrfs_dir_log_item *item; in insert_dir_log_key() local
3412 struct btrfs_inode_item *item, in fill_inode_item()
4115 struct btrfs_inode_item *item; in logged_inode_size() local
Dxattr.c183 struct btrfs_item *item; in do_setxattr() local
Dctree.c3602 struct btrfs_item *item; in __push_leaf_right() local
3824 struct btrfs_item *item; in __push_leaf_left() local
4062 struct btrfs_item *item = btrfs_item_nr(i); in copy_for_split() local
4400 struct btrfs_item *item; in split_item() local
4542 struct btrfs_item *item; in btrfs_truncate_item() local
4641 struct btrfs_item *item; in btrfs_extend_item() local
4710 struct btrfs_item *item; in setup_items_for_insert() local
4936 struct btrfs_item *item; in btrfs_del_items() local
Dinode-item.c282 struct btrfs_item *item; in btrfs_insert_inode_extref() local
Ddir-item.c43 struct btrfs_item *item; in insert_with_overflow() local
Dctree.h1281 struct btrfs_block_group_item item; member
2537 struct btrfs_tree_block_info *item, in btrfs_tree_block_key()
2544 struct btrfs_tree_block_info *item, in btrfs_set_tree_block_key()
2666 struct btrfs_item *item) in btrfs_item_end()
2689 struct btrfs_item *item = btrfs_item_nr(nr); in btrfs_item_key() local
2696 struct btrfs_item *item = btrfs_item_nr(nr); in btrfs_set_item_key() local
2723 struct btrfs_dir_item *item, in btrfs_dir_item_key()
2730 struct btrfs_dir_item *item, in btrfs_set_dir_item_key()
2796 struct btrfs_dir_item *item, in btrfs_dir_item_key_to_cpu()
Dinode.c2400 struct btrfs_file_extent_item *item; in relink_extent_backref() local
3733 struct btrfs_inode_item *item, in fill_inode_item()
5649 struct btrfs_item *item; in btrfs_real_readdir() local
6634 struct btrfs_file_extent_item *item) in uncompress_inline()
6684 struct btrfs_file_extent_item *item; in btrfs_get_extent() local
Dextent-tree.c985 struct btrfs_extent_item *item; in convert_extent_item_v0() local
1979 struct btrfs_extent_item *item; in __btrfs_inc_extent_ref() local
5858 struct btrfs_file_extent_item *item; in btrfs_exclude_logged_extents() local
9505 struct btrfs_block_group_item item; in btrfs_create_pending_block_groups() local
Dbackref.c1726 struct btrfs_item *item; local
Dvolumes.c2781 struct btrfs_balance_item *item; in insert_balance_item() local
3570 struct btrfs_balance_item *item; in btrfs_recover_balance() local
Dsend.c855 struct btrfs_item *item; in iterate_inode_ref() local
976 struct btrfs_item *item; in iterate_dir_item() local
Drelocation.c4096 struct btrfs_inode_item *item; local
/linux-4.1.27/fs/reiserfs/
Ditem_ops.c44 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item()
63 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item()
142 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item()
153 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item()
268 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item()
291 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item()
380 static void direntry_print_item(struct item_head *ih, char *item) in direntry_print_item()
420 static void direntry_check_item(struct item_head *ih, char *item) in direntry_check_item()
665 static void errcatch_print_item(struct item_head *ih, char *item) in errcatch_print_item()
671 static void errcatch_check_item(struct item_head *ih, char *item) in errcatch_check_item()
Dlbalance.c1075 char *item; in leaf_cut_entries() local
1322 char *item; in leaf_paste_entries() local
Dinode.c215 __le32 * item, int pos_in_item) in allocation_needed()
667 __le32 *item; in reiserfs_get_block() local
2373 __le32 *item; in map_block_for_writepage() local
Dbitmap.c852 __le32 *item; in get_left_neighbor() local
Dsuper.c202 char *item; in finish_unfinished() local
Dstree.c1189 void padd_item(char *item, int total_length, int length) in padd_item()
Dreiserfs.h2648 #define op_print_item(ih,item) item_ops[le_ih_k_type (ih)]->print_item (ih, i… argument
2649 #define op_check_item(ih,item) item_ops[le_ih_k_type (ih)]->check_item (ih, i… argument
/linux-4.1.27/mm/
Dvmstat.c221 void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, in __mod_zone_page_state()
264 void __inc_zone_state(struct zone *zone, enum zone_stat_item item) in __inc_zone_state()
280 void __inc_zone_page_state(struct page *page, enum zone_stat_item item) in __inc_zone_page_state()
286 void __dec_zone_state(struct zone *zone, enum zone_stat_item item) in __dec_zone_state()
302 void __dec_zone_page_state(struct page *page, enum zone_stat_item item) in __dec_zone_page_state()
322 enum zone_stat_item item, int delta, int overstep_mode) in mod_state()
359 void mod_zone_page_state(struct zone *zone, enum zone_stat_item item, in mod_zone_page_state()
366 void inc_zone_state(struct zone *zone, enum zone_stat_item item) in inc_zone_state()
371 void inc_zone_page_state(struct page *page, enum zone_stat_item item) in inc_zone_page_state()
377 void dec_zone_page_state(struct page *page, enum zone_stat_item item) in dec_zone_page_state()
[all …]
Dlist_lru.c95 bool list_lru_add(struct list_lru *lru, struct list_head *item) in list_lru_add()
114 bool list_lru_del(struct list_lru *lru, struct list_head *item) in list_lru_del()
133 void list_lru_isolate(struct list_lru_one *list, struct list_head *item) in list_lru_isolate()
140 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item, in list_lru_isolate_move()
192 struct list_head *item, *n; in __list_lru_walk_one() local
Dcompaction.c23 static inline void count_compact_event(enum vm_event_item item) in count_compact_event()
28 static inline void count_compact_events(enum vm_event_item item, long delta) in count_compact_events()
33 #define count_compact_event(item) do { } while (0) argument
34 #define count_compact_events(item, delta) do { } while (0) argument
Dworkingset.c304 static enum lru_status shadow_lru_isolate(struct list_head *item, in shadow_lru_isolate()
Dshmem.c257 void *item; in shmem_radix_tree_replace() local
281 void *item; in shmem_confirm_swap() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dhandle.c36 struct nvkm_handle *item; in nvkm_handle_init() local
67 struct nvkm_handle *item; in nvkm_handle_fini() local
153 struct nvkm_handle *item, *temp; in nvkm_handle_destroy() local
/linux-4.1.27/drivers/usb/gadget/function/
Duvc_configfs.c41 struct config_item item; member
46 static struct uvcg_control_header *to_uvcg_control_header(struct config_item *item) in to_uvcg_control_header()
165 struct config_item *item) in uvcg_control_header_drop()
193 *to_uvcg_default_processing(struct config_item *item) in to_uvcg_default_processing()
315 *to_uvcg_default_camera(struct config_item *item) in to_uvcg_default_camera()
447 *to_uvcg_default_output(struct config_item *item) in to_uvcg_default_output()
721 static struct uvcg_format *to_uvcg_format(struct config_item *item) in to_uvcg_format()
791 struct config_item item; member
798 static struct uvcg_streaming_header *to_uvcg_streaming_header(struct config_item *item) in to_uvcg_streaming_header()
977 struct config_item *item) in uvcg_streaming_header_drop()
[all …]
Df_serial.c264 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
271 static ssize_t f_serial_attr_show(struct config_item *item, in f_serial_attr_show()
286 static void serial_attr_release(struct config_item *item) in serial_attr_release()
Df_obex.c411 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
418 static ssize_t f_obex_attr_show(struct config_item *item, in f_obex_attr_show()
433 static void obex_attr_release(struct config_item *item) in obex_attr_release()
Df_acm.c774 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
781 static ssize_t f_acm_attr_show(struct config_item *item, in f_acm_attr_show()
795 static void acm_attr_release(struct config_item *item) in acm_attr_release()
Df_phonet.c586 static inline struct f_phonet_opts *to_f_phonet_opts(struct config_item *item) in to_f_phonet_opts()
593 static ssize_t f_phonet_attr_show(struct config_item *item, in f_phonet_attr_show()
607 static void phonet_attr_release(struct config_item *item) in phonet_attr_release()
Df_loopback.c415 static inline struct f_lb_opts *to_f_lb_opts(struct config_item *item) in to_f_lb_opts()
424 static void lb_attr_release(struct config_item *item) in lb_attr_release()
Df_subset.c394 static inline struct f_gether_opts *to_f_gether_opts(struct config_item *item) in to_f_gether_opts()
Df_hid.c706 static inline struct f_hid_opts *to_f_hid_opts(struct config_item *item) in to_f_hid_opts()
715 static void hid_attr_release(struct config_item *item) in hid_attr_release()
Df_uac1.c770 static inline struct f_uac1_opts *to_f_uac1_opts(struct config_item *item) in to_f_uac1_opts()
779 static void f_uac1_attr_release(struct config_item *item) in f_uac1_attr_release()
Df_sourcesink.c901 static inline struct f_ss_opts *to_f_ss_opts(struct config_item *item) in to_f_ss_opts()
910 static void ss_attr_release(struct config_item *item) in ss_attr_release()
Df_mass_storage.c3122 static inline struct fsg_lun_opts *to_fsg_lun_opts(struct config_item *item) in to_fsg_lun_opts()
3127 static inline struct fsg_opts *to_fsg_opts(struct config_item *item) in to_fsg_opts()
3136 static void fsg_lun_attr_release(struct config_item *item) in fsg_lun_attr_release()
3317 static void fsg_lun_drop(struct config_group *group, struct config_item *item) in fsg_lun_drop()
3344 static void fsg_attr_release(struct config_item *item) in fsg_attr_release()
Df_eem.c536 static inline struct f_eem_opts *to_f_eem_opts(struct config_item *item) in to_f_eem_opts()
Df_midi.c899 static inline struct f_midi_opts *to_f_midi_opts(struct config_item *item) in to_f_midi_opts()
908 static void midi_attr_release(struct config_item *item) in midi_attr_release()
Df_printer.c1144 *to_f_printer_opts(struct config_item *item) in to_f_printer_opts()
1153 static void printer_attr_release(struct config_item *item) in printer_attr_release()
Df_ecm.c836 static inline struct f_ecm_opts *to_f_ecm_opts(struct config_item *item) in to_f_ecm_opts()
Df_rndis.c859 static inline struct f_rndis_opts *to_f_rndis_opts(struct config_item *item) in to_f_rndis_opts()
Df_uac2.c1442 static inline struct f_uac2_opts *to_f_uac2_opts(struct config_item *item) in to_f_uac2_opts()
1451 static void f_uac2_attr_release(struct config_item *item) in f_uac2_attr_release()
Df_ncm.c1485 static inline struct f_ncm_opts *to_f_ncm_opts(struct config_item *item) in to_f_ncm_opts()
Df_fs.c3101 static inline struct f_fs_opts *to_ffs_opts(struct config_item *item) in to_ffs_opts()
3107 static void ffs_attr_release(struct config_item *item) in ffs_attr_release()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c146 struct timeout_item *item; in pinger_check_timeout() local
248 struct timeout_item *item; in ptlrpc_pinger_main() local
452 struct timeout_item *item, *tmp; in ptlrpc_pinger_register_timeout() local
498 struct timeout_item *ti = NULL, *item; in ptlrpc_del_timeout_client() local
526 struct timeout_item *item, *tmp; in ptlrpc_pinger_remove_timeouts() local
/linux-4.1.27/fs/btrfs/tests/
Dqgroup-tests.c37 struct btrfs_extent_item *item; in insert_normal_tree_ref() local
90 struct btrfs_extent_item *item; in add_tree_ref() local
174 struct btrfs_extent_item *item; in remove_extent_ref() local
Dextent-buffer-tests.c30 struct btrfs_item *item; in test_btrfs_split_item() local
/linux-4.1.27/drivers/net/
Dnetconsole.c105 struct config_item item; member
245 static struct netconsole_target *to_target(struct config_item *item) in to_target()
535 static void netconsole_target_release(struct config_item *item) in netconsole_target_release()
540 static ssize_t netconsole_target_attr_show(struct config_item *item, in netconsole_target_attr_show()
555 static ssize_t netconsole_target_attr_store(struct config_item *item, in netconsole_target_attr_store()
622 struct config_item *item) in drop_netconsole_target()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dbmi.h226 #define ath6kl_bmi_write_hi32(ar, item, val) \ argument
236 #define ath6kl_bmi_read_hi32(ar, item, val) \ argument
Dtarget.h302 #define HI_ITEM(item) offsetof(struct host_interest, item) argument
/linux-4.1.27/net/tipc/
Dname_distr.c119 struct distr_item *item; in tipc_named_publish() local
144 struct distr_item *item; in tipc_named_withdraw() local
173 struct distr_item *item = NULL; in named_distribute() local
392 struct distr_item *item; in tipc_named_rcv() local
/linux-4.1.27/drivers/hid/
Dhid-core.c296 static u32 item_udata(struct hid_item *item) in item_udata()
306 static s32 item_sdata(struct hid_item *item) in item_sdata()
320 static int hid_parser_global(struct hid_parser *parser, struct hid_item *item) in hid_parser_global()
426 static int hid_parser_local(struct hid_parser *parser, struct hid_item *item) in hid_parser_local()
512 static int hid_parser_main(struct hid_parser *parser, struct hid_item *item) in hid_parser_main()
549 static int hid_parser_reserved(struct hid_parser *parser, struct hid_item *item) in hid_parser_reserved()
621 static u8 *fetch_item(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item()
722 static int hid_scan_main(struct hid_parser *parser, struct hid_item *item) in hid_scan_main()
764 struct hid_item item; in hid_scan_report() local
923 struct hid_item item; in hid_open_report() local
/linux-4.1.27/block/partitions/
Dldm.c606 struct list_head *item; in ldm_get_disk_objid() local
639 struct list_head *item; in ldm_create_data_partitions() local
1237 struct list_head *item; in ldm_ldmdb_add() local
1299 struct list_head *item; in ldm_frag_add() local
1368 struct list_head *item, *tmp; in ldm_frag_free() local
1390 struct list_head *item; in ldm_frag_commit() local
1483 struct list_head *item, *tmp; in ldm_free_vblks() local
/linux-4.1.27/drivers/clk/mmp/
Dclk-mix.c115 struct mmp_clk_mix_clk_table *item; in _filter_clk_table() local
211 struct mmp_clk_mix_clk_table *item; in mmp_clk_mix_determine_rate() local
352 struct mmp_clk_mix_clk_table *item; in mmp_clk_set_parent() local
381 struct mmp_clk_mix_clk_table *item; in mmp_clk_set_rate() local
/linux-4.1.27/fs/nfsd/
Dnfs4idmap.c268 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
426 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup()
496 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup()
529 struct ent *item, key = { in idmap_name_to_id() local
567 struct ent *item, key = { in idmap_id_to_name() local
Dexport.c206 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init() local
219 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_update() local
249 svc_expkey_hash(struct svc_expkey *item) in svc_expkey_hash()
262 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup()
700 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init() local
717 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update() local
/linux-4.1.27/net/sunrpc/
Dsvcauth_unix.c98 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put() local
121 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() local
129 struct ip_map *item = container_of(citem, struct ip_map, h); in update() local
424 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put() local
441 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_init() local
447 struct unix_gid *item = container_of(citem, struct unix_gid, h); in unix_gid_update() local
Dcache.c519 #define DFR_HASH(item) ((((long)item)>>4 ^ (((long)item)>>13)) % DFR_HASHSIZE) argument
537 static void __hash_deferred_req(struct cache_deferred_req *dreq, struct cache_head *item) in __hash_deferred_req()
546 struct cache_head *item, in setup_deferral()
577 static void cache_wait_req(struct cache_req *req, struct cache_head *item) in cache_wait_req()
637 static bool cache_defer_req(struct cache_req *req, struct cache_head *item) in cache_defer_req()
660 static void cache_revisit_request(struct cache_head *item) in cache_revisit_request()
734 struct cache_head *item; member
/linux-4.1.27/drivers/edac/
Dedac_pci.c98 struct list_head *item; in find_edac_pci_by_dev() local
122 struct list_head *item, *insert_before; in add_edac_pci_to_global_list() local
Dedac_mc.c491 struct list_head *item; in find_mci_by_dev() local
599 struct list_head *item; in edac_mc_reset_delay_period() local
624 struct list_head *item, *insert_before; in add_mc_to_global_list() local
686 struct list_head *item; in edac_mc_find() local
Dedac_device.c271 struct list_head *item; in find_edac_device_by_dev() local
298 struct list_head *item, *insert_before; in add_edac_dev_to_global_list() local
/linux-4.1.27/drivers/scsi/
Dips.c787 ips_copp_wait_item_t *item; in ips_eh_abort() local
847 ips_copp_wait_item_t *item; in __ips_eh_reset() local
2545 ips_copp_wait_item_t *item; in ips_next() local
2773 ips_putq_scb_head(ips_scb_queue_t * queue, ips_scb_t * item) in ips_putq_scb_head()
2803 ips_scb_t *item; in ips_removeq_scb_head() local
2836 ips_removeq_scb(ips_scb_queue_t * queue, ips_scb_t * item) in ips_removeq_scb()
2881 static void ips_putq_wait_tail(ips_wait_queue_t *queue, struct scsi_cmnd *item) in ips_putq_wait_tail()
2914 struct scsi_cmnd *item; in ips_removeq_wait_head() local
2947 struct scsi_cmnd *item) in ips_removeq_wait()
2993 ips_putq_copp_tail(ips_copp_queue_t * queue, ips_copp_wait_item_t * item) in ips_putq_copp_tail()
[all …]
/linux-4.1.27/lib/
Dradix-tree.c444 unsigned long index, void *item) in radix_tree_insert()
1156 static unsigned long __locate(struct radix_tree_node *slot, void *item, in __locate()
1207 unsigned long radix_tree_locate_item(struct radix_tree_root *root, void *item) in radix_tree_locate_item()
1240 unsigned long radix_tree_locate_item(struct radix_tree_root *root, void *item) in radix_tree_locate_item()
1372 unsigned long index, void *item) in radix_tree_delete_item()
/linux-4.1.27/fs/logfs/
Dsegment.c188 struct object_alias_item *item; in btree_write_alias() local
211 struct object_alias_item *item; in logfs_load_object_aliases() local
258 struct object_alias_item *item; in kill_alias() local
482 struct object_alias_item *item, *next; in move_btree_to_page() local
525 struct object_alias_item *item; in move_page_to_btree() local
/linux-4.1.27/sound/isa/
Dcmi8328.c195 int array_find(int array[], int item) in array_find()
206 int array_find_l(long array[], long item) in array_find_l()
/linux-4.1.27/net/ceph/crush/
Dmapper.c370 int item, int x) in is_out()
424 int item = 0; in crush_choose_firstn() local
598 int item = 0; in crush_choose_indep() local
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_ecache.h114 struct nf_ct_event item = { in nf_conntrack_eventmask_report() local
195 struct nf_exp_event item = { in nf_ct_expect_event_report() local
/linux-4.1.27/include/rdma/
Dib_umem_odp.h125 static inline int ib_umem_mmu_notifier_retry(struct ib_umem *item, in ib_umem_mmu_notifier_retry()
/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c99 static inline int rsi_hash(struct rsi *item) in rsi_hash()
107 struct rsi *item = container_of(a, struct rsi, h); in rsi_match() local
130 struct rsi *item = container_of(citem, struct rsi, h); in rsi_init() local
149 struct rsi *item = container_of(citem, struct rsi, h); in update_rsi() local
280 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item) in rsi_lookup()
539 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item) in rsc_lookup()
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmrecovery.c157 struct dlm_work_item *item, *next; in dlm_dispatch_work() local
836 struct dlm_work_item *item = NULL; in dlm_request_all_locks_handler() local
880 static void dlm_request_all_locks_worker(struct dlm_work_item *item, void *data) in dlm_request_all_locks_worker()
1374 struct dlm_work_item *item = NULL; in dlm_mig_lockres_handler() local
1524 static void dlm_mig_lockres_worker(struct dlm_work_item *item, void *data) in dlm_mig_lockres_worker()
Ddlmmaster.c2090 struct dlm_work_item *item; in dlm_dispatch_assert_master() local
2116 static void dlm_assert_master_worker(struct dlm_work_item *item, void *data) in dlm_assert_master_worker()
2294 struct dlm_work_item *item; in dlm_deref_lockres_handler() local
2377 static void dlm_deref_lockres_worker(struct dlm_work_item *item, void *data) in dlm_deref_lockres_worker()
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_h323_types.h246 OpenLogicalChannel item[30]; member
292 OpenLogicalChannel item[30]; member
314 OpenLogicalChannel item[30]; member
342 OpenLogicalChannel item[30]; member
385 OpenLogicalChannel item[30]; member
418 OpenLogicalChannel item[30]; member
598 MultimediaSystemControlMessage item[4]; member
664 TransportAddress item[10]; member
669 TransportAddress item[10]; member
706 TransportAddress item[10]; member
[all …]
/linux-4.1.27/drivers/gpu/drm/via/
Dvia_mm.c115 struct via_memblock *item; in via_mem_alloc() local
/linux-4.1.27/drivers/misc/
Dspear13xx_pcie_gadget.c629 static struct pcie_gadget_target *to_target(struct config_item *item) in to_target()
640 static ssize_t pcie_gadget_target_attr_show(struct config_item *item, in pcie_gadget_target_attr_show()
654 static ssize_t pcie_gadget_target_attr_store(struct config_item *item, in pcie_gadget_target_attr_store()
/linux-4.1.27/scripts/kconfig/lxdialog/
Dmenubox.c66 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item()
Ddialog.h136 struct dialog_color item; member
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dbmi.h195 #define ath10k_bmi_read32(ar, item, val) \ argument
208 #define ath10k_bmi_write32(ar, item, val) \ argument
Dtargaddrs.h210 #define HI_ITEM(item) offsetof(struct host_interest, item) argument
Dwmi-tlv.c213 const struct wmi_tlv_diag_item *item; in ath10k_wmi_tlv_event_diag_data() local
Dhtt.h1095 const struct htt_stats_conf_item *item) in htt_stats_conf_next_item()
/linux-4.1.27/drivers/media/usb/ttusb-dec/
Dttusb_dec.c521 struct list_head *item; in ttusb_dec_process_filter() local
738 struct list_head *item; in ttusb_dec_process_urb_frame_list() local
1578 struct list_head *item; in ttusb_dec_exit_tasklet() local
1598 struct list_head *item; in ttusb_dec_exit_filters() local
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-alsa-pcm.c156 struct cx18_open_id item; in snd_cx18_pcm_capture_open() local
Dcx18-fileops.c799 struct cx18_open_id *item; in cx18_serialized_open() local
/linux-4.1.27/net/netfilter/
Dnf_conntrack_ecache.c124 struct nf_ct_event item; in nf_ct_deliver_cached_events() local
Dnf_conntrack_netlink.c610 ctnetlink_conntrack_event(unsigned int events, struct nf_ct_event *item) in ctnetlink_conntrack_event()
2450 ctnetlink_expect_event(unsigned int events, struct nf_exp_event *item) in ctnetlink_expect_event()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-alsa-pcm.c157 struct ivtv_open_id item; in snd_ivtv_pcm_capture_open() local
Divtv-fileops.c948 struct ivtv_open_id *item; local
/linux-4.1.27/drivers/xen/
Dgrant-table.c843 static void __gnttab_unmap_refs_async(struct gntab_unmap_queue_data* item) in __gnttab_unmap_refs_async()
862 void gnttab_unmap_refs_async(struct gntab_unmap_queue_data* item) in gnttab_unmap_refs_async()
880 int gnttab_unmap_refs_sync(struct gntab_unmap_queue_data *item) in gnttab_unmap_refs_sync()
/linux-4.1.27/drivers/gpu/drm/sis/
Dsis_mm.c88 struct sis_memblock *item; in sis_drm_alloc() local
/linux-4.1.27/sound/pci/hda/
Dhda_auto_parser.c128 struct auto_pin_cfg_item *item, in can_be_headset_mic()
483 const struct auto_pin_cfg_item *item, in hda_get_input_pin_label()
Dhda_proc.c81 struct hda_nid_item *items = array->list, *item; in print_nid_array() local
Dhda_codec.c1750 struct hda_nid_item *item; in snd_hda_ctl_add() local
1788 struct hda_nid_item *item; in snd_hda_add_nid() local
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi.c290 #define HDMI_CFG(item, entry) \ argument
/linux-4.1.27/arch/x86/boot/compressed/
Daslr.c115 static bool mem_contains(struct mem_vector *region, struct mem_vector *item) in mem_contains()
/linux-4.1.27/drivers/staging/wlan-ng/
Dprism2mgmt.c374 hfa384x_HScanResultSub_t *item = NULL; in prism2mgmt_scan_results() local
Dprism2fw.c246 p80211itemd_t *item; in prism2_fwapply() local
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c61 struct obd_import_conn *imp_conn = NULL, *item; in import_set_conn() local
/linux-4.1.27/sound/aoa/soundbus/i2sbus/
Di2sbus.h76 struct list_head item; member
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_ioctl.h92 struct list_head item; member
/linux-4.1.27/drivers/net/team/
Dteam_mode_loadbalance.c151 const struct lb_select_tx_port *item; in lb_select_tx_port_get_name() local
165 const struct lb_select_tx_port *item; in lb_select_tx_port_get_func() local
/linux-4.1.27/sound/soc/
Dsoc-ops.c69 unsigned int val, item; in snd_soc_get_enum_double() local
103 unsigned int *item = ucontrol->value.enumerated.item; in snd_soc_put_enum_double() local
Dsoc-dapm.c572 unsigned int val, item; in dapm_connect_mux() local
2952 unsigned int *item = ucontrol->value.enumerated.item; in snd_soc_dapm_put_enum_double() local
/linux-4.1.27/fs/jffs2/
Dsummary.c63 static int jffs2_sum_add_mem(struct jffs2_summary *s, union jffs2_sum_mem *item) in jffs2_sum_add_mem()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_cs.c54 struct list_head *item, unsigned priority) in radeon_cs_buckets_add()
/linux-4.1.27/include/linux/sunrpc/
Dcache.h145 struct cache_head *item; /* cache item we wait on */ member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c66 #define CS_PAGE_INC(o, item) argument
67 #define CS_PAGE_DEC(o, item) argument
Dcl_lock.c65 #define CS_LOCK_INC(o, item) argument
66 #define CS_LOCK_DEC(o, item) argument
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c163 struct cmdline_list *item; in cmdline_init() local
298 struct cmdline_list *item; in pevent_register_comm() local
384 struct func_list *item; in func_map_init() local
491 struct func_list *item = malloc(sizeof(*item)); in pevent_register_function() local
574 struct printk_list *item; in printk_map_init() local
631 struct printk_list *item = malloc(sizeof(*item)); in pevent_register_print_string() local
Devent-parse.h235 struct print_arg *item; member
/linux-4.1.27/arch/x86/kernel/
Dalternative.c509 struct smp_alt_module *item; in alternatives_smp_module_del() local
/linux-4.1.27/net/wireless/
Dcore.c286 struct cfg80211_iface_destroy *item; in cfg80211_destroy_ifaces() local
/linux-4.1.27/fs/dlm/
Dconfig.c324 struct config_item item; member
337 struct config_item item; member
/linux-4.1.27/drivers/platform/x86/
Dsony-laptop.c973 struct sony_nc_value *item = in sony_nc_sysfs_show() local
996 struct sony_nc_value *item = in sony_nc_sysfs_store() local
1563 struct sony_nc_value *item; in sony_nc_resume() local
3150 struct sony_nc_value *item; in sony_nc_add() local
3269 struct sony_nc_value *item; in sony_nc_remove() local
/linux-4.1.27/sound/drivers/
Ddummy.c962 #define FIELD_ENTRY(item, fmt) { \ argument
1011 char item[20]; in dummy_proc_write() local
/linux-4.1.27/sound/core/
Dcontrol_compat.c84 u32 item; member
Dcontrol.c1057 unsigned int item; in snd_ctl_elem_user_enum_info() local
/linux-4.1.27/drivers/net/wireless/orinoco/
Dorinoco_usb.c607 struct list_head *item; in ezusb_request_in_callback() local
1448 struct list_head *item; in ezusb_delete() local
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
Dvxge-config.h532 struct list_head item; member
626 struct list_head item; member
714 struct list_head item; member
1952 void *item, in __vxge_hw_mempool_item_priv()
Dvxge-config.c2037 void *item) in __vxge_hw_ring_item_dma_addr()
2099 void *item = mempoolh->items_arr[index]; in __vxge_hw_ring_mempool_item_alloc() local
Dvxge-main.h217 struct list_head item; member
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1430 int ret, item; in sst_hsw_dx_set_state() local
1502 u32 item, offset, size; in sst_hsw_dx_state_dump() local
1555 u32 item, offset, size; in sst_hsw_dx_state_restore() local
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dconfig.c478 char *item, int itemlen) in lnet_expand1tb()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1713 static void on_list(struct list_head *item, struct list_head *list, int should_be_on) in on_list()
2050 #define list_to_obj(list, item) ({ \ argument
Dosc_request.c1015 static int osc_grant_shrink_grant_cb(struct timeout_item *item, void *data) in osc_grant_shrink_grant_cb()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dcq.c371 struct ib_sig_err *item) in get_sig_err_item()
/linux-4.1.27/fs/
Ddcache.c1011 static enum lru_status dentry_lru_isolate(struct list_head *item, in dentry_lru_isolate()
1092 static enum lru_status dentry_lru_isolate_shrink(struct list_head *item, in dentry_lru_isolate_shrink()
Dinode.c677 static enum lru_status inode_lru_isolate(struct list_head *item, in inode_lru_isolate()
/linux-4.1.27/include/linux/usb/
Dcomposite.h76 struct config_item item; member
/linux-4.1.27/fs/gfs2/
Dquota.c148 static enum lru_status gfs2_qd_isolate(struct list_head *item, in gfs2_qd_isolate()
/linux-4.1.27/drivers/atm/
Dsolos-pci.c1001 char item[10]; in print_buffer() local
/linux-4.1.27/sound/core/oss/
Dmixer_oss.c908 …s_build_test(struct snd_mixer_oss *mixer, struct slot *slot, const char *name, int index, int item) in snd_mixer_oss_build_test()
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-driver.c3517 struct bttv_buffer *item; in bttv_irq_next_video() local
3658 struct bttv_buffer *item; in bttv_irq_timeout() local
/linux-4.1.27/drivers/net/fddi/
Ddefxx.h300 PI_ITEM_LIST item[PI_CMD_FILTERS_SET_K_ITEMS_MAX]; member
344 } item[PI_CMD_CHARS_SET_K_ITEMS_MAX]; member
367 } item[PI_CMD_SNMP_SET_K_ITEMS_MAX]; member
390 } item[PI_CMD_SMT_MIB_SET_K_ITEMS_MAX]; member
/linux-4.1.27/drivers/staging/panel/
Dpanel.c1925 struct list_head *item; in panel_process_inputs() local
/linux-4.1.27/include/uapi/sound/
Dasound.h899 unsigned int item; /* W: item number */ member
926 unsigned int item[128]; member
/linux-4.1.27/sound/pci/ice1712/
Dice1724.c1929 unsigned int item = ucontrol->value.enumerated.item[0]; in snd_vt1724_pro_internal_clock_put() local
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945-mac.c1814 #define IL3945_UCODE_GET(item) \ argument
/linux-4.1.27/fs/ceph/
Dcaps.c1062 struct ceph_mds_cap_item *item; in __queue_cap_release() local
/linux-4.1.27/arch/x86/kvm/
Dvmx.c6304 struct vmcs02_list *item; in nested_get_current_vmcs02() local
6339 struct vmcs02_list *item; in nested_free_vmcs02() local
6357 struct vmcs02_list *item, *n; in nested_free_all_saved_vmcss() local
/linux-4.1.27/sound/pci/asihpi/
Dasihpi.c2444 unsigned int item; in snd_asihpi_clksrc_put() local
/linux-4.1.27/include/sound/
Dsoc.h1460 unsigned int item) in snd_soc_enum_item_to_val()
/linux-4.1.27/fs/f2fs/
Df2fs.h1158 unsigned long index, void *item) in f2fs_radix_tree_insert()
/linux-4.1.27/include/linux/mfd/
Dcros_ec_commands.h1668 struct ec_collect_item item[0]; member