Searched refs:counting (Results 1 – 25 of 69) sorted by relevance
123
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-timer-stm32 | 89 When counting up the counter starts from 0 and fires an 91 When counting down the counter start from preset value 128 counting direction is set by in_count0_count_direction 135 level is high else counting is disabled. 153 counting direction is set by in_count0_count_direction
|
D | sysfs-bus-iio-counter-104-quad-8 | 27 counter freezes at count = preset when counting up, and 28 at count = 0 when counting down. At either of these 29 limits, the counting is resumed only when the count 41 counting up, while the counter is set to the preset 42 value at count = 0 when counting down; the counter does
|
D | sysfs-bus-iio-lptimer-stm32 | 43 In quadrature mode, encoder counting scenarios are as follows:
|
D | sysfs-class-net | 268 32-bit unsigned integer counting the number of times the link has 276 32-bit unsigned integer counting the number of times the link has 284 32-bit unsigned integer counting the number of times the link has
|
/Linux-v4.19/lib/zstd/ |
D | fse_decompress.c | 303 short *counting; in FSE_decompress_wksp() local 310 counting = (short *)((U32 *)workspace + spaceUsed32); in FSE_decompress_wksp() 319 NCountLength = FSE_readNCount(counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress_wksp() 329 CHECK_F(FSE_buildDTable_wksp(dt, counting, maxSymbolValue, tableLog, workspace, workspaceSize)); in FSE_decompress_wksp()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-list.txt | 47 u - user-space counting 48 k - kernel counting 49 h - hypervisor counting 50 I - non idle counting 51 G - guest counting (in KVM guests) 52 H - host counting (not in KVM guests) 81 perf record -a -e cpu-cycles:p ... # use ibs op counting cycles 83 perf record -a -e r0C1:p ... # use ibs op counting micro-ops
|
/Linux-v4.19/Documentation/devicetree/bindings/arc/ |
D | archs-pct.txt | 3 The ARC HS can be configured with a pipeline performance monitor for counting
|
D | pct.txt | 3 The ARC700 can be configured with a pipeline performance monitor for counting
|
/Linux-v4.19/drivers/perf/ |
D | Kconfig | 24 CCI-400 provides 4 independent event counters counting events related 61 system, control logic. The PMU allows counting various events related
|
/Linux-v4.19/Documentation/misc-devices/ |
D | apds990x.txt | 52 RW - enable / disable chip. Uses counting logic 95 RW - enable / disable proximity - uses counting logic
|
D | bh1770glc.txt | 51 RW - enable / disable chip. Uses counting logic 93 RW - enable / disable proximity - uses counting logic
|
/Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
D | rtc-sh.txt | 11 first (if exists). Additionally, potential clock counting sources are to be
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | gpio-wdt.txt | 11 - level: Low or high level starts counting WDT timeout,
|
D | atmel-sama5d4-wdt.txt | 18 watchdog not counting when the CPU is in idle state, therefore the
|
D | atmel-wdt.txt | 31 watchdog not counting when the CPU is in idle state, therefore the
|
/Linux-v4.19/Documentation/perf/ |
D | arm_dsu_pmu.txt | 6 allows counting the various events related to the L3 cache, Snoop Control Unit
|
D | hisi-pmu.txt | 15 Each device PMU has separate registers for event counting, control and
|
/Linux-v4.19/Documentation/driver-api/ |
D | basics.rst | 82 Reference counting
|
/Linux-v4.19/tools/perf/ |
D | design.txt | 149 Counters come in two flavours: counting counters and sampling 150 counters. A "counting" counter is one that is used for counting the 222 way to request that counting of events be restricted to times when the 425 non-leader stops that counter from counting but doesn't affect any
|
/Linux-v4.19/Documentation/sysctl/ |
D | user.txt | 28 This recursive counting of created objects ensures that creating a
|
/Linux-v4.19/net/sctp/ |
D | Kconfig | 44 If you say Y, this will enable debugging support for counting the
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | pmu.txt | 3 ARM cores often have a PMU for counting cpu and cache events like cache misses
|
/Linux-v4.19/drivers/net/hamradio/ |
D | dmascc.c | 315 counting[MAX_NUM_DEVS]; in dmascc_init() local 383 counting[i] = 1; in dmascc_init() 394 if (base[i] && counting[i]) { in dmascc_init() 402 counting[i] = 0; in dmascc_init()
|
/Linux-v4.19/Documentation/RCU/ |
D | rcuref.txt | 12 Reference counting on elements of lists which are protected by traditional
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | pnfs.txt | 1 Reference counting in pnfs:
|
123