Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/Linux-v6.1/io_uring/
Dopdef.c55 .issue = io_nop,
69 .issue = io_read,
86 .issue = io_write,
96 .issue = io_fsync,
109 .issue = io_read,
124 .issue = io_write,
133 .issue = io_poll_add,
139 .issue = io_poll_remove,
146 .issue = io_sync_file_range,
158 .issue = io_sendmsg,
[all …]
/Linux-v6.1/rust/alloc/
Dboxed.rs169 #[unstable(feature = "thin_box", issue = "92791")]
186 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
226 #[unstable(feature = "new_uninit", issue = "63291")]
253 #[unstable(feature = "new_uninit", issue = "63291")]
282 #[unstable(feature = "allocator_api", issue = "32838")]
308 #[unstable(feature = "allocator_api", issue = "32838")]
334 #[unstable(feature = "allocator_api", issue = "32838")]
357 #[unstable(feature = "allocator_api", issue = "32838")]
358 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
387 #[unstable(feature = "allocator_api", issue = "32838")]
[all …]
Dslice.rs105 #[unstable(feature = "slice_range", issue = "76393")]
107 #[unstable(feature = "array_chunks", issue = "74985")]
109 #[unstable(feature = "array_chunks", issue = "74985")]
111 #[unstable(feature = "array_windows", issue = "75027")]
127 #[unstable(feature = "slice_group_by", issue = "80552")]
502 #[unstable(feature = "allocator_api", issue = "32838")]
749 #[unstable(feature = "slice_concat_trait", issue = "27747")]
751 #[unstable(feature = "slice_concat_trait", issue = "27747")]
756 #[unstable(feature = "slice_concat_trait", issue = "27747")]
761 #[unstable(feature = "slice_concat_trait", issue = "27747")]
[all …]
Dborrow.rs79 #[unstable(feature = "toowned_clone_into", reason = "recently added", issue = "41263")]
231 #[unstable(feature = "cow_is_borrowed", issue = "65143")]
232 #[rustc_const_unstable(feature = "const_cow_is_borrowed", issue = "65143")]
254 #[unstable(feature = "cow_is_borrowed", issue = "65143")]
255 #[rustc_const_unstable(feature = "const_cow_is_borrowed", issue = "65143")]
335 #[rustc_const_unstable(feature = "const_deref", issue = "88955")]
Dalloc.rs51 #[unstable(feature = "allocator_api", issue = "32838")]
228 #[unstable(feature = "allocator_api", issue = "32838")]
330 #[rustc_const_unstable(feature = "const_box", issue = "92521")]
371 #[rustc_const_unstable(feature = "const_alloc_error", issue = "92523")]
395 #[unstable(feature = "alloc_internals", issue = "none")]
/Linux-v6.1/Documentation/kbuild/
Dissues.rst5 issue #1
8 .. literalinclude:: Kconfig.recursion-issue-01
11 issue #2
14 .. literalinclude:: Kconfig.recursion-issue-02
DKconfig.recursion-issue-011 # Simple Kconfig recursive issue
6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig
8 # This Kconfig file has a simple recursive dependency issue. In order to
9 # understand why this recursive dependency issue occurs lets consider what
36 # Reading the Documentation/kbuild/Kconfig.recursion-issue-01 file it may be
41 # implications of this recursive issue where the solution is perhaps not so
45 mainmenu "Simple example to demo kconfig recursive dependency issue"
DKconfig.recursion-issue-021 # Cumulative Kconfig recursive issue
6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig
23 # The example provided in Documentation/kbuild/Kconfig.recursion-issue-02
30 # other bells in the system cannot negate. The reason for this issue is
41 # For an example real world scenario issue refer to the attempt to remove
DKconfig.select-break1 # Select broken dependency issue
13 # example of this issue is below.
21 mainmenu "Simple example to demo kconfig select broken dependency issue"
/Linux-v6.1/rust/alloc/collections/
Dmod.rs74 issue = "48043"
86 issue = "48043"
101 issue = "none",
114 issue = "48043"
123 #[unstable(feature = "try_reserve_kind", reason = "new API", issue = "48043")]
/Linux-v6.1/Documentation/admin-guide/
Dreporting-issues.rst16 <https://kernel.org/>`_. If it still shows the issue, report it to the stable
22 issue. Check the :ref:`MAINTAINERS <maintainers>` file for how its developers
27 <https://kernel.org/>`_. If the issue is present there, send a report.
29 The issue was fixed there, but you would like to see it resolved in a still
38 before the issue occurs.
42 issue, like the kernel and the distro used. In case of a regression, CC the
64 early if an issue that looks like a Linux kernel problem is actually caused by
68 * Are you facing an issue with a Linux kernel a hardware or software vendor
70 document and reporting the issue to your vendor instead, unless you are
79 * See if the issue you are dealing with qualifies as regression, security
[all …]
/Linux-v6.1/rust/alloc/vec/
Ddrain_filter.rs22 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
28 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
54 #[unstable(feature = "allocator_api", issue = "32838")]
61 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
99 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
Dinto_iter.rs34 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
89 #[unstable(feature = "allocator_api", issue = "32838")]
280 #[unstable(feature = "trusted_len", issue = "37572")]
284 #[unstable(issue = "none", feature = "std_internals")]
290 #[unstable(issue = "none", feature = "std_internals")]
294 #[unstable(issue = "none", feature = "std_internals")]
344 #[unstable(issue = "none", feature = "inplace_iteration")]
348 #[unstable(issue = "none", feature = "inplace_iteration")]
Ddrain.rs27 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator + 'a = Global,
64 #[unstable(feature = "allocator_api", issue = "32838")]
182 #[unstable(feature = "trusted_len", issue = "37572")]
Dmod.rs80 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
402 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> {
566 #[unstable(feature = "allocator_api", issue = "32838")]
615 #[unstable(feature = "allocator_api", issue = "32838")]
691 #[unstable(feature = "allocator_api", issue = "32838")]
728 #[unstable(feature = "vec_into_raw_parts", reason = "new API", issue = "65816")]
771 #[unstable(feature = "allocator_api", issue = "32838")]
1186 #[unstable(feature = "allocator_api", issue = "32838")]
2180 #[unstable(feature = "vec_split_at_spare", issue = "81944")]
2337 #[unstable(feature = "slice_flatten", issue = "95629")]
[all …]
/Linux-v6.1/include/linux/
Dblk_types.h224 static inline u64 bio_issue_time(struct bio_issue *issue) in bio_issue_time() argument
226 return __bio_issue_time(issue->value); in bio_issue_time()
229 static inline sector_t bio_issue_size(struct bio_issue *issue) in bio_issue_size() argument
231 return ((issue->value & BIO_ISSUE_SIZE_MASK) >> BIO_ISSUE_SIZE_SHIFT); in bio_issue_size()
234 static inline void bio_issue_init(struct bio_issue *issue, in bio_issue_init() argument
238 issue->value = ((issue->value & BIO_ISSUE_RES_MASK) | in bio_issue_init()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-usb-lvstest9 Write to this node to issue "Get Device Descriptor"
32 Write to this node to issue "Reset" for Link Layer Validation
39 Write to this node to issue "U3 entry" for Link Layer
46 Write to this node to issue "U3 exit" for Link Layer
58 Write to this node to issue "Warm Reset" for Link Layer Validation
/Linux-v6.1/samples/bpf/
Dxdp_rxq_info_kern.c37 __u64 issue; member
102 rec->issue++; in xdp_prognum0()
117 rxq_rec->issue++; in xdp_prognum0()
Dxdp_rxq_info_user.c194 __u64 issue; member
285 rec->cpu[i].issue = values[i].issue; in map_collect_percpu()
286 sum_issue += values[i].issue; in map_collect_percpu()
289 rec->total.issue = sum_issue; in map_collect_percpu()
337 packets = r->issue - p->issue; in calc_errs_pps()
Dxdp_sample.bpf.c146 NO_TEAR_INC(rec->issue); in BPF_PROG()
176 NO_TEAR_INC(rec->issue); in BPF_PROG()
232 NO_TEAR_INC(rec->issue); in BPF_PROG()
264 NO_TEAR_INC(rec->issue); in BPF_PROG()
Dxdp_redirect_cpu.bpf.c161 NO_TEAR_INC(rec->issue); in xdp_prognum0_no_touch()
203 NO_TEAR_INC(rec->issue); in xdp_prognum1_touch_data()
248 NO_TEAR_INC(rec->issue); in xdp_prognum2_round_robin()
314 NO_TEAR_INC(rec->issue); in xdp_prognum3_proto_separate()
387 NO_TEAR_INC(rec->issue); in xdp_prognum4_ddos_filter_pktgen()
488 NO_TEAR_INC(rec->issue); in xdp_prognum5_lb_hash_ip_pairs()
/Linux-v6.1/drivers/gpu/drm/panfrost/
Dpanfrost_issues.h269 enum panfrost_hw_issue issue) in panfrost_has_hw_issue() argument
271 return test_bit(issue, pfdev->features.hw_issues); in panfrost_has_hw_issue()
/Linux-v6.1/Documentation/process/
Dembargoed-hardware-issues.rst36 issue according to our documented process.
99 will form the initial response team for a particular issue. The initial
101 the issue in the best technical way.
105 immediate exclusion from the current issue and removal from all related
139 issue after confirming with the developers that they will adhere to this
142 issue after initial contact. The hardware security team is supporting the
152 entities who have already been, or should be, informed about the issue.
161 - If an expert which is required to handle an issue is employed by an
243 disclosure of a particular issue, unless requested by a response team or by
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/intel/
Digbvf.rst63 If an issue is identified with the released source code on a supported kernel
64 with a supported adapter, email the specific information related to the issue
Dixgbevf.rst65 If an issue is identified with the released source code on a supported kernel
66 with a supported adapter, email the specific information related to the issue

12345678910>>...15