| /linux/lib/ |
| H A D | percpu-refcount.c | 42 static unsigned long __percpu *percpu_count_ptr(struct percpu_ref *ref) in percpu_count_ptr() 63 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init() 108 static void __percpu_ref_exit(struct percpu_ref *ref) in __percpu_ref_exit() 130 void percpu_ref_exit(struct percpu_ref *ref) in percpu_ref_exit() 154 struct percpu_ref *ref = data->ref; in percpu_ref_call_confirm_rcu() local 171 struct percpu_ref *ref = data->ref; in percpu_ref_switch_to_atomic_rcu() local 209 static void percpu_ref_noop_confirm_switch(struct percpu_ref *ref) in percpu_ref_noop_confirm_switch() 213 static void __percpu_ref_switch_to_atomic(struct percpu_ref *ref, in __percpu_ref_switch_to_atomic() 237 static void __percpu_ref_switch_to_percpu(struct percpu_ref *ref) in __percpu_ref_switch_to_percpu() 265 static void __percpu_ref_switch_mode(struct percpu_ref *ref, in __percpu_ref_switch_mode() [all …]
|
| H A D | rcuref.c | 192 bool rcuref_get_slowpath(rcuref_t *ref) in rcuref_get_slowpath() 237 bool rcuref_put_slowpath(rcuref_t *ref, unsigned int cnt) in rcuref_put_slowpath()
|
| /linux/include/linux/ |
| H A D | percpu-refcount.h | 102 struct percpu_ref *ref; member 147 static inline void percpu_ref_kill(struct percpu_ref *ref) in percpu_ref_kill() 158 static inline bool __ref_is_percpu(struct percpu_ref *ref, in __ref_is_percpu() 198 static inline void percpu_ref_get_many(struct percpu_ref *ref, unsigned long nr) in percpu_ref_get_many() 220 static inline void percpu_ref_get(struct percpu_ref *ref) in percpu_ref_get() 235 static inline bool percpu_ref_tryget_many(struct percpu_ref *ref, in percpu_ref_tryget_many() 264 static inline bool percpu_ref_tryget(struct percpu_ref *ref) in percpu_ref_tryget() 275 static inline bool percpu_ref_tryget_live_rcu(struct percpu_ref *ref) in percpu_ref_tryget_live_rcu() 306 static inline bool percpu_ref_tryget_live(struct percpu_ref *ref) in percpu_ref_tryget_live() 326 static inline void percpu_ref_put_many(struct percpu_ref *ref, unsigned long nr) in percpu_ref_put_many() [all …]
|
| H A D | alloc_tag.h | 52 static inline bool is_codetag_empty(union codetag_ref *ref) in is_codetag_empty() 57 static inline void set_codetag_empty(union codetag_ref *ref) in set_codetag_empty() 65 static inline bool is_codetag_empty(union codetag_ref *ref) { return false; } in is_codetag_empty() 67 static inline void set_codetag_empty(union codetag_ref *ref) in set_codetag_empty() 153 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_add_check() 162 static inline void alloc_tag_sub_check(union codetag_ref *ref) in alloc_tag_sub_check() 167 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {} in alloc_tag_add_check() 168 static inline void alloc_tag_sub_check(union codetag_ref *ref) {} in alloc_tag_sub_check() 172 static inline bool __alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in __alloc_tag_ref_set() 182 static inline bool alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_ref_set() [all …]
|
| H A D | file_ref.h | 59 static inline void file_ref_init(file_ref_t *ref, unsigned long cnt) in file_ref_init() 78 static __always_inline __must_check bool file_ref_get(file_ref_t *ref) in file_ref_get() 118 static __always_inline void file_ref_inc(file_ref_t *ref) in file_ref_inc() 139 static __always_inline __must_check bool file_ref_put(file_ref_t *ref) in file_ref_put() 178 static __always_inline __must_check bool file_ref_put_close(file_ref_t *ref) in file_ref_put_close() 196 static inline unsigned long file_ref_read(file_ref_t *ref) in file_ref_read() 213 static inline unsigned long __file_ref_read_raw(file_ref_t *ref) in __file_ref_read_raw()
|
| H A D | pgalloc_tag.h | 24 union codetag_ref *ref; /* reference in page extension */ member 63 static inline void idx_to_ref(pgalloc_tag_idx idx, union codetag_ref *ref) in idx_to_ref() 81 static inline pgalloc_tag_idx ref_to_idx(union codetag_ref *ref) in ref_to_idx() 101 static inline bool get_page_tag_ref(struct page *page, union codetag_ref *ref, in get_page_tag_ref() 139 static inline void update_page_tag_ref(union pgtag_ref_handle handle, union codetag_ref *ref) in update_page_tag_ref() 180 union codetag_ref ref; in __pgalloc_tag_get() local
|
| /linux/fs/smb/client/ |
| H A D | dfs.h | 30 struct dfs_ref *ref; member 63 static inline void __ref_walk_free(struct dfs_ref *ref) in __ref_walk_free() 75 struct dfs_ref *ref; in ref_walk_free() local 87 struct dfs_ref *ref = ref_walk_cur(rw) + 1; in ref_walk_advance() local 99 struct dfs_ref *ref = ref_walk_cur(rw); in ref_walk_next_tgt() local 135 struct dfs_ref *ref = ref_walk_start(rw); in ref_walk_set_tcon() local 147 struct dfs_ref *ref = ref_walk_cur(rw) - 1; in ref_walk_mark_end() local
|
| /linux/fs/jffs2/ |
| H A D | xattr.c | 444 static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in verify_xattr_ref() 506 static int save_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in save_xattr_ref() 554 struct jffs2_xattr_ref *ref; in create_xattr_ref() local 576 static void delete_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in delete_xattr_ref() 600 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_delete_inode() local 618 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_free_inode() local 640 struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp; in check_xattr_ref_inode() local 743 struct jffs2_xattr_ref *ref, *_ref; in jffs2_clear_xattr_subsystem() local 777 struct jffs2_xattr_ref *ref, *_ref; in jffs2_build_xattr_subsystem() local 972 struct jffs2_xattr_ref *ref, **pref; in jffs2_listxattr() local [all …]
|
| H A D | readinode.c | 33 struct jffs2_raw_node_ref *ref = tn->fn->raw; in check_node_data() local 568 static struct jffs2_raw_node_ref *jffs2_first_valid_node(struct jffs2_raw_node_ref *ref) in jffs2_first_valid_node() 586 static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_direntry() 713 static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_dnode() 888 static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs… in read_unknown() 940 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more() 984 struct jffs2_raw_node_ref *ref, *valid_ref; in jffs2_get_inode_nodes() local
|
| /linux/drivers/gpio/ |
| H A D | gpiolib-shared.c | 57 struct kref ref; member 259 struct gpio_shared_ref *ref) in gpio_shared_make_adev() 304 struct gpio_shared_ref *ref) in gpio_shared_dev_is_reset_gpio() 362 struct gpio_shared_ref *ref) in gpio_shared_dev_is_reset_gpio() 372 struct gpio_shared_ref *ref; in gpio_shared_add_proxy_lookup() local 426 struct gpio_shared_ref *ref; in gpio_device_setup_shared() local 484 struct gpio_shared_ref *ref; in gpio_device_teardown_shared() local 603 static void gpio_shared_drop_ref(struct gpio_shared_ref *ref) in gpio_shared_drop_ref() 628 struct gpio_shared_ref *ref, *rpos; in gpio_shared_teardown() local
|
| /linux/drivers/clk/mxs/ |
| H A D | clk-ref.c | 33 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_enable() local 42 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_disable() local 50 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_recalc_rate() local 83 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_set_rate() local 116 struct clk_ref *ref; in mxs_clk_ref() local
|
| /linux/drivers/gpu/drm/xe/compat-i915-headers/ |
| H A D | i915_active.h | 11 static inline void i915_active_init(struct i915_active *ref, in i915_active_init() 12 int (*active)(struct i915_active *ref), in i915_active_init() 13 void (*retire)(struct i915_active *ref), in i915_active_init()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_active.h | 160 #define i915_active_init(ref, active, retire, flags) do { \ argument 173 static inline int i915_active_wait(struct i915_active *ref) in i915_active_wait() 193 static inline void __i915_active_acquire(struct i915_active *ref) in __i915_active_acquire() 200 i915_active_is_idle(const struct i915_active *ref) in i915_active_is_idle()
|
| /linux/drivers/xen/ |
| H A D | grant-table.c | 182 int ref, rc = 0; in get_free_entries() local 331 static void put_free_entry_locked(grant_ref_t ref) in put_free_entry_locked() 346 static void put_free_entry(grant_ref_t ref) in put_free_entry() 384 static void gnttab_update_entry_v1(grant_ref_t ref, domid_t domid, in gnttab_update_entry_v1() 393 static void gnttab_update_entry_v2(grant_ref_t ref, domid_t domid, in gnttab_update_entry_v2() 405 void gnttab_grant_foreign_access_ref(grant_ref_t ref, domid_t domid, in gnttab_grant_foreign_access_ref() 416 int ref; in gnttab_grant_foreign_access() local 428 static int gnttab_end_foreign_access_ref_v1(grant_ref_t ref) in gnttab_end_foreign_access_ref_v1() 442 static int gnttab_end_foreign_access_ref_v2(grant_ref_t ref) in gnttab_end_foreign_access_ref_v2() 465 static inline int _gnttab_end_foreign_access_ref(grant_ref_t ref) in _gnttab_end_foreign_access_ref() [all …]
|
| /linux/drivers/dpll/ |
| H A D | dpll_core.c | 57 dpll_pin_registration_find(struct dpll_pin_ref *ref, in dpll_pin_registration_find() 77 struct dpll_pin_ref *ref; in dpll_xa_ref_pin_add() local 131 struct dpll_pin_ref *ref; in dpll_xa_ref_pin_del() local 158 struct dpll_pin_ref *ref; in dpll_xa_ref_dpll_add() local 212 struct dpll_pin_ref *ref; in dpll_xa_ref_dpll_del() local 234 struct dpll_pin_ref *ref; in dpll_xa_ref_dpll_first() local 734 struct dpll_pin_ref *ref; in dpll_pin_on_pin_register() local 791 struct dpll_pin_ref *ref; in dpll_pin_on_pin_unregister() local 859 dpll_pin_registration_first(struct dpll_pin_ref *ref) in dpll_pin_registration_first() 873 struct dpll_pin_ref *ref; in dpll_pin_on_dpll_priv() local [all …]
|
| H A D | dpll_netlink.c | 254 struct dpll_pin_ref *ref, in dpll_msg_add_pin_prio() 276 struct dpll_pin_ref *ref, in dpll_msg_add_pin_on_dpll_state() 298 struct dpll_pin_ref *ref, in dpll_msg_add_pin_direction() 318 struct dpll_pin_ref *ref, in dpll_msg_add_pin_phase_adjust() 341 struct dpll_pin_ref *ref, in dpll_msg_add_phase_offset() 364 struct dpll_pin_ref *ref, in dpll_msg_add_ffo() 386 struct dpll_pin_ref *ref, struct netlink_ext_ack *extack) in dpll_msg_add_pin_freq() 427 struct dpll_pin_ref *ref, struct netlink_ext_ack *extack) in dpll_msg_add_pin_esync() 472 struct dpll_pin_ref *ref, in dpll_msg_add_pin_ref_sync() 528 struct dpll_pin_ref *ref; in dpll_msg_add_pin_parents() local [all …]
|
| /linux/arch/powerpc/kvm/ |
| H A D | e500_mmu_host.c | 192 struct tlbe_ref *ref = &vcpu_e500->gtlb_priv[tlbsel][esel].ref; in inval_gtlbe_on_host() local 248 static inline void kvmppc_e500_ref_setup(struct tlbe_ref *ref, in kvmppc_e500_ref_setup() 262 static inline void kvmppc_e500_ref_release(struct tlbe_ref *ref) in kvmppc_e500_ref_release() 288 struct tlbe_ref *ref = in clear_tlb_privs() local 307 int tsize, struct tlbe_ref *ref, u64 gvaddr, in kvmppc_e500_setup_stlbe() 326 struct tlbe_ref *ref) in kvmppc_e500_shadow_map() 477 struct tlbe_ref *ref; in kvmppc_e500_tlb0_map() local 497 struct tlbe_ref *ref, in kvmppc_e500_tlb1_map_tlb1() 525 struct tlbe_ref *ref = &vcpu_e500->gtlb_priv[1][esel].ref; in kvmppc_e500_tlb1_map() local
|
| /linux/drivers/misc/lkdtm/ |
| H A D | refcount.c | 9 static void overflow_check(refcount_t *ref) in overflow_check() 84 static void check_zero(refcount_t *ref) in check_zero() 119 static void check_negative(refcount_t *ref, int start) in check_negative() 200 static void check_from_zero(refcount_t *ref) in check_from_zero() 267 static void check_saturated(refcount_t *ref) in check_saturated()
|
| /linux/kernel/dma/ |
| H A D | debug.c | 296 struct dma_debug_entry *ref, in __hash_bucket_find() 346 struct dma_debug_entry *ref) in bucket_find_exact() 352 struct dma_debug_entry *ref, in bucket_find_contain() 959 static void check_unmap(struct dma_debug_entry *ref) in check_unmap() 1097 struct dma_debug_entry *ref, in check_sync() 1246 struct dma_debug_entry ref; in debug_dma_mapping_error() local 1285 struct dma_debug_entry ref = { in debug_dma_unmap_phys() local 1336 struct dma_debug_entry *ref) in get_nr_mapped_entries() 1365 struct dma_debug_entry ref = { in debug_dma_unmap_sg() local 1430 struct dma_debug_entry ref = { in debug_dma_free_coherent() local [all …]
|
| /linux/arch/powerpc/perf/ |
| H A D | imc-pmu.c | 361 struct imc_pmu_ref *ref; in ppc_nest_imc_cpu_offline() local 462 struct imc_pmu_ref *ref; in nest_imc_counters_release() local 517 struct imc_pmu_ref *ref; in nest_imc_event_init() local 677 struct imc_pmu_ref *ref; in ppc_core_imc_cpu_offline() local 764 struct imc_pmu_ref *ref; in core_imc_counters_release() local 820 struct imc_pmu_ref *ref; in core_imc_event_init() local 1126 struct imc_pmu_ref *ref; in thread_imc_event_add() local 1168 struct imc_pmu_ref *ref; in thread_imc_event_del() local 1361 struct imc_pmu_ref *ref = NULL; in trace_imc_event_add() local 1411 struct imc_pmu_ref *ref = NULL; in trace_imc_event_del() local
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 114 const struct zl3073x_ref *ref; in zl3073x_dpll_input_pin_esync_get() local 155 struct zl3073x_ref ref; in zl3073x_dpll_input_pin_esync_set() local 218 struct zl3073x_ref ref; in zl3073x_dpll_input_pin_frequency_set() local 243 zl3073x_dpll_selected_ref_get(struct zl3073x_dpll *zldpll, u8 *ref) in zl3073x_dpll_selected_ref_get() 291 zl3073x_dpll_selected_ref_set(struct zl3073x_dpll *zldpll, u8 ref) in zl3073x_dpll_selected_ref_set() 366 zl3073x_dpll_connected_ref_get(struct zl3073x_dpll *zldpll, u8 *ref) in zl3073x_dpll_connected_ref_get() 394 const struct zl3073x_ref *ref; in zl3073x_dpll_input_pin_phase_offset_get() local 454 const struct zl3073x_ref *ref; in zl3073x_dpll_input_pin_phase_adjust_get() local 484 struct zl3073x_ref ref; in zl3073x_dpll_input_pin_phase_adjust_set() local 515 u8 ref, ref_prio; in zl3073x_dpll_ref_prio_get() local [all …]
|
| /linux/fs/btrfs/ |
| H A D | ref-verify.c | 54 struct ref_entry ref; member 174 struct ref_entry *ref) in insert_ref_entry() 220 struct ref_entry *ref; in free_block_entry() local 299 struct ref_entry *ref = NULL, *exist; in add_tree_block() local 344 struct ref_entry *ref; in add_shared_data_ref() local 374 struct ref_entry *ref; in add_extent_data_ref() local 616 struct ref_entry *ref; in dump_block_entry() local 655 struct ref_entry *ref = NULL, *exist; in btrfs_ref_tree_mod() local
|
| /linux/tools/bpf/bpftool/ |
| H A D | pids.c | 35 struct obj_ref *ref; in add_ref() local 223 struct obj_ref *ref = &refs->refs[i]; in emit_obj_refs_json() local 254 struct obj_ref *ref = &refs->refs[i]; in emit_obj_refs_plain() local
|
| /linux/fs/orangefs/ |
| H A D | namei.c | 26 struct orangefs_object_kref ref; in orangefs_create() local 222 struct orangefs_object_kref ref; in orangefs_symlink() local 305 struct orangefs_object_kref ref; in orangefs_mkdir() local
|
| /linux/tools/perf/util/ |
| H A D | thread-stack.c | 56 u64 ref; member 300 u64 timestamp, u64 ref, bool no_return) in thread_stack__call_return() 783 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp() 815 u64 ret_addr, u64 timestamp, u64 ref, in thread_stack__pop_cp() 862 struct addr_location *to_al, u64 ref) in thread_stack__bottom() 887 struct perf_sample *sample, u64 ref) in thread_stack__pop_ks() 907 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() 999 u64 ref) in thread_stack__trace_begin() 1020 struct perf_sample *sample, u64 ref) in thread_stack__trace_end() 1104 struct addr_location *to_al, u64 ref, in thread_stack__process()
|