| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/bdwgc/ |
| H A D | bdwgc_8.2.0.bb | 1 SUMMARY = "A garbage collector for C and C++" 3 DESCRIPTION = "The Boehm-Demers-Weiser conservative garbage collector can be\ 6 deallocating memory that is no longer useful. The collector automatically\ 9 The collector is also used by a number of programming language\ 11 easier interoperation with C libraries, or just prefer the simple collector\ 13 Alternatively, the garbage collector may be used as a leak detector for C\ 15 Empirically, this collector works with most unmodified C programs, simply\
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bootchart2/bootchart2/ |
| H A D | 0001-collector-Allocate-space-on-heap-for-chunks.patch | 4 Subject: [PATCH] collector: Allocate space on heap for chunks 12 collector/dump.c | 7 ++++--- 15 diff --git a/collector/dump.c b/collector/dump.c 17 --- a/collector/dump.c 18 +++ b/collector/dump.c
|
| H A D | 0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch | 12 root 103 101 8 03:27 ? 00:00:02 /lib64/bootchart/bootchart-collector 50 14 root 792 106 0 03:27 ? 00:00:00 /lib64/bootchart/bootchart-collector --usleep 10000… 18 [bootchart] bootchart-collector started as pid 596 with 2 args: 26 [bootchart] bootchart-collector pid: 596 unmounted proc / clean exit 42 root 103 101 6 03:36 ? 00:00:04 /lib64/bootchart/bootchart-collector 50 63 # wait a little, until the collector is going, before allowing
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | stats.c | 159 unsigned int t = atomic_xchg(&acc->collector.name, 0); \ in scale_accounting() 208 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 209 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 216 atomic_inc(&dc->accounting.collector.cache_readaheads); in bch_mark_cache_readahead() 217 atomic_inc(&c->accounting.collector.cache_readaheads); in bch_mark_cache_readahead() 224 atomic_inc(&dc->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 225 atomic_inc(&c->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 231 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed() 232 atomic_add(sectors, &c->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
|
| H A D | stats.h | 34 struct cache_stat_collector collector; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/ |
| H A D | sum.hpp | 41 struct collector; 44 struct collector< index_sequence< Is... >, Ns... > 53 T( sizeof( collector< make_index_sequence< N >, ( ( Ns > 0 ) ? Ns : 0 )... > ) - N ) - 54 T( sizeof( collector< make_index_sequence< N >, ( ( Ns < 0 ) ? -Ns : 0 )... > ) - N ) >;
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/ |
| H A D | NEWS | 37 + collector 57 + exit 0 for start, if the collector is already running (Harald) 58 + collector 79 + collector 93 + collector 114 + collector 125 + collector 134 + collector 164 + bootchart-collector 178 + collector arg -m should mount /proc [all …]
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | peer_event.c | 303 struct list_head *collector, in rxrpc_peer_keepalive_dispatch() argument 314 while (!list_empty(collector)) { in rxrpc_peer_keepalive_dispatch() 315 peer = list_entry(collector->next, in rxrpc_peer_keepalive_dispatch() 363 LIST_HEAD(collector); in rxrpc_peer_keepalive_worker() 381 list_splice_init(&rxnet->peer_keepalive_new, &collector); in rxrpc_peer_keepalive_worker() 386 &collector); in rxrpc_peer_keepalive_worker() 396 rxrpc_peer_keepalive_dispatch(rxnet, &collector, base, cursor); in rxrpc_peer_keepalive_worker() 397 ASSERT(list_empty(&collector)); in rxrpc_peer_keepalive_worker()
|
| /OK3568_Linux_fs/kernel/Documentation/spi/ |
| H A D | spi-lm70llp.rst | 66 collector is tied to VCC. 70 the collector to zero, which is reflected on pin 13 of the DB25 parport 72 hand, the transistor is cut off and the voltage tied to it's collector is
|
| /OK3568_Linux_fs/buildroot/package/bdwgc/ |
| H A D | Config.in | 6 The Boehm-Demers-Weiser conservative garbage collector can
|
| /OK3568_Linux_fs/kernel/arch/x86/ras/ |
| H A D | Kconfig | 21 collector feature. "pfn" is a writable file that allows user to
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/fluentbit/ |
| H A D | fluentbit_1.3.5.bb | 2 DESCRIPTION = "Fluent Bit is a data collector, processor and \
|
| /OK3568_Linux_fs/buildroot/package/mono/ |
| H A D | 0001-Fix-linkage-with-a-system-libatomic_ops-shared-library.patch | 33 Description: A garbage collector for C and C++
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bootchart2/ |
| H A D | bootchart2_0.14.9.bb | 95 file://0001-collector-Allocate-space-on-heap-for-chunks.patch \ 160 FILES:${PN} += "${base_libdir}/bootchart/bootchart-collector"
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/apei/ |
| H A D | output_format.rst | 108 root complex event collector
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | memory | 160 /// Inform a garbage collector that an object is still in use. 169 /// Inform a garbage collector that a region of memory need not be traced.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | memory | 160 /// Inform a garbage collector that an object is still in use. 169 /// Inform a garbage collector that a region of memory need not be traced.
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/busses/ |
| H A D | i2c-parport.rst | 86 must be 74HC05, they must be open collector output.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | intro.rst | 96 driven) signaling. That term applies to CMOS transistors; "open collector" is
|
| H A D | driver.rst | 136 Open drain (CMOS) or open collector (TTL) means the line is not actively driven 137 high: instead you provide the drain/collector as output, so when the transistor
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | README.Locking | 17 the garbage collector will obtain this right at the beginning of
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | nilfs2.rst | 28 cleaner or garbage collector) are required. Details on the tools are
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 5 way similar to a `tracing garbage collector
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | Kconfig | 162 bool "Garbage collector for user space wakeup sources"
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | core.rst | 825 garbage collector. The garbage collector immediately removes invalidated 1277 collector to clean up function or data pointers in this structure if the 1844 background garbage collector.
|