Home
last modified time | relevance | path

Searched full:accepted (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dcache.json448 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L…
454 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L…
460 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L…
466 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L…
472 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L…
478 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L…
484 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L…
490 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L…
496 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of all ty…
502 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in …
[all …]
/linux/include/sound/
H A Dsb16_csp.h49 unsigned int acc_format; /* accepted PCM formats */
50 int acc_channels; /* accepted channels */
51 int acc_width; /* accepted sample width */
52 int acc_rates; /* accepted sample rates */
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_const.c24 __description("bss/strtol: write accepted")
34 __description("data/strtol: write accepted")
53 __description("bss/mtu: write accepted")
62 __description("data/mtu: write accepted")
/linux/tools/testing/selftests/net/
H A Dfin_ack_lat.c88 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/include/uapi/sound/
H A Dsb16_csp.h73 unsigned int acc_format; /* accepted PCM formats */
74 unsigned short acc_channels; /* accepted channels */
75 unsigned short acc_width; /* accepted sample width */
76 unsigned short acc_rates; /* accepted sample rates */
/linux/drivers/firmware/efi/libstub/
H A Dunaccepted_memory.c50 * memory has to be accepted before access. in allocate_unaccepted_bitmap()
90 * The accepted memory bitmap only works at unit_size granularity. Take
115 * Only the first 4k has been accepted. The 0MB->2MB region can not be in process_unaccepted_memory()
118 * immediately accepted in its entirety. in process_unaccepted_memory()
/linux/Documentation/usb/
H A Dfunctionfs-desc.rst21 descriptors are accepted.
26 Class-specific descriptors are accepted only for the class/subclass of the
H A Dfunctionfs.rst63 with listed names are accepted. In particular, if the "functions"
66 only a function with the specified name is accepted.
/linux/Documentation/process/
H A Dsecurity-bugs.rst94 mailing list UNTIL a fix is accepted by the affected code's maintainers
99 while an accepted fix has not yet been merged. In other words, until a
100 fix is accepted do not Cc: "linux-distros", and after it's merged do not
H A Dstable-kernel-rules.rst6 Rules on what kind of patches are accepted, and which ones are not, into the
172 The sender will receive an ACK when the patch has been accepted into the
176 If accepted, the patch will be added to the -stable queue, for review by other
202 - Security patches will be accepted into the -stable tree directly from the
/linux/include/crypto/
H A Ddes.h40 * the key is accepted but has been found to be weak.
51 * the key is accepted but has been found to be weak. Note that weak keys will
/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Dother.json12 …ion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock issued by ot…
16 …ion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock issued by ot…
39 …tion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock it issued.",
43 …ion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock it issued. C…
/linux/tools/perf/pmu-events/arch/x86/elkhartlake/
H A Dother.json12 …ion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock issued by ot…
16 …ion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock issued by ot…
39 …tion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock it issued.",
43 …ion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock it issued. C…
/linux/crypto/asymmetric_keys/
H A Drestrict.c67 * Returns 0 if the new certificate was accepted, -ENOKEY if we couldn't find a
128 * Returns 0 if the new certificate was accepted, -ENOKEY if the
169 * Returns 0 if the new certificate was accepted, -ENOKEY if the
325 * Returns 0 if the new certificate was accepted, -ENOKEY if we
353 * Returns 0 if the new certificate was accepted, -ENOKEY if we
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dcommon.yaml39 accepted by the underlying LED device. Typically these are in the range
41 accepted by the LED.
/linux/kernel/trace/
H A Dtrace_nop.c22 /* Option that will be accepted by set_flag callback */
62 * automatically accepted.
/linux/net/rds/
H A Dtcp_listen.c58 * client's ipaddr < server's ipaddr. Otherwise, close the accepted
137 rdsdebug("accepted family %d tcp %pI6c:%u -> %pI6c:%u\n", in rds_tcp_accept_one()
172 /* An incoming SYN request came in, and TCP just accepted it. in rds_tcp_accept_one()
234 * before it has been accepted and the accepter has set up their in rds_tcp_listen_data_ready()
/linux/drivers/firmware/efi/
H A Dunaccepted_memory.c25 * an action. All the remaining memory is implicitly accepted and doesn't need
75 * "guard" page is accepted in addition to the memory that needs to be in accept_memory()
121 * Register that the range is about to be accepted. in accept_memory()
/linux/sound/
H A Dac97_bus.c51 * will be accepted, otherwise only the ID that matches @id and @id_mask
52 * is accepted.
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_ooo-before-and-after-accept.pkt8 // Test that a not-yet-accepted socket does not change
35 // Test that ooo packets for accepted sockets do increase sk_rcvbuf
/linux/Documentation/admin-guide/LSM/
H A DSmack.rst155 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::
847 2 : log accepted
848 3 : log denied & accepted
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst96 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
H A Dvidioc-cropcap.rst90 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
/linux/net/netfilter/
H A Dxt_AUDIT.c3 * Creates audit record for dropped/accepted packets
25 MODULE_DESCRIPTION("Xtables: creates audit records for dropped/accepted packets");
/linux/tools/testing/kunit/
H A Dkunit_parser.py262 accepted_version - List of accepted KTAP or TAP versions
278 Accepted formats:
310 Accepted format:
336 Accepted format:
365 Accepted format:
397 Accepted format:
700 Accepted test formats:

12345678910>>...23