| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/umplock/ |
| H A D | umplock_driver.c | 40 _lock_ref references[MAX_PIDS]; member 94 if (device.items[i].references[j].pid == lock_cmd->pid) { in umplock_find_item_by_pid() 138 if (device.items[i_index].references[ref_index].pid == 0) { in do_umplock_create_locked() 143 device.items[i_index].references[ref_index].pid = lock_cmd->pid; in do_umplock_create_locked() 144 device.items[i_index].references[ref_index].ref_count = 0; in do_umplock_create_locked() 145 device.items[i_index].references[ref_index].down_count = 0; in do_umplock_create_locked() 158 device.items[i_index].references[0].pid = lock_cmd->pid; in do_umplock_create_locked() 159 device.items[i_index].references[0].ref_count = 0; in do_umplock_create_locked() 160 device.items[i_index].references[0].down_count = 0; in do_umplock_create_locked() 203 device.items[i_index].references[ref_index].ref_count++; in do_umplock_process() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-ref.h | 81 if (!vec_safe_length (references)) in first_reference() 83 return &(*references)[0]; in first_reference() 124 references = NULL; in clear() 130 return vec_safe_length (references); in nreferences() 134 vec<ipa_ref_t, va_gc> *references; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-ref.h | 81 if (!vec_safe_length (references)) in first_reference() 83 return &(*references)[0]; in first_reference() 124 references = NULL; in clear() 130 return vec_safe_length (references); in nreferences() 134 vec<ipa_ref_t, va_gc> *references; member
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 6 order to describe the userspace API and to generate cross-references 7 between the code and the documentation. Adding cross-references for 12 cross-references. It has to be called via Makefile, while building the 26 enums and defines and create cross-references to a Sphinx book. 65 included via ..parsed-literal block with cross-references for the 73 enums and enum symbols and create cross-references for all of them. 84 The \ **ignore**\ means that it won't generate cross references for a 92 The \ **replace**\ means that it will generate cross references for a 140 references for \ **typedef**\ , \ **enum**\ and \ **struct**\ types. It will use :ref: 162 It won't generate cross-references for \ **PRIVATE**\ .
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkkconfigsymbols.py | 386 references = [] 389 return references 401 references.append(symbol) 403 return references 421 defined, references = parse_kconfig_file(kfile) 426 referenced_symbols[kfile] = references 434 references = [] 438 return defined, references 470 references.append(symbol) 472 return defined, references
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | codeparser.py | 34 self.assertEqual(self.references, refs) 46 self.references = parsedvar.references 71 self.references = parsedvar.references 119 self.assertNotIn(name, self.references) 199 self.references = parsedvar.references | parser.references
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/ |
| H A D | swap.hpp | 59 typedef vector<Seq1&, Seq2&> references; in swap() typedef 60 for_each(zip_view<references>(references(lhs, rhs)), detail::swap()); in swap()
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-xp/ |
| H A D | xpc.h | 334 atomic_t references; /* #of external references to queues */ member 495 atomic_t references; /* #of references to infrastructure */ member 677 atomic_inc(&ch->references); in xpc_msgqueue_ref() 683 s32 refs = atomic_dec_return(&ch->references); in xpc_msgqueue_deref() 700 s32 refs = atomic_dec_return(&part->references); in xpc_part_deref() 712 atomic_inc(&part->references); in xpc_part_ref()
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/dp-mst/ |
| H A D | topology-figure-3.dot | 12 /* Driver malloc references */ 26 /* Topology references */ 34 /* Malloc references */
|
| H A D | topology-figure-2.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 32 /* Malloc references */
|
| H A D | topology-figure-1.dot | 9 /* Driver malloc references */ 24 /* Topology references */ 30 /* Malloc references */
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-handle.txt | 7 references of trace event parser context. 31 When there is no more references, then it will free the handler, as well 41 The _tep_ref_get()_ functions gets the current references of the _tep_ handler. 48 _tep_ref_get()_ returns the current references of _tep_.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | codeparser.py | 240 self.references.add('%s[%s]' % (varname, node.args[1].s)) 244 self.references.add(varname) 252 self.references |= parser.references 284 self.references = set() 299 self.references = set(codeparsercache.pythoncache[h].refs) 307 self.references = set(codeparsercache.pythoncacheextras[h].refs) 328 …codeparsercache.pythoncacheextras[h] = codeparsercache.newPythonCacheLine(self.references, self.ex…
|
| H A D | data.py | 283 deps |= parser.references 311 deps |= r2.references 322 deps = deps | parser.references 330 deps = deps | parsedvar.references 345 deps |= parser.references
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_osk_low_level_mem.c | 34 atomic_t references; member 88 new_val = atomic_inc_return(&vma_usage_tracker->references); in ump_vma_open() 102 new_val = atomic_dec_return(&vma_usage_tracker->references); in ump_vma_close() 166 …atomic_set(&vma_usage_tracker->references, 1); /*this can later be increased if process is forked,… in _ump_osk_mem_mapregion_init()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/wget/wget/ |
| H A D | 0002-improve-reproducibility.patch | 6 Remove build host references from the internally 7 generated file version.c. The references get compiled into 9 The removed references (--sysroot, -fdebug-prefix-map) were
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | cpedb.py | 26 self.references = refs 58 if self.references: 59 item.append(self.references)
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | disk_blocks.cc | 136 int references = block->GetReferenceCounter(); in ReleaseBlock() local 137 if (references == 1) in ReleaseBlock() 139 else if (references > 0) in ReleaseBlock()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/ |
| H A D | dynamic-resolution-notes.rst | 21 3. Using the __local__fixups__ node information adjust all local references 23 4. For each property in the __fixups__ node locate the node it references
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/dsd/ |
| H A D | leds.rst | 18 references are limited to device nodes only [2]. For this reason using the same 37 show below. Objects not relevant for LEDs or the references to them have been 111 [7] Documentation/firmware-guide/acpi/dsd/data-node-references.rst
|
| H A D | graph.rst | 16 hierarchical data extension supports nodes with references to other 68 name followed by a reference in the same package. Such references consist of 71 data extension reference under the port. Individual references thus appear as:: 78 The references to endpoints must be always done both ways, to the
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/ |
| H A D | bash.inc | 78 # Clean buildhost references in bashbug 84 # Clean buildhost references in bash.pc 88 # Clean buildhost references in Makefile.inc
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/ |
| H A D | libtool-cross_2.4.7.bb | 18 # ccache may or may not be INHERITED, we remove references to it so the sstate 21 # Find references to LTCC="ccache xxx-gcc" and CC="ccache xxx-gcc"
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-user.c | 144 struct kref references; member 197 return (kref_read(&t->references) > 1); in is_user_space_thread_present() 653 struct target *t = container_of(ref, struct target, references); in target_release() 691 if (!kref_put(&t->references, target_release)) { in target_put() 728 kref_get(&t->references); in channel_alloc() 1057 kref_init(&t->references); in user_ctr()
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-1.3.rst | 97 native to :term:`SDK_ARCH`, and any references need to 106 from ``task-*.bb`` to ``packagegroup-*.bb``. Existing references to the 109 references in your own recipes and configurations as they could be 137 unlikely that you would have any references to them in your own
|