| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | pl011.yaml | 82 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 D | at91-natte.dtsi | 74 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 D | charger-manager.txt | 20 - 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 D | sbs,sbs-battery.yaml | 37 sbs,poll-retry-count: 77 sbs,poll-retry-count = <10>;
|
| H A D | ti,bq24735.txt | 30 - poll-interval : In case 'interrupts' is not specified, poll AC adapter
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | clps711x-keypad.txt | 6 - poll-interval: Poll interval time in milliseconds. 17 poll-interval = <120>;
|
| H A D | fsl,mpr121-touchkey.yaml | 22 - required: [ poll-interval ] 82 poll-interval = <20>;
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | power_man.rst | 126 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 D | l3_forward_power_man.rst | 23 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 D | ccp.rst | 7 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 D | octeontx.rst | 7 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 D | subr_smr.c | 205 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 D | poll.h | 37 #include_next <sys/poll.h>
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vatpic.c | 72 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 D | afpacket.ini | 2 ; Supported features of the 'afpacket' network poll mode driver.
|
| H A D | af_xdp.ini | 2 ; Supported features of the 'af_xdp' network poll mode driver.
|
| H A D | memif.ini | 2 ; Supported features of the 'memif' network poll mode driver.
|
| H A D | vhost.ini | 2 ; Supported features of the 'vhost' network poll mode driver.
|
| H A D | pcap.ini | 2 ; Supported features of the 'pcap' network poll mode driver.
|
| H A D | ark.ini | 2 ; Supported features of the 'ark' poll mode driver.
|
| H A D | avp.ini | 2 ; Supported features of the 'AVP' network poll mode driver.
|
| H A D | nfb.ini | 2 ; Supported features of the 'nfb' network poll mode driver.
|
| H A D | pfe.ini | 2 ; Supported features of the 'pfe' network poll mode driver.
|
| H A D | szedata2.ini | 2 ; Supported features of the 'szedata2' network poll mode driver.
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | cavium-ethernet.h | 62 void (*poll)(struct ifnet *ifp); /* Called periodically to check link status */ member
|