| /linux/lib/ |
| A D | percpu-refcount.c | 102 data->ref = ref; in percpu_ref_init() 103 ref->data = data; in percpu_ref_init() 114 WARN_ON_ONCE(ref->data && ref->data->confirm_switch); in __percpu_ref_exit() 141 ref->percpu_count_ptr |= atomic_long_read(&ref->data->count) << in percpu_ref_exit() 143 ref->data = NULL; in percpu_ref_exit() 154 struct percpu_ref *ref = data->ref; in percpu_ref_call_confirm_rcu() local 164 percpu_ref_put(ref); in percpu_ref_call_confirm_rcu() 171 struct percpu_ref *ref = data->ref; in percpu_ref_switch_to_atomic_rcu() local 396 percpu_ref_put(ref); in percpu_ref_kill_and_confirm() 420 if (ref->data) in percpu_ref_is_zero() [all …]
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_active.c | 79 return (void *)ref->active ?: (void *)ref->retire ?: (void *)ref; in active_debug_hint() 143 ref->cache = fetch_node(ref->tree.rb_node); in __active_retire() 148 rb_erase(&ref->cache->node, &ref->tree); in __active_retire() 153 rb_insert_color(&ref->cache->node, &ref->tree); in __active_retire() 154 GEM_BUG_ON(ref->tree.rb_node != &ref->cache->node); in __active_retire() 164 ref->retire(ref); in __active_retire() 325 node->ref = ref; in active_instance() 486 return __i915_active_set_fence(ref, &ref->excl, f); in i915_active_set_exclusive() 520 err = ref->active(ref); in i915_active_acquire() 685 wb->ref = ref; in __await_barrier() [all …]
|
| A D | i915_active.h | 152 void __i915_active_init(struct i915_active *ref, 153 int (*active)(struct i915_active *ref), 154 void (*retire)(struct i915_active *ref), 179 struct i915_active *ref, 182 struct i915_active *ref, 188 int i915_active_acquire(struct i915_active *ref); 196 GEM_BUG_ON(!atomic_read(&ref->count)); in __i915_active_acquire() 197 atomic_inc(&ref->count); in __i915_active_acquire() 203 return !atomic_read(&ref->count); in i915_active_is_idle() 206 void i915_active_fini(struct i915_active *ref); [all …]
|
| /linux/Documentation/userspace-api/media/dvb/ |
| A D | frontend-property-terrestrial-systems.rst | 21 - :ref:`DTV_TUNE <DTV-TUNE>` 23 - :ref:`DTV_CLEAR <DTV-CLEAR>` 43 - :ref:`DTV_LNA <DTV-LNA>` 63 - :ref:`DTV_TUNE <DTV-TUNE>` 65 - :ref:`DTV_CLEAR <DTV-CLEAR>` 87 - :ref:`DTV_LNA <DTV-LNA>` 128 - :ref:`DTV_TUNE <DTV-TUNE>` 193 - :ref:`DTV_TUNE <DTV-TUNE>` 218 - :ref:`DTV_TUNE <DTV-TUNE>` 271 - :ref:`DTV_TUNE <DTV-TUNE>` [all …]
|
| A D | frontend-property-satellite-systems.rst | 21 - :ref:`DTV_TUNE <DTV-TUNE>` 23 - :ref:`DTV_CLEAR <DTV-CLEAR>` 25 - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>` 27 - :ref:`DTV_INVERSION <DTV-INVERSION>` 33 - :ref:`DTV_VOLTAGE <DTV-VOLTAGE>` 35 - :ref:`DTV_TONE <DTV-TONE>` 57 - :ref:`DTV_PILOT <DTV-PILOT>` 59 - :ref:`DTV_ROLLOFF <DTV-ROLLOFF>` 91 - :ref:`DTV_TUNE <DTV-TUNE>` 93 - :ref:`DTV_CLEAR <DTV-CLEAR>` [all …]
|
| A D | frontend-property-cable-systems.rst | 28 - :ref:`DTV_TUNE <DTV-TUNE>` 30 - :ref:`DTV_CLEAR <DTV-CLEAR>` 32 - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>` 36 - :ref:`DTV_INVERSION <DTV-INVERSION>` 40 - :ref:`DTV_INNER_FEC <DTV-INNER-FEC>` 42 - :ref:`DTV_LNA <DTV-LNA>` 62 - :ref:`DTV_TUNE <DTV-TUNE>` 64 - :ref:`DTV_CLEAR <DTV-CLEAR>` 66 - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>` 70 - :ref:`DTV_INVERSION <DTV-INVERSION>` [all …]
|
| /linux/include/linux/ |
| A D | percpu-refcount.h | 102 struct percpu_ref *ref; member 149 percpu_ref_kill_and_confirm(ref, NULL); in percpu_ref_kill() 204 if (__ref_is_percpu(ref, &percpu_count)) in percpu_ref_get_many() 207 atomic_long_add(nr, &ref->data->count); in percpu_ref_get_many() 222 percpu_ref_get_many(ref, 1); in percpu_ref_get() 243 if (__ref_is_percpu(ref, &percpu_count)) { in percpu_ref_tryget_many() 266 return percpu_ref_tryget_many(ref, 1); in percpu_ref_tryget() 311 ret = percpu_ref_tryget_live_rcu(ref); in percpu_ref_tryget_live() 332 if (__ref_is_percpu(ref, &percpu_count)) in percpu_ref_put_many() 335 ref->data->release(ref); in percpu_ref_put_many() [all …]
|
| A D | alloc_tag.h | 44 if (ref) in set_codetag_empty() 45 ref->ct = CODETAG_EMPTY; in set_codetag_empty() 121 WARN_ONCE(ref && ref->ct, in alloc_tag_add_check() 123 ref->ct->filename, ref->ct->lineno); in alloc_tag_add_check() 130 WARN_ONCE(ref && !ref->ct, "alloc_tag was not set\n"); in alloc_tag_sub_check() 141 if (!ref || !tag) in __alloc_tag_ref_set() 144 ref->ct = &tag->ct; in __alloc_tag_ref_set() 173 alloc_tag_sub_check(ref); in alloc_tag_sub() 174 if (!ref || !ref->ct) in alloc_tag_sub() 178 ref->ct = NULL; in alloc_tag_sub() [all …]
|
| A D | pgalloc_tag.h | 40 if (WARN_ON(!ref)) in put_page_tag_ref() 51 if (ref) { in clear_page_tag_ref() 52 set_codetag_empty(ref); in clear_page_tag_ref() 53 put_page_tag_ref(ref); in clear_page_tag_ref() 64 if (ref) { in pgalloc_tag_add() 66 put_page_tag_ref(ref); in pgalloc_tag_add() 76 if (ref) { in pgalloc_tag_sub() 78 put_page_tag_ref(ref); in pgalloc_tag_sub() 91 if (ref) { in pgalloc_tag_get() 92 if (ref->ct) in pgalloc_tag_get() [all …]
|
| A D | rcuref.h | 26 atomic_set(&ref->refcnt, cnt - 1); in rcuref_init() 35 static inline unsigned int rcuref_read(rcuref_t *ref) in rcuref_read() argument 37 unsigned int c = atomic_read(&ref->refcnt); in rcuref_read() 43 extern __must_check bool rcuref_get_slowpath(rcuref_t *ref); 61 static inline __must_check bool rcuref_get(rcuref_t *ref) in rcuref_get() argument 67 if (likely(!atomic_add_negative_relaxed(1, &ref->refcnt))) in rcuref_get() 71 return rcuref_get_slowpath(ref); in rcuref_get() 94 return rcuref_put_slowpath(ref); in __rcuref_put() 121 return __rcuref_put(ref); in rcuref_put_rcusafe() 145 static inline __must_check bool rcuref_put(rcuref_t *ref) in rcuref_put() argument [all …]
|
| /linux/fs/jffs2/ |
| A D | xattr.c | 591 ref->ino, ref->xid, ref->xseqno); in delete_xattr_ref() 606 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_delete_inode() 621 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_free_inode() 648 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in check_xattr_ref_inode() 746 for (ref=c->xref_temp; ref; ref = _ref) { in jffs2_clear_xattr_subsystem() 793 for (ref=c->xref_temp; ref; ref=_ref) { in jffs2_build_xattr_subsystem() 833 for (ref=xref_tmphash[i]; ref; ref=_ref) { in jffs2_build_xattr_subsystem() 848 ref->ino, ref->xid, ref->xseqno); in jffs2_build_xattr_subsystem() 985 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in jffs2_listxattr() 1051 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in do_jffs2_getxattr() [all …]
|
| A D | malloc.c | 194 ref = *p; in jffs2_prealloc_raw_node_refs() 199 if (ref && ref->flash_offset != REF_EMPTY_NODE) in jffs2_prealloc_raw_node_refs() 200 ref++; in jffs2_prealloc_raw_node_refs() 203 if (!ref) { in jffs2_prealloc_raw_node_refs() 206 if (!ref) in jffs2_prealloc_raw_node_refs() 210 p = &ref->next_in_ino; in jffs2_prealloc_raw_node_refs() 211 ref = *p; in jffs2_prealloc_raw_node_refs() 215 ref++; in jffs2_prealloc_raw_node_refs() 286 if (!ref) in jffs2_alloc_xattr_ref() 290 ref->node = (void *)ref; in jffs2_alloc_xattr_ref() [all …]
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3588-base-pinctrl.dtsi | 15 /omit-if-no-ref/ 30 /omit-if-no-ref/ 71 /omit-if-no-ref/ 80 /omit-if-no-ref/ 91 /omit-if-no-ref/ 100 /omit-if-no-ref/ 111 /omit-if-no-ref/ 120 /omit-if-no-ref/ 131 /omit-if-no-ref/ 138 /omit-if-no-ref/ [all …]
|
| A D | rk3568-pinctrl.dtsi | 15 /omit-if-no-ref/ 36 /omit-if-no-ref/ 43 /omit-if-no-ref/ 50 /omit-if-no-ref/ 57 /omit-if-no-ref/ 64 /omit-if-no-ref/ 71 /omit-if-no-ref/ 80 /omit-if-no-ref/ 103 /omit-if-no-ref/ 128 /omit-if-no-ref/ [all …]
|
| A D | rockchip-pinconf.dtsi | 7 /omit-if-no-ref/ 12 /omit-if-no-ref/ 17 /omit-if-no-ref/ 22 /omit-if-no-ref/ 28 /omit-if-no-ref/ 34 /omit-if-no-ref/ 40 /omit-if-no-ref/ 46 /omit-if-no-ref/ 52 /omit-if-no-ref/ 58 /omit-if-no-ref/ [all …]
|
| A D | rk3588-extra-pinctrl.dtsi | 15 /omit-if-no-ref/ 25 /omit-if-no-ref/ 35 /omit-if-no-ref/ 52 /omit-if-no-ref/ 61 /omit-if-no-ref/ 70 /omit-if-no-ref/ 77 /omit-if-no-ref/ 88 /omit-if-no-ref/ 99 /omit-if-no-ref/ 108 /omit-if-no-ref/ [all …]
|
| /linux/fs/smb/client/ |
| A D | dfs.h | 28 struct dfs_ref *ref; member 62 kfree(ref->path); in __ref_walk_free() 65 if (ref->ses) in __ref_walk_free() 67 memset(ref, 0, sizeof(*ref)); in __ref_walk_free() 72 struct dfs_ref *ref; in ref_walk_free() local 77 for (ref = ref_walk_start(rw); ref <= ref_walk_end(rw); ref++) in ref_walk_free() 99 if (!ref->tit) in ref_walk_next_tgt() 102 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit); in ref_walk_next_tgt() 103 ref->tit = tit; in ref_walk_next_tgt() 131 for (; ref <= ref_walk_cur(rw); ref++) { in ref_walk_set_tcon() [all …]
|
| /linux/scripts/ |
| A D | documentation-file-ref-check | 108 my $ref = $2; 119 $ref =~ s/(txt|rst)\[\d+]$/$1/; 122 $ref =~ s/\].*// if (!($ref =~ m/\[/)); 125 $ref =~ s/[\,\.]+$//; 127 my $fulref = "$prefix$ref"; 151 next if (grep -e, glob("$path/$ref $path/../$ref $path/$fulref")); 161 $broken_ref{$ref}++; 178 my $new =$ref; 190 if ($ref =~ /devicetree/) { 193 my $new_ref = $ref; [all …]
|
| /linux/drivers/clk/mxs/ |
| A D | clk-ref.c | 35 writel_relaxed(1 << ((ref->idx + 1) * 8 - 1), ref->reg + CLR); in clk_ref_enable() 44 writel_relaxed(1 << ((ref->idx + 1) * 8 - 1), ref->reg + SET); in clk_ref_disable() 52 u8 frac = (readl_relaxed(ref->reg) >> (ref->idx * 8)) & 0x3f; in clk_ref_recalc_rate() 85 u8 frac, shift = ref->idx * 8; in clk_ref_set_rate() 114 struct clk_ref *ref; in mxs_clk_ref() local 118 ref = kzalloc(sizeof(*ref), GFP_KERNEL); in mxs_clk_ref() 119 if (!ref) in mxs_clk_ref() 128 ref->reg = reg; in mxs_clk_ref() 129 ref->idx = idx; in mxs_clk_ref() 130 ref->hw.init = &init; in mxs_clk_ref() [all …]
|
| /linux/kernel/dma/ |
| A D | debug.c | 977 if (dma_mapping_error(ref->dev, ref->dev_addr)) { in check_unmap() 986 ref->dev_addr, ref->size); in check_unmap() 996 ref->dev_addr, entry->size, ref->size); in check_unmap() 1004 ref->dev_addr, ref->size, in check_unmap() 1013 ref->dev_addr, ref->size, in check_unmap() 1018 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_unmap() 1035 ref->dev_addr, ref->size, in check_unmap() 1050 ref->dev_addr, ref->size, in check_unmap() 1111 (unsigned long long)ref->dev_addr, ref->size); in check_sync() 1122 ref->size); in check_sync() [all …]
|
| /linux/drivers/dpll/ |
| A D | dpll_core.c | 95 ref = kzalloc(sizeof(*ref), GFP_KERNEL); in dpll_xa_ref_pin_add() 96 if (!ref) in dpll_xa_ref_pin_add() 102 kfree(ref); in dpll_xa_ref_pin_add() 112 kfree(ref); in dpll_xa_ref_pin_add() 145 kfree(ref); in dpll_xa_ref_pin_del() 176 ref = kzalloc(sizeof(*ref), GFP_KERNEL); in dpll_xa_ref_dpll_add() 177 if (!ref) in dpll_xa_ref_dpll_add() 183 kfree(ref); in dpll_xa_ref_dpll_add() 239 return ref; in dpll_xa_ref_dpll_first() 828 if (!ref) in dpll_pin_on_dpll_priv() [all …]
|
| /linux/arch/arm/boot/dts/rockchip/ |
| A D | rv1126-pinctrl.dtsi | 15 /omit-if-no-ref/ 23 /omit-if-no-ref/ 29 /omit-if-no-ref/ 49 /omit-if-no-ref/ 55 /omit-if-no-ref/ 63 /omit-if-no-ref/ 81 /omit-if-no-ref/ 91 /omit-if-no-ref/ 101 /omit-if-no-ref/ 109 /omit-if-no-ref/ [all …]
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | audio-graph-port.yaml | 17 - $ref: /schemas/graph.yaml#/$defs/port-base 18 - $ref: /schemas/sound/dai-params.yaml# 21 $ref: simple-card.yaml#/definitions/mclk-fs 24 $ref: /schemas/types.yaml#/definitions/flag 27 $ref: /schemas/types.yaml#/definitions/flag 41 - $ref: /schemas/sound/dai-params.yaml# 112 $ref: "#/definitions/port-base" 116 $ref: "#/definitions/port-base" 120 $ref: "#/definitions/endpoint-base" 124 - $ref: "#/definitions/port-base" [all …]
|
| /linux/fs/btrfs/ |
| A D | ref-verify.c | 251 kfree(ref); in free_block_entry() 320 if (!ref) in add_tree_block() 334 kfree(ref); in add_tree_block() 350 kfree(ref); in add_tree_block() 365 if (!ref) in add_shared_data_ref() 369 kfree(ref); in add_shared_data_ref() 400 if (!ref) in add_extent_data_ref() 623 ra->ref.owner, ra->ref.offset, ra->ref.num_refs); in dump_ref_action() 648 ref->root_objectid, ref->parent, ref->owner, in dump_block_entry() 649 ref->offset, ref->num_refs); in dump_block_entry() [all …]
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| A D | i915_active.c | 20 struct kref ref; member 26 kref_get(&active->ref); in __live_get() 37 struct live_active *active = container_of(ref, typeof(*active), ref); in __live_release() 71 kref_init(&active->ref); in __live_alloc() 281 drm_printf(m, "active %ps:%ps\n", ref->active, ref->retire); in i915_active_print() 305 i915_active_release(ref); in i915_active_print() 327 atomic_dec(&ref->count); in active_flush() 339 active_flush(ref, &ref->excl); in i915_active_unlock_wait() 341 active_flush(ref, &it->base); in i915_active_unlock_wait() 344 i915_active_release(ref); in i915_active_unlock_wait() [all …]
|