Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 274) sorted by relevance

1234567891011

/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dpl011.yaml82 auto-poll:
87 poll-rate-ms:
89 Rate at which poll occurs when auto-poll is set.
94 poll-timeout-ms:
96 Poll timeout when auto-poll is set, default
107 poll-rate-ms: [ auto-poll ]
108 poll-timeout-ms: [ auto-poll ]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dat91-natte.dtsi74 poll-interval = <20000>;
90 poll-interval = <20000>;
106 poll-interval = <20000>;
122 poll-interval = <20000>;
138 poll-interval = <20000>;
154 poll-interval = <20000>;
170 poll-interval = <20000>;
186 poll-interval = <20000>;
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dcharger-manager.txt20 - cm-poll-mode : polling mode (enum polling_modes)
21 - cm-poll-interval : polling interval
39 cm-poll-mode = <1>;
40 cm-poll-interval = <30000>;
H A Dsbs,sbs-battery.yaml37 sbs,poll-retry-count:
77 sbs,poll-retry-count = <10>;
H A Dti,bq24735.txt30 - poll-interval : In case 'interrupts' is not specified, poll AC adapter
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dclps711x-keypad.txt6 - poll-interval: Poll interval time in milliseconds.
17 poll-interval = <120>;
H A Dfsl,mpr121-touchkey.yaml22 - required: [ poll-interval ]
82 poll-interval = <20>;
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst126 after detecting an empty poll, the new mechanism just lowers the core frequency.
130 When the system become busy, the empty poll mechanism can also increase the core
140 workload, therefore, the higher frequency is needed. The high empty poll number
144 In the current implementation, each core has 1 empty-poll counter which assume
183 * **Update Empty Poll Counter**: update the empty poll counter.
185 * **Update Valid Poll Counter**: update the valid poll counter.
189 * **Detect empty poll state change**: empty poll state change detection algorithm then take action.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst23 The DPDK includes poll-mode drivers to configure Intel NIC devices and their receive (Rx) and trans…
29 * Retrieve input packets through the PMD to poll Rx queue
108 * --empty-poll: Traffic Aware power management. See below for details
315 On every poll for new packets, the length of available descriptor on an Rx queue is evaluated,
332 In general, a thread needs to poll packets from multiple Rx queues.
346 an idle counter begins incrementing for each successive zero poll.
374 of how busy the application is. Empty poll mode can be enabled by the
375 command line option --empty-poll.
382 -- -p 0x3 -P --config="(0,0,xx),(1,0,xx)" --empty-poll="0,0,0" -l 14 -m 9 -h 1
386 --empty-poll: Enable the empty poll mode instead of original algorithm
[all …]
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dccp.rst7 This code provides the initial implementation of the ccp poll mode driver.
8 The CCP poll mode driver library (**librte_crypto_ccp**) implements support for
10 poll mode driver which schedules crypto operations to one or more available
11 CCP hardware engines on the platform. The CCP PMD provides poll mode crypto
H A Docteontx.rst7 The OCTEON TX crypto poll mode driver provides support for offloading
10 poll mode driver enqueues the crypto request to this accelerator and dequeues
66 The OCTEON TX crypto poll mode driver can be compiled either natively on
/f-stack/freebsd/kern/
H A Dsubr_smr.c205 static COUNTER_U64_DEFINE_EARLY(poll);
206 SYSCTL_COUNTER_U64(_debug_smr, OID_AUTO, poll, CTLFLAG_RW, &poll, "");
505 counter_u64_add_protected(poll, 1); in smr_poll()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dpoll.h37 #include_next <sys/poll.h>
/f-stack/freebsd/amd64/vmm/io/
H A Dvatpic.c72 bool poll; member
286 atpic->poll = 0; in vatpic_icw1()
413 atpic->poll = ((val & OCW3_P) != 0); in vatpic_ocw3()
637 if (atpic->poll) { in vatpic_read()
638 atpic->poll = 0; in vatpic_read()
831 SNAPSHOT_VAR_OR_LEAVE(atpic->poll, meta, ret, done); in vatpic_snapshot()
/f-stack/dpdk/doc/guides/nics/features/
H A Dafpacket.ini2 ; Supported features of the 'afpacket' network poll mode driver.
H A Daf_xdp.ini2 ; Supported features of the 'af_xdp' network poll mode driver.
H A Dmemif.ini2 ; Supported features of the 'memif' network poll mode driver.
H A Dvhost.ini2 ; Supported features of the 'vhost' network poll mode driver.
H A Dpcap.ini2 ; Supported features of the 'pcap' network poll mode driver.
H A Dark.ini2 ; Supported features of the 'ark' poll mode driver.
H A Davp.ini2 ; Supported features of the 'AVP' network poll mode driver.
H A Dnfb.ini2 ; Supported features of the 'nfb' network poll mode driver.
H A Dpfe.ini2 ; Supported features of the 'pfe' network poll mode driver.
H A Dszedata2.ini2 ; Supported features of the 'szedata2' network poll mode driver.
/f-stack/freebsd/mips/cavium/octe/
H A Dcavium-ethernet.h62 void (*poll)(struct ifnet *ifp); /* Called periodically to check link status */ member

1234567891011