Searched refs:accepted (Results 1 – 25 of 140) sorted by relevance
123456
/Linux-v6.6/tools/testing/selftests/net/ |
D | fin_ack_lat.c | 88 int accepted; in server() local 93 accepted = accept(sock, (struct sockaddr *)&address, in server() 95 if (accepted < 0) in server() 98 if (read(accepted, &buffer, sizeof(buffer)) == -1) in server() 100 close(accepted); in server()
|
/Linux-v6.6/drivers/staging/media/av7110/ |
D | TODO | 3 - Cleanup patches for the drivers here won't be accepted.
|
/Linux-v6.6/Documentation/virt/kvm/arm/ |
D | hypercalls.rst | 103 The following bits are accepted: 112 The following bits are accepted: 121 The following bits are accepted:
|
/Linux-v6.6/Documentation/security/ |
D | lsm-development.rst | 6 a new LSM is accepted into the kernel when its intent (a description of
|
/Linux-v6.6/Documentation/process/ |
D | maintainer-soc-clean-dts.rst | 23 If a commit introducing new warnings gets accepted somehow, the resulting
|
D | stable-kernel-rules.rst | 6 Rules on what kind of patches are accepted, and which ones are not, into the 173 The sender will receive an ACK when the patch has been accepted into the 177 If accepted, the patch will be added to the -stable queue, for review by other 203 - Security patches will be accepted into the -stable tree directly from the
|
/Linux-v6.6/Documentation/usb/ |
D | functionfs.rst | 58 with listed names are accepted. In particular, if the "functions" 61 only a function with the specified name is accepted.
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-crop.rst | 96 should be filled in. Some drivers only accepted the ``_MPLANE`` buffer type while 97 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
D | vidioc-cropcap.rst | 90 should be filled in. Some drivers only accepted the ``_MPLANE`` buffer type while 91 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
D | vidioc-subdev-g-client-cap.rst | 60 been accepted. A common case for the kernel not accepting a capability is that
|
D | vidioc-g-selection.rst | 163 should be filled in. Some drivers only accepted the ``_MPLANE`` buffer type while 164 other drivers only accepted a non-multiplanar buffer type (i.e. without the
|
/Linux-v6.6/drivers/ntb/hw/idt/ |
D | Kconfig | 21 accepted by a BAR. Note that BAR0 must map PCI configuration space
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | marvell-neta-bm.txt | 17 - pool<0 : 3>,pkt-size: maximum size of a packet accepted by a given buffer
|
/Linux-v6.6/Documentation/filesystems/ |
D | hfsplus.rst | 15 When mounting an HFSPlus filesystem, the following options are accepted:
|
/Linux-v6.6/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 210 struct list_head accepted; member
|
/Linux-v6.6/arch/arm/boot/compressed/ |
D | efi-header.S | 20 @ is accepted as an EFI binary. Booting via the UEFI stub
|
/Linux-v6.6/Documentation/hwmon/ |
D | ads7828.rst | 43 bounded with limits accepted by the chip, described in the datasheet.
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-driver-hid-ntrig | 46 Minimum size contact accepted.
|
D | sysfs-driver-toshiba_acpi | 29 type and the range accepted for type 2 is 1-60. 103 set the level at which point they will be disabled, accepted
|
D | sysfs-bus-most | 238 The following strings will be accepted:: 250 The following strings will be accepted::
|
/Linux-v6.6/scripts/coccinelle/misc/ |
D | cond_no_effect.cocci | 12 // accepted pattern and if at all it would need to be commented
|
/Linux-v6.6/Documentation/networking/ |
D | mptcp-sysctl.rst | 40 accepted or denied.
|
/Linux-v6.6/Documentation/admin-guide/LSM/ |
D | Smack.rst | 155 The format accepted on write is:: 171 to a Smack label. The format accepted on write is:: 183 to a Smack label. The format accepted on write is:: 206 are given the specified label. The format accepted on write is:: 218 the system defined rules to be specified. The format accepted 233 the system defined rules to be specified. The format accepted 274 label. The format accepted on write is:: 837 2 : log accepted 838 3 : log denied & accepted
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-mem.txt | 16 from it, into perf.data. Perf record options are accepted and are passed through.
|
/Linux-v6.6/Documentation/riscv/ |
D | patch-acceptance.rst | 16 principles to the RISC-V-related code that will be accepted for
|
123456