Home
last modified time | relevance | path

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

123456

/linux-3.3/include/linux/
Dvmstat.h30 static inline void __count_vm_event(enum vm_event_item item) in __count_vm_event()
35 static inline void count_vm_event(enum vm_event_item item) in count_vm_event()
40 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events()
45 static inline void count_vm_events(enum vm_event_item item, long delta) in count_vm_events()
62 static inline void count_vm_event(enum vm_event_item item) in count_vm_event()
65 static inline void count_vm_events(enum vm_event_item item, long delta) in count_vm_events()
68 static inline void __count_vm_event(enum vm_event_item item) in __count_vm_event()
71 static inline void __count_vm_events(enum vm_event_item item, long delta) in __count_vm_events()
83 #define __count_zone_vm_events(item, zone, delta) \ argument
93 enum zone_stat_item item) in zone_page_state_add()
[all …]
Dbacking-dev.h142 enum bdi_stat_item item, s64 amount) in __add_bdi_stat()
148 enum bdi_stat_item item) in __inc_bdi_stat()
154 enum bdi_stat_item item) in inc_bdi_stat()
164 enum bdi_stat_item item) in __dec_bdi_stat()
170 enum bdi_stat_item item) in dec_bdi_stat()
180 enum bdi_stat_item item) in bdi_stat()
186 enum bdi_stat_item item) in __bdi_stat_sum()
192 enum bdi_stat_item item) in bdi_stat_sum()
/linux-3.3/kernel/trace/
Dtrace_export.c23 #define __field_struct(type, item) argument
26 #define __field(type, item) type item; argument
29 #define __field_desc(type, container, item) type item; argument
32 #define __array(type, item, size) type item[size]; argument
35 #define __array_desc(type, container, item, size) type item[size]; argument
38 #define __dynamic_array(type, item) type item[]; argument
66 #define __field(type, item) \ argument
75 #define __field_desc(type, container, item) \ argument
85 #define __array(type, item, len) \ argument
101 #define __array_desc(type, container, item, len) \ argument
[all …]
/linux-3.3/arch/arm/mach-s3c2410/
Dmach-vr1000.c59 #define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5) argument
60 #define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4) argument
61 #define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3) argument
62 #define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2) argument
66 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2)) argument
67 #define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3)) argument
68 #define PA_CS4(item) (__phys_to_pfn((item) + S3C2410_CS4)) argument
69 #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) argument
Dmach-bast.c74 #define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5) argument
75 #define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4) argument
76 #define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3) argument
77 #define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2) argument
81 #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2)) argument
82 #define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3)) argument
83 #define PA_CS4(item) (__phys_to_pfn((item) + S3C2410_CS4)) argument
84 #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) argument
/linux-3.3/fs/configfs/
Ditem.c50 void config_item_init(struct config_item * item) in config_item_init()
65 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()
141 static void config_item_cleanup(struct config_item * item) in config_item_cleanup()
170 void config_item_put(struct config_item * item) in config_item_put()
202 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()
241 static int configfs_get_target_path(struct config_item * item, struct config_item * target, in configfs_get_target_path()
265 struct config_item *item, *target_item; in configfs_getlink() local
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
337 int configfs_create_file(struct config_item * item, const struct configfs_attribute * attr) in configfs_create_file()
Ddir.c305 static int configfs_create_dir(struct config_item * item, struct dentry *dentry) in configfs_create_dir()
416 static void configfs_remove_dir(struct config_item * item) in configfs_remove_dir()
569 static void detach_attrs(struct config_item * item) in detach_attrs()
598 static int populate_attrs(struct config_item *item) in populate_attrs()
730 static void unlink_obj(struct config_item *item) in unlink_obj()
749 static void link_obj(struct config_item *parent_item, struct config_item *item) in link_obj()
827 struct config_item *item, in configfs_attach_item()
854 static void configfs_detach_item(struct config_item *item) in configfs_detach_item()
861 struct config_item *item, in configfs_attach_group()
899 static void configfs_detach_group(struct config_item *item) in configfs_detach_group()
[all …]
/linux-3.3/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-3.3/include/trace/
Dftrace.h42 #define __field(type, item) type item; argument
45 #define __field_ext(type, item, filter_type) type item; argument
48 #define __array(type, item, len) type item[len]; argument
51 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument
54 #define __string(item, src) __dynamic_array(char, item, -1) argument
109 #define __field(type, item) argument
112 #define __field_ext(type, item, filter_type) argument
115 #define __array(type, item, len) argument
118 #define __dynamic_array(type, item, len) u32 item; argument
121 #define __string(item, src) __dynamic_array(char, item, -1) argument
[all …]
/linux-3.3/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
100 struct drm_global_item *item = &glob[ref->global_type]; in drm_global_item_unref() local
Ddrm_hashtab.c97 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
129 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
155 struct drm_hash_item **item) in drm_ht_find_item()
180 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
/linux-3.3/fs/nfs/
Ddns_resolve.c98 struct nfs_dns_ent *item; in nfs_dns_ent_put() local
107 struct nfs_dns_ent *item = kmalloc(sizeof(*item), GFP_KERNEL); in nfs_dns_ent_alloc() local
162 struct nfs_dns_ent *item; in nfs_dns_show() local
215 struct nfs_dns_ent key, *item; in nfs_dns_parse() local
279 struct nfs_dns_ent **item, in do_cache_lookup()
295 struct nfs_dns_ent **item) in do_cache_lookup_nowait()
320 struct nfs_dns_ent **item) in do_cache_lookup_wait()
346 struct nfs_dns_ent *item = NULL; in nfs_dns_resolve_name() local
/linux-3.3/fs/btrfs/
Ddelayed-inode.c310 struct btrfs_delayed_item *item; in btrfs_alloc_delayed_item() local
387 struct btrfs_delayed_item *item; in __btrfs_lookup_delayed_insertion_item() local
398 struct btrfs_delayed_item *item; in __btrfs_lookup_delayed_deletion_item() local
409 struct btrfs_delayed_item *item, *next; in __btrfs_search_delayed_insertion_item() local
423 struct btrfs_delayed_item *item, *next; in __btrfs_search_delayed_deletion_item() local
440 struct btrfs_delayed_item *item; in __btrfs_add_delayed_item() local
482 struct btrfs_delayed_item *item) in __btrfs_add_delayed_insertion_item()
489 struct btrfs_delayed_item *item) in __btrfs_add_delayed_deletion_item()
519 static void btrfs_release_delayed_item(struct btrfs_delayed_item *item) in btrfs_release_delayed_item()
532 struct btrfs_delayed_item *item = NULL; in __btrfs_first_delayed_insertion_item() local
[all …]
/linux-3.3/net/tipc/
Dhandler.c57 struct queue_item *item; in tipc_k_signal() local
81 struct queue_item *__volatile__ item; in process_signal_queue() local
113 struct queue_item *item; in tipc_handler_stop() local
Dname_distr.c133 struct distr_item *item; in tipc_named_publish() local
156 struct distr_item *item; in tipc_named_withdraw() local
181 struct distr_item *item = NULL; in tipc_named_node_up() local
276 struct distr_item *item = (struct distr_item *)msg_data(msg); in tipc_named_recv() local
/linux-3.3/drivers/target/
Dtarget_core_fabric_configfs.c213 static void target_fabric_mappedlun_release(struct config_item *item) in target_fabric_mappedlun_release()
251 struct config_item *item) in target_core_mappedlun_stat_rmdir()
398 struct config_item *item) in target_fabric_drop_mappedlun()
425 static void target_fabric_nacl_base_release(struct config_item *item) in target_fabric_nacl_base_release()
506 struct config_item *item) in target_fabric_drop_nodeacl()
539 static void target_fabric_np_base_release(struct config_item *item) in target_fabric_np_base_release()
588 struct config_item *item) in target_fabric_drop_np()
833 struct config_item *item) in target_core_port_stat_rmdir()
907 struct config_item *item) in target_fabric_drop_lun()
975 static void target_fabric_tpg_release(struct config_item *item) in target_fabric_tpg_release()
[all …]
/linux-3.3/fs/ocfs2/cluster/
Dnodemanager.c157 static struct o2nm_cluster *to_o2nm_cluster(struct config_item *item) in to_o2nm_cluster()
165 static struct o2nm_node *to_o2nm_node(struct config_item *item) in to_o2nm_node()
170 static void o2nm_node_release(struct config_item *item) in o2nm_node_release()
410 static ssize_t o2nm_node_show(struct config_item *item, in o2nm_node_show()
424 static ssize_t o2nm_node_store(struct config_item *item, in o2nm_node_store()
663 static ssize_t o2nm_cluster_show(struct config_item *item, in o2nm_cluster_show()
677 static ssize_t o2nm_cluster_store(struct config_item *item, in o2nm_cluster_store()
720 struct config_item *item) in o2nm_node_group_drop_item()
767 static void o2nm_cluster_release(struct config_item *item) in o2nm_cluster_release()
854 static void o2nm_cluster_group_drop_item(struct config_group *group, struct config_item *item) in o2nm_cluster_group_drop_item()
[all …]
/linux-3.3/scripts/kconfig/
Dqconf.cc413 ConfigItem* item = (ConfigItem*)menu->data; in findConfigItem() local
428 ConfigItem* item = (ConfigItem*)selectedItem(); in updateSelection() local
441 void ConfigList::updateList(ConfigItem* item) in updateList()
449 ConfigItem* item; in updateList() local
484 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
509 void ConfigList::changeValue(ConfigItem* item) in changeValue()
569 ConfigItem* item; in setParentMenu() local
598 ConfigItem* item; in updateMenuList() local
660 ConfigItem* item; in keyPressEvent() local
721 ConfigItem* item = (ConfigItem*)itemAt(p); in contentsMouseReleaseEvent() local
[all …]
/linux-3.3/scripts/basic/
Dfixdep.c141 struct item { struct
142 struct item *next; argument
149 static struct item *hashtab[HASHSZ]; argument
/linux-3.3/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
/linux-3.3/mm/
Dvmstat.c211 void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, in __mod_zone_page_state()
254 void __inc_zone_state(struct zone *zone, enum zone_stat_item item) in __inc_zone_state()
270 void __inc_zone_page_state(struct page *page, enum zone_stat_item item) in __inc_zone_page_state()
276 void __dec_zone_state(struct zone *zone, enum zone_stat_item item) in __dec_zone_state()
292 void __dec_zone_page_state(struct page *page, enum zone_stat_item item) in __dec_zone_page_state()
312 enum zone_stat_item item, int delta, int overstep_mode) in mod_state()
349 void mod_zone_page_state(struct zone *zone, enum zone_stat_item item, in mod_zone_page_state()
356 void inc_zone_state(struct zone *zone, enum zone_stat_item item) in inc_zone_state()
361 void inc_zone_page_state(struct page *page, enum zone_stat_item item) in inc_zone_page_state()
367 void dec_zone_page_state(struct page *page, enum zone_stat_item item) in dec_zone_page_state()
[all …]
/linux-3.3/fs/reiserfs/
Ditem_ops.c42 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item()
61 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item()
143 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item()
154 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item()
273 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item()
296 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item()
386 static void direntry_print_item(struct item_head *ih, char *item) in direntry_print_item()
426 static void direntry_check_item(struct item_head *ih, char *item) in direntry_check_item()
670 static void errcatch_print_item(struct item_head *ih, char *item) in errcatch_print_item()
676 static void errcatch_check_item(struct item_head *ih, char *item) in errcatch_check_item()

123456