Home
last modified time | relevance | path

Searched +full:current +full:- +full:limiting (Results 1 – 25 of 185) sorted by relevance

12345678

/freebsd/share/man/man9/
H A Dratecheck.91 .\"-
2 .\" Copyright (c) 2017 Dag-Erling Smørgrav
32 .Nd "event rate limiting"
44 functions facilitate rate-limiting of arbitrary events.
50 function compares the current time to the value pointed to by
54 it returns a non-zero value and updates
56 to the current time.
61 function first compares the current time
68 is updated to the current time.
76 returns a non-zero value if and only if the updated
H A Daltq.9120 since a non-empty queue could return
122 under rate-limiting.
141 The purge operation is needed since a non-work conserving queue cannot be
150 if the queuing discipline is non-work conserving.
154 .Fa ifq->ifq_drv_maxlen
164 even for a non-empty queue.
225 increment or decrement the current queue length in packets.
249 .Bd -literal
250 ##old-style## ##new-style##
268 .Bd -literal
[all …]
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
55 <dt>Socket-based bufferevents</dt>
69 <dt>SSL-backed bufferevents</dt>
83 #include <event2/event-config.h>
104 #define BEV_EVENT_TIMEOUT 0x40 /**< user-specified timeout reached */
133 @param ctx the user-specified context for this bufferevent
152 @param ctx the user-specified context for this bufferevent
182 It is safe to set the fd to -1, so long as you later
193 Launch a connect() attempt with a socket-based bufferevent.
[all …]
/freebsd/contrib/libevent/include/event2/
H A Dbufferevent.h2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
55 <dt>Socket-based bufferevents</dt>
69 <dt>SSL-backed bufferevents</dt>
83 #include <event2/event-config.h>
104 #define BEV_EVENT_TIMEOUT 0x40 /**< user-specified timeout reached */
133 @param ctx the user-specified context for this bufferevent
152 @param ctx the user-specified context for this bufferevent
182 It is safe to set the fd to -1, so long as you later
193 Launch a connect() attempt with a socket-based bufferevent.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dgpio-charger.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/gpio-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
19 const: gpio-charger
21 charger-type:
23 - unknown
24 - battery
25 - ups
[all …]
H A Dqcom,coincell-charger.txt7 - compatible:
10 Definition: must be: "qcom,pm8941-coincell"
12 - reg:
17 - qcom,rset-ohms:
20 Definition: resistance (in ohms) for current-limiting resistor
23 - qcom,vset-millivolts:
29 - qcom,charger-disable:
34 This charger is a sub-node of one of the 8941 PMIC blocks, and is specified
35 as a child node in DTS of that node. See ../mfd/qcom,spmi-pmic.txt and
36 ../mfd/qcom-pm8xxx.txt
[all …]
H A Dqcom,pm8941-coincell.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8941-coincell.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Sebastian Reichel <sre@kernel.org>
20 - items:
21 - enum:
22 - qcom,pm8998-coincell
23 - const: qcom,pm8941-coincell
25 - const: qcom,pm8941-coincell
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h2 * Copyright (c) 2008-2012 Niels Provos and Nick Mathewson
33 #include "event2/event-config.h"
35 #include "evconfig-private.h"
37 #include "defer-internal.h"
38 #include "evthread-internal.h"
40 #include "ratelim-internal.h"
43 #include "ipv6-internal.h"
82 /** Current limits for the group. */
129 /** Fields for rate-limiting a single bufferevent. */
131 /* Linked-list elements for storing this bufferevent_private in a
[all …]
H A DChangeLog-2.01 Changes in version 2.0.21-stable (18 Nov 2012)
6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
18 Changes in version 2.0.20-stable (23 Aug 2012)
44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
54 Changes in version 2.0.19-stable (3 May 2012)
58 …o If a higher-priority event becomes active, don't continue running events of the current priority…
61 o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey)
66 o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a)
76 o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg)
[all …]
/freebsd/contrib/libevent/
H A Dbufferevent-internal.h2 * Copyright (c) 2008-2012 Niels Provos and Nick Mathewson
33 #include "event2/event-config.h"
35 #include "evconfig-private.h"
37 #include "defer-internal.h"
38 #include "evthread-internal.h"
40 #include "ratelim-internal.h"
43 #include "ipv6-internal.h"
82 /** Current limits for the group. */
129 /** Fields for rate-limiting a single bufferevent. */
131 /* Linked-list elements for storing this bufferevent_private in a
[all …]
H A DChangeLog-2.01 Changes in version 2.0.21-stable (18 Nov 2012)
6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
18 Changes in version 2.0.20-stable (23 Aug 2012)
44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
54 Changes in version 2.0.19-stable (3 May 2012)
58 …o If a higher-priority event becomes active, don't continue running events of the current priority…
61 o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey)
66 o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a)
76 o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg)
[all …]
/freebsd/share/doc/papers/jail/
H A Dfuture.ms17 in the current code, and removing these limitations will enhance the
29 Also, access to raw sockets is currently prohibited, as the current
32 Limiting the scope of the raw socket would allow its safe use within
33 a jail, re-enabling support for ping, and other network debugging and
36 Another area of great interest to the current consumers of the jail code
43 partitioning between jail environments \s-2[LOTTERY1] [LOTTERY2]\s+2.
44 However, as the current scheduling mechanism is targeted at time
47 current framework.
51 Management of jail environments is currently somewhat ad hoc--creating
52 and starting jails is a well-documented procedure, but day-to-day
[all …]
/freebsd/usr.bin/proccontrol/
H A Dproccontrol.159 .Bl -tag -width trapcap
80 Control limiting usermode process address space to 48 bits of address,
81 AMD64 only, on machines capable of 57-bit addressing.
103 switch makes the utility query and print the current setting for
110 .Ex -std
112 .Bl -bullet
115 .Dl "proccontrol -m trace -s disable -p 1020"
122 .Dl "proccontrol -m trapcap uniq"
124 To query the current ASLR enablement mode for the running
126 .Dl "proccontrol -m aslr -q -p 1020"
/freebsd/share/doc/psd/01.cacm/
H A Dp14 .OH 'The UNIX Time-Sharing System''PSD:1-%'
5 .EH 'PSD:1-%''The UNIX Time-Sharing System'
7 .hw above-mentioned
12 Time-Sharing System\f1\s10\v'-.2n'*\v'.2n'\s0\fP
23 No. 7 (July 1974), pp. 365-375.
31 October 15-17, 1973.
34 is a general-purpose, multi-user, interactive
36 \*sPDP\*n-11 and
45 Compatible file, device, and inter-process I/O,
49 System command language selectable on a per-user basis,
[all …]
/freebsd/sys/cam/
H A Dcam_iosched.c1 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
60 * Default I/O scheduler for FreeBSD. This implementation is just a thin-vineer
81 * where N is the number of samples that 86% of the current
85 * alpha_bits = -log_2(alpha)
86 * alpha = 2^-alpha_bits
103 * published read-only since at present they are compile time constants.
130 #define LAT_BUCKETS 20 /* < 20us < 40us ... < 2^(n-1)*20us >= 2^(n-1)*20us */
248 * Information about the current rate limiters, if any
253 int current; /* Current rate limiter */ member
[all …]
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.840 .Bl -item -compact
47 .Nm Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address
55 .Nm Ar nexus Cm hashfilter Ar filter-specification
63 .Nm Ar nexus Cm filter Ar idx Ar filter-specification
71 .Nm Ar nexus Cm loadcfg Ar fw-config.txt
75 .Nm Ar nexus Cm loadfw Ar fw-image.bin
85 .Nm Ar nexus Cm regdump Op Ar register-block ...
87 .Nm Ar nexus Cm sched-class Ar sub-command Op Ar param Ar value
89 .Nm Ar nexus Cm sched-queue Ar port Ar queue Ar class
97 provides command-line access to features and debug facilities exported by
[all …]
/freebsd/share/man/man4/
H A Dnda.448 .Bl -tag -width 12
85 all current
101 Sometimes poor trim performance can be mitigated by limiting the number of
106 The following report per-device settings, and are read-only unless
111 .Bl -tag -width 12
121 This variable reports the current flags.
122 .Bl -tag -width 12
189 .Bl -tag -width ".Pa /dev/nda*" -compact
H A Dice.41 .\"-
2 .\" SPDX-License-Identifier: BSD-3-Clause
4 .\" Copyright (c) 2019-2020, Intel Corporation
44 .Bd -ragged -offset indent
51 .Bd -literal -offse
[all...]
H A Dktls.472 .Bl -tag -width "Dv TCP_TLS_MODE_IFNET"
81 but it may also be performed by co-processors.
99 If a network interface supports rate limiting
132 The current TLS transmit mode of a socket can be queried via the
157 .Bl -tag -width Er
162 structure used to enable in-kernel TLS.
171 The current TLS receive mode of a socket can be queried via the
182 .Bl -tag -width ".Va kern.ipc.tls.cbc_enable"
186 Determines if new kernel TLS sessions with a cipher suite using AES-CBC
H A Dixl.41 .\" Copyright (c) 2013-2018, Intel Corporation
41 .Bd -ragged -offset indent
48 .Bd -literal -offset indent
60 .Bl -bullet -compact
97 .Bl -bullet
101 .Em sysutils/intel-qcu
104 To update the firmware on an adapter, use the Intel Non-Volatil
[all...]
/freebsd/contrib/ncurses/man/
H A Dcurs_color.3x2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
31 .TH curs_color 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
72 \fB\%COLOR_WHITE\fP \-
131 \fB\%pair_content\fP permits discovery of a color pair's current
148 Per-character and window attributes are usually set through a function
186 These are the standard colors (ISO-6429).
265 to match its built-in table.
275 color values are expected to be in the range \fB0\fP to \fB\%COLORS\-1\fP,
276 inclusive (including \fB0\fP and \fB\%COLORS\-1\fP).
[all …]
/freebsd/share/man/man5/
H A Dcore.538 also cause a record of the process's in-core state to be written
78 will resolve to the current working directory of the program
85 .Bl -tag -width "1234567890" -compact -offset "12345"
92 This can be useful for limiting the number of corefiles
121 .Bl -tag -width "1234567890" -compact -offset "12345"
127 .Bl -tag -width "kern.compress_user_cores_level" -compact -offset "12345"
169 In order to store all core images in per-user private areas under
/freebsd/contrib/ntp/ntpq/
H A Dntpq.1ntpqmdoc4 .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:29 AM by AutoGen 5.18.16
7 .\" From the definitions ntpq-opts.def
8 .\" and the template file agmdoc-cmd.tpl
17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
26 information about current state and/or changes in that state.
30 variables can be assembled, with raw and pretty\-printed output
106 .Bl -tag -widt
[all...]
H A Dntpq.mdoc.in4 .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:29 AM by AutoGen 5.18.16
7 .\" From the definitions ntpq-opts.def
8 .\" and the template file agmdoc-cmd.tpl
17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
26 information about current state and/or changes in that state.
30 variables can be assembled, with raw and pretty\-printed output
106 .Bl -tag -widt
[all...]
H A Dntpq-opts.def1 /* -*- Mode: Text -*- */
7 #include autogen-version.def
9 prog-name = "ntpq";
10 prog-title = "query Network Time Protocol servers";
15 flags-cant = ipv6;
18 doc = <<- _EndOfDoc_
26 flags-cant = ipv4;
29 doc = <<- _EndOfDoc_
38 arg-type = string;
41 arg-name = cmd;
[all …]

12345678