Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 188) sorted by relevance

12345678

/linux-3.4.99/drivers/xen/
Dgrant-table.c169 int ref, rc = 0; in get_free_entries() local
218 static void put_free_entry(grant_ref_t ref) in put_free_entry()
240 static void gnttab_update_entry_v1(grant_ref_t ref, domid_t domid, in gnttab_update_entry_v1()
249 static void gnttab_update_entry_v2(grant_ref_t ref, domid_t domid, in gnttab_update_entry_v2()
261 void gnttab_grant_foreign_access_ref(grant_ref_t ref, domid_t domid, in gnttab_grant_foreign_access_ref()
272 int ref; in gnttab_grant_foreign_access() local
284 void gnttab_update_subpage_entry_v2(grant_ref_t ref, domid_t domid, in gnttab_update_subpage_entry_v2()
298 int gnttab_grant_foreign_access_subpage_ref(grant_ref_t ref, domid_t domid, in gnttab_grant_foreign_access_subpage_ref()
321 int ref, rc; in gnttab_grant_foreign_access_subpage() local
344 void gnttab_update_trans_entry_v2(grant_ref_t ref, domid_t domid, in gnttab_update_trans_entry_v2()
[all …]
/linux-3.4.99/net/mac80211/
Drate.h36 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status() local
50 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_rate_init() local
69 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update() local
78 static inline void *rate_control_alloc_sta(struct rate_control_ref *ref, in rate_control_alloc_sta()
87 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_free_sta() local
97 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_add_sta_debugfs() local
107 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_remove_sta_debugfs() local
Drate.c139 struct rate_control_ref *ref = file->private_data; in rcname_read() local
157 struct rate_control_ref *ref; in rate_control_alloc() local
434 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate() local
493 struct rate_control_ref *ref; in ieee80211_init_rate_ctrl_alg() local
524 struct rate_control_ref *ref; in rate_control_deinitialize() local
/linux-3.4.99/net/tipc/
Dport.c76 int tipc_multicast(u32 ref, struct tipc_name_seq const *seq, in tipc_multicast()
207 u32 ref; in tipc_createport_raw() local
241 int tipc_deleteport(u32 ref) in tipc_deleteport()
276 int tipc_portunreliable(u32 ref, unsigned int *isunreliable) in tipc_portunreliable()
288 int tipc_set_portunreliable(u32 ref, unsigned int isunreliable) in tipc_set_portunreliable()
305 int tipc_portunreturnable(u32 ref, unsigned int *isunrejectable) in tipc_portunreturnable()
317 int tipc_set_portunreturnable(u32 ref, unsigned int isunrejectable) in tipc_set_portunreturnable()
442 static void port_timeout(unsigned long ref) in port_timeout()
468 static void port_handle_node_down(unsigned long ref) in port_handle_node_down()
850 static void port_wakeup_sh(unsigned long ref) in port_wakeup_sh()
[all …]
Dref.c50 u32 ref; member
158 u32 ref; in tipc_ref_acquire() local
215 void tipc_ref_discard(u32 ref) in tipc_ref_discard()
265 void *tipc_ref_lock(u32 ref) in tipc_ref_lock()
287 void *tipc_ref_deref(u32 ref) in tipc_ref_deref()
Dport.h87 u32 ref; member
135 u32 ref; member
239 static inline struct tipc_port *tipc_port_lock(u32 ref) in tipc_port_lock()
255 static inline struct tipc_port *tipc_port_deref(u32 ref) in tipc_port_deref()
/linux-3.4.99/fs/jffs2/
Dxattr.c439 static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in verify_xattr_ref()
501 static int save_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in save_xattr_ref()
549 struct jffs2_xattr_ref *ref; in create_xattr_ref() local
571 static void delete_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in delete_xattr_ref()
595 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_delete_inode() local
613 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_free_inode() local
635 struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp; in check_xattr_ref_inode() local
733 struct jffs2_xattr_ref *ref, *_ref; in jffs2_clear_xattr_subsystem() local
768 struct jffs2_xattr_ref *ref, *_ref; in jffs2_build_xattr_subsystem() local
958 struct jffs2_xattr_ref *ref, **pref; in jffs2_listxattr() local
[all …]
Dreadinode.c33 struct jffs2_raw_node_ref *ref = tn->fn->raw; in check_node_data() local
585 static struct jffs2_raw_node_ref *jffs2_first_valid_node(struct jffs2_raw_node_ref *ref) in jffs2_first_valid_node()
603 static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_direntry()
710 static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_dnode()
885 static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs… in read_unknown()
937 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more()
981 struct jffs2_raw_node_ref *ref, *valid_ref; in jffs2_get_inode_nodes() local
Dmalloc.c213 struct jffs2_raw_node_ref **p, *ref; in jffs2_prealloc_raw_node_refs() local
306 struct jffs2_xattr_ref *ref; in jffs2_alloc_xattr_ref() local
315 void jffs2_free_xattr_ref(struct jffs2_xattr_ref *ref) in jffs2_free_xattr_ref()
Derase.c236 struct jffs2_raw_node_ref *ref, struct jffs2_eraseblock *jeb) in jffs2_remove_node_refs_from_ino_list()
318 struct jffs2_raw_node_ref *block, *ref; in jffs2_free_jeb_node_refs() local
Dnodelist.c614 struct jffs2_raw_node_ref *ref; in jffs2_link_node_ref() local
718 struct jffs2_raw_node_ref *ref) in __ref_totlen()
743 struct jffs2_raw_node_ref *ref) in __jffs2_ref_totlen()
/linux-3.4.99/fs/btrfs/
Ddelayed-ref.c260 struct btrfs_delayed_ref_node *ref; in btrfs_find_ref_cluster() local
370 struct btrfs_delayed_ref_head *ref; in update_existing_head_ref() local
425 struct btrfs_delayed_ref_node *ref, in add_delayed_ref_head()
504 struct btrfs_delayed_ref_node *ref, in add_delayed_tree_ref()
563 struct btrfs_delayed_ref_node *ref, in add_delayed_data_ref()
631 struct btrfs_delayed_tree_ref *ref; in btrfs_add_delayed_tree_ref() local
679 struct btrfs_delayed_data_ref *ref; in btrfs_add_delayed_data_ref() local
751 struct btrfs_delayed_ref_node *ref; in btrfs_find_delayed_ref_head() local
Dinode-item.c28 struct btrfs_inode_ref *ref; in find_name_in_backref() local
61 struct btrfs_inode_ref *ref; in btrfs_lookup_inode_ref() local
87 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() local
147 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() local
Dbackref.c44 struct __prelim_ref *ref; in __add_prelim_ref() local
121 struct __prelim_ref *ref, in __resolve_indirect_ref()
199 struct __prelim_ref *ref; in __resolve_indirect_refs() local
337 struct btrfs_delayed_tree_ref *ref; in __add_delayed_refs() local
346 struct btrfs_delayed_tree_ref *ref; in __add_delayed_refs() local
356 struct btrfs_delayed_data_ref *ref; in __add_delayed_refs() local
370 struct btrfs_delayed_data_ref *ref; in __add_delayed_refs() local
597 struct __prelim_ref *ref; in find_parent_nodes() local
/linux-3.4.99/lib/
Ddma-debug.c268 struct dma_debug_entry *ref, in __hash_bucket_find()
318 struct dma_debug_entry *ref) in bucket_find_exact()
324 struct dma_debug_entry *ref, in bucket_find_contain()
846 static void check_unmap(struct dma_debug_entry *ref) in check_unmap()
950 struct dma_debug_entry *ref, in check_sync()
1056 struct dma_debug_entry ref = { in debug_dma_unmap_page() local
1109 struct dma_debug_entry *ref) in get_nr_mapped_entries()
1138 struct dma_debug_entry ref = { in debug_dma_unmap_sg() local
1188 struct dma_debug_entry ref = { in debug_dma_free_coherent() local
1207 struct dma_debug_entry ref; in debug_dma_sync_single_for_cpu() local
[all …]
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_glue.c46 static int vmw_ttm_mem_global_init(struct drm_global_reference *ref) in vmw_ttm_mem_global_init()
52 static void vmw_ttm_mem_global_release(struct drm_global_reference *ref) in vmw_ttm_mem_global_release()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_ttm.c45 nouveau_ttm_mem_global_init(struct drm_global_reference *ref) in nouveau_ttm_mem_global_init()
51 nouveau_ttm_mem_global_release(struct drm_global_reference *ref) in nouveau_ttm_mem_global_release()
/linux-3.4.99/fs/cifs/
Dcifs_dfs_ref.c122 const struct dfs_info3_param *ref, in cifs_compose_mount_options()
243 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount()
263 static void dump_referral(const struct dfs_info3_param *ref) in dump_referral()
/linux-3.4.99/drivers/gpu/drm/
Ddrm_global.c66 int drm_global_item_ref(struct drm_global_reference *ref) in drm_global_item_ref()
98 void drm_global_item_unref(struct drm_global_reference *ref) in drm_global_item_unref()
/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_object.c251 struct ttm_ref_object *ref; in ttm_ref_object_add() local
312 struct ttm_ref_object *ref = in ttm_ref_object_release() local
337 struct ttm_ref_object *ref; in ttm_ref_object_base_unref() local
356 struct ttm_ref_object *ref; in ttm_object_file_release() local
/linux-3.4.99/arch/powerpc/kvm/
D44x_tlb.c248 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[stlb_index]; in kvmppc_44x_shadow_release() local
298 struct kvmppc_44x_shadow_ref *ref; in kvmppc_mmu_map() local
384 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[i]; in kvmppc_44x_invalidate() local
412 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[i]; in kvmppc_set_pid() local
De500_tlb.c510 static inline void kvmppc_e500_ref_setup(struct tlbe_ref *ref, in kvmppc_e500_ref_setup()
521 static inline void kvmppc_e500_ref_release(struct tlbe_ref *ref) in kvmppc_e500_ref_release()
539 struct tlbe_ref *ref = in clear_tlb_privs() local
553 struct tlbe_ref *ref = in clear_tlb_refs() local
591 int tsize, struct tlbe_ref *ref, u64 gvaddr, in kvmppc_e500_setup_stlbe()
611 struct tlbe_ref *ref) in kvmppc_e500_shadow_map()
748 struct tlbe_ref *ref; in kvmppc_e500_tlb0_map() local
765 struct tlbe_ref *ref; in kvmppc_e500_tlb1_map() local
/linux-3.4.99/drivers/media/video/
Dv4l2-ctrls.c1169 struct v4l2_ctrl_ref *ref, *next_ref; in v4l2_ctrl_handler_free() local
1206 struct v4l2_ctrl_ref *ref; in find_private_ref() local
1227 struct v4l2_ctrl_ref *ref; in find_ref() local
1255 struct v4l2_ctrl_ref *ref = NULL; in find_ref_lock() local
1268 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id); in v4l2_ctrl_find() local
1278 struct v4l2_ctrl_ref *ref; in handler_new_ref() local
1520 struct v4l2_ctrl_ref *ref; in v4l2_ctrl_add_handler() local
1753 struct v4l2_ctrl_ref *ref; in v4l2_queryctrl() local
1901 struct v4l2_ctrl_ref *ref; in prepare_ext_ctrls() local
/linux-3.4.99/drivers/infiniband/core/
Duverbs.h72 struct kref ref; member
84 struct kref ref; member
95 struct kref ref; member
/linux-3.4.99/fs/ubifs/
Dlog.c180 struct ubifs_ref_node *ref; in ubifs_add_bud_to_log() local
364 struct ubifs_ref_node *ref; in ubifs_log_start_commit() local
671 struct ubifs_ref_node *ref = snod->node; in ubifs_consolidate_log() local

12345678