| /linux/drivers/accel/habanalabs/include/gaudi/ |
| H A D | gaudi_async_ids_map_extended.h | 19 int valid; member 24 { .fc_id = 0, .cpu_id = 0, .valid = 0, .name = "" }, 25 { .fc_id = 1, .cpu_id = 1, .valid = 0, .name = "" }, 26 { .fc_id = 2, .cpu_id = 2, .valid = 0, .name = "" }, 27 { .fc_id = 3, .cpu_id = 3, .valid = 0, .name = "" }, 28 { .fc_id = 4, .cpu_id = 4, .valid = 0, .name = "" }, 29 { .fc_id = 5, .cpu_id = 5, .valid = 0, .name = "" }, 30 { .fc_id = 6, .cpu_id = 6, .valid = 0, .name = "" }, 31 { .fc_id = 7, .cpu_id = 7, .valid = 0, .name = "" }, 32 { .fc_id = 8, .cpu_id = 8, .valid = 0, .name = "" }, [all …]
|
| /linux/drivers/accel/habanalabs/include/gaudi2/ |
| H A D | gaudi2_async_ids_map_extended.h | 25 int valid; member 32 { .fc_id = 0, .cpu_id = 0, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 34 { .fc_id = 1, .cpu_id = 1, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 36 { .fc_id = 2, .cpu_id = 2, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 38 { .fc_id = 3, .cpu_id = 3, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 40 { .fc_id = 4, .cpu_id = 4, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 42 { .fc_id = 5, .cpu_id = 5, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 44 { .fc_id = 6, .cpu_id = 6, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 46 { .fc_id = 7, .cpu_id = 7, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, 48 { .fc_id = 8, .cpu_id = 8, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE, [all …]
|
| /linux/tools/testing/selftests/damon/ |
| H A D | sysfs.sh | 106 ensure_write_succ "$filter_dir/type" "anon" "valid input" 107 ensure_write_succ "$filter_dir/type" "memcg" "valid input" 108 ensure_write_succ "$filter_dir/type" "addr" "valid input" 109 ensure_write_succ "$filter_dir/type" "target" "valid input" 123 ensure_write_succ "$filters_dir/nr_filters" "1" "valid input" 126 ensure_write_succ "$filters_dir/nr_filters" "2" "valid input" 130 ensure_write_succ "$filters_dir/nr_filters" "0" "valid input" 169 ensure_write_succ "$goals_dir/nr_goals" "1" "valid input" 172 ensure_write_succ "$goals_dir/nr_goals" "2" "valid input" 176 ensure_write_succ "$goals_dir/nr_goals" "0" "valid inpu [all...] |
| /linux/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/ |
| H A D | pipeline.json | 5 "BriefDescription": "This event counts valid cycles of EAGA pipeline." 10 "BriefDescription": "This event counts valid cycles of EAGB pipeline." 15 "BriefDescription": "This event counts valid cycles of PRX pipeline." 20 "BriefDescription": "This event counts valid cycles of EXA pipeline." 25 "BriefDescription": "This event counts valid cycles of EXB pipeline." 30 "BriefDescription": "This event counts valid cycles of EXC pipeline." 35 "BriefDescription": "This event counts valid cycles of EXD pipeline." 40 "BriefDescription": "This event counts valid cycles of FLA pipeline." 45 "BriefDescription": "This event counts valid cycles of FLB pipeline." 50 "BriefDescription": "This event counts valid cycles of STEA pipeline." [all …]
|
| /linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/ |
| H A D | pipeline.json | 9 "PublicDescription": "This event counts valid cycles of EAGA pipeline.", 12 "BriefDescription": "This event counts valid cycles of EAGA pipeline." 15 "PublicDescription": "This event counts valid cycles of EAGB pipeline.", 18 "BriefDescription": "This event counts valid cycles of EAGB pipeline." 21 "PublicDescription": "This event counts valid cycles of EXA pipeline.", 24 "BriefDescription": "This event counts valid cycles of EXA pipeline." 27 "PublicDescription": "This event counts valid cycles of EXB pipeline.", 30 "BriefDescription": "This event counts valid cycles of EXB pipeline." 33 "PublicDescription": "This event counts valid cycles of FLA pipeline.", 36 "BriefDescription": "This event counts valid cycles of FLA pipeline." [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | scsw.h | 391 * valid, zero otherwise. 403 * valid, zero otherwise. 415 * valid, zero otherwise. 427 * valid, zero otherwise. 440 * valid, zero otherwise. 452 * valid, zero otherwise. 464 * valid, zero otherwise. 476 * valid, zero otherwise. 488 * valid, zero otherwise. 500 * valid, zero otherwise. [all …]
|
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 60 /// Ensure CPU starts at a valid frequency from the driver's freq-table. 125 /// A [`PolicyData`] instance always corresponds to a valid C `struct cpufreq_policy_data`. 127 /// The callers must ensure that the `struct cpufreq_policy_data` is valid for access and remains 128 /// valid for the lifetime of the returned reference. 137 /// The caller must ensure that `ptr` is valid for writing and remains valid for the lifetime 143 // INVARIANT: The caller ensures that `ptr` is valid for writing and remains valid for the in from_raw_mut() 158 // SAFETY: By the type invariant, the pointer stored in `self` is valid. in generic_verify() 169 /// The index must correspond to a valid entr [all...] |
| H A D | scatterlist.rs | 67 /// Callers must ensure that the `struct scatterlist` pointed to by `ptr` is valid for the 71 // SAFETY: The safety requirements of this function guarantee that `ptr` is a valid pointer in from_raw() 87 // SAFETY: `self.as_raw()` is a valid pointer to a `struct scatterlist`. in dma_address() 95 // SAFETY: `self.as_raw()` is a valid pointer to a `struct scatterlist`. in dma_len() 142 /// - the `struct sg_table` pointed to by `ptr` is valid for the entire lifetime of `'a`, 146 // SAFETY: The safety requirements of this function guarantee that `ptr` is a valid pointer in from_raw() 158 // SAFETY: `self.as_raw()` is a valid pointer to a `struct sg_table`. in iter() 162 // SAFETY: `self.as_raw()` is a valid pointer to a `struct sg_table`. in iter() 165 // SAFETY: `ptr` is guaranteed to be a valid pointer to a `struct scatterlist`. in iter() 181 /// - `sgt` is a valid pointe [all...] |
| H A D | pci.rs | 72 // SAFETY: A call to `unregister` for a given instance of `DriverType` is guaranteed to be valid if 88 // SAFETY: `pdrv` is guaranteed to be a valid `DriverType`. in register() 95 // SAFETY: `pdrv` is guaranteed to be a valid `DriverType`. in unregister() 105 // SAFETY: The PCI bus only ever calls the probe callback with a valid pointer to a in probe_callback() 108 // INVARIANT: `pdev` is valid for the duration of `probe_callback()`. in probe_callback() 129 // SAFETY: The PCI bus only ever calls the remove callback with a valid pointer to a in remove_callback() 132 // INVARIANT: `pdev` is valid for the duration of `remove_callback()`. in remove_callback() 336 /// A [`Device`] instance represents a valid `struct pci_dev` created by the C portion of the 372 // SAFETY: `self.as_raw` is a valid pointer to a `struct pci_dev`. in vendor_id() 380 // SAFETY: By its type invariant `self.as_raw` is always a valid pointe in device_id() [all...] |
| H A D | platform.rs | 57 // SAFETY: A call to `unregister` for a given instance of `DriverType` is guaranteed to be valid if 84 // SAFETY: `pdrv` is guaranteed to be a valid `DriverType`. in register() 91 // SAFETY: `pdrv` is guaranteed to be a valid `DriverType`. in unregister() 98 // SAFETY: The platform bus only ever calls the probe callback with a valid pointer to a in probe_callback() 101 // INVARIANT: `pdev` is valid for the duration of `probe_callback()`. in probe_callback() 115 // SAFETY: The platform bus only ever calls the remove callback with a valid pointer to a in remove_callback() 118 // INVARIANT: `pdev` is valid for the duration of `remove_callback()`. in remove_callback() 258 /// A [`Device`] instance represents a valid `struct platform_device` created by the C portion of 273 // SAFETY: `self.as_raw()` returns a valid pointer to a `struct platform_device`. in resource_by_index() 282 // SAFETY: `resource` is a valid pointer to a `struct resource` as in resource_by_index() [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/amdzen2/ |
| H A D | other.json | 28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 82 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/amdzen3/ |
| H A D | other.json | 22 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/amdzen6/ |
| H A D | decode.json | 40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to int… 46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to loa… 52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to sto… 58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to tak… 64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to flo… 70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to una… 76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to una… 82 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to una… 88 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to una… 94 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to una… [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_routes.h | 47 * @n_route_sets: Number of route sets that are valid for this device. 48 * @routes: List of route sets that are valid for this device. 57 * struct ni_route_tables - Register values and valid routes for a device. 58 * @valid_routes: Pointer to a all valid route sets for a single device. 62 * Link to the valid src->dest routes and the register values used to assign 129 * cases given above; Otherwise, -1 if the specified route is not valid for 142 * without checking whether the route is valid for 148 * Return: -EINVAL if the specified route is not valid for this device family. 155 * is valid for the given NI comedi_device. 160 * Return: True if the route is valid, otherwise false. [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_reloc_kernel.c | 20 int valid[10]; member 67 out->valid[0] = (((uint64_t)pid << 32) | tgid) == pid_tgid; in test_core_kernel() 70 out->valid[1] = BPF_CORE_READ(task, in test_core_kernel() 72 out->valid[2] = BPF_CORE_READ(task, in test_core_kernel() 75 out->valid[3] = BPF_CORE_READ(task, in test_core_kernel() 78 out->valid[4] = BPF_CORE_READ(task, in test_core_kernel() 81 out->valid[5] = BPF_CORE_READ(task, in test_core_kernel() 85 out->valid[6] = BPF_CORE_READ(task, in test_core_kernel() 89 out->valid[7] = BPF_CORE_READ(task, in test_core_kernel() 93 out->valid[8] = BPF_CORE_READ(task, in test_core_kernel() [all …]
|
| H A D | get_func_args_test.c | 19 /* valid arguments */ in BPF_PROG() 32 /* not valid argument */ in BPF_PROG() 52 /* valid arguments */ in BPF_PROG() 59 /* not valid argument */ in BPF_PROG() 79 /* valid arguments */ in BPF_PROG() 86 /* not valid argument */ in BPF_PROG() 108 /* valid arguments */ in BPF_PROG() 115 /* not valid argument */ in BPF_PROG() 138 /* not valid argument */ in BPF_PROG() 155 /* valid argument in BPF_PROG() [all...] |
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 92 /// - it accepts any pointer to a valid memory allocation allocated by this function. in call() 93 /// - memory allocated by this function remains valid until it is passed to this function. in call() 117 // `ptr` is NULL or valid. in call() 118 // - `ptr` is either NULL or valid by the safety requirements of this function. in call() 150 // - memory remains valid until it is explicitly freed, in realloc() 151 // - passing a pointer to a valid memory allocation is OK, in realloc() 191 /// // `ptr` is a valid pointer to a `Vmalloc` allocation. in to_page() 192 /// // `ptr` is valid for the entire lifetime of `page`. in to_page() 203 /// - `ptr` must be a valid pointer to a [`Vmalloc`] allocation. in to_page() 204 /// - `ptr` must remain valid fo in to_page() [all...] |
| /linux/rust/kernel/drm/ |
| H A D | device.rs | 225 // - `alloc_vtable` reference remains valid until no longer used, in deref() 226 // - `dev` is valid by its type invarants, 238 // SAFETY: `raw_drm` is a valid pointer to `Self`, given that `__drm_dev_alloc` was in dec_ref() 242 // SAFETY: `raw_drm` is a valid pointer to `Self`. in dec_ref() 246 // - `raw_data` is a valid pointer to uninitialized memory. in as_ref() 249 // SAFETY: `__drm_dev_alloc()` was successful, hence `drm_dev` must be valid and the in as_ref() 281 /// * `self.dev` is a valid instance of a `struct device`. 298 /// `ptr` must be a valid pointer to a `struct device` embedded in `Self`. in work_container_of() 300 // SAFETY: By the safety requirements of this function `ptr` is a valid pointer to a in work_container_of() 307 /// `ptr` must be a valid pointe [all...] |
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | hal_rx_desc.h | 266 * Field only valid when for the received frame type the corresponding 270 * Field only valid when for the received frame type the corresponding 334 * Field only valid when AST_based_lookup_valid == 1. 357 * Field only valid when key_type is set to wep_varied_width. 365 * Field only valid when bssid_hit is set. 370 * Field only valid when mpdu_qos_control_valid is set 402 * When set, AST based lookup for this frame has found a valid 427 * When set, the field Mpdu_Frame_control_field has valid information 430 * When set, the field Mpdu_duration_field has valid information 433 * When set, the fields mac_addr_adx_..... have valid information [all …]
|
| /linux/include/uapi/linux/ |
| H A D | dpll.h | 15 * dpll selects one of its inputs to syntonize with it, valid values for 31 * valid values for DPLL_A_LOCK_STATUS attribute 32 * @DPLL_LOCK_STATUS_UNLOCKED: dpll was not yet locked to any valid input (or 34 * @DPLL_LOCK_STATUS_LOCKED: dpll is locked to a valid signal, but no holdover 37 * @DPLL_LOCK_STATUS_HOLDOVER: dpll is in holdover state - lost a valid lock or 56 * failure, this provides information of dpll device lock status error. Valid 109 * enum dpll_type - type of dpll, valid values for DPLL_A_TYPE attribute 125 * enum dpll_pin_type - defines possible types of a pin, valid values for 150 * enum dpll_pin_direction - defines possible direction of a pin, valid values 170 * enum dpll_pin_state - defines possible states of a pin, valid values for [all …]
|
| /linux/tools/testing/selftests/sync/ |
| H A D | sync_alloc.c | 34 int timeline, valid; in test_alloc_timeline() local 37 valid = sw_sync_timeline_is_valid(timeline); in test_alloc_timeline() 38 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_timeline() 46 int timeline, fence, valid; in test_alloc_fence() local 49 valid = sw_sync_timeline_is_valid(timeline); in test_alloc_fence() 50 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_fence() 53 valid = sw_sync_fence_is_valid(fence); in test_alloc_fence() 54 ASSERT(valid, "Failure allocating fence\n"); in test_alloc_fence()
|
| H A D | sync_merge.c | 34 int fence, valid, merged; in test_fence_merge_same_fence() local 37 valid = sw_sync_timeline_is_valid(timeline); in test_fence_merge_same_fence() 38 ASSERT(valid, "Failure allocating timeline\n"); in test_fence_merge_same_fence() 41 valid = sw_sync_fence_is_valid(fence); in test_fence_merge_same_fence() 42 ASSERT(valid, "Failure allocating fence\n"); in test_fence_merge_same_fence() 45 valid = sw_sync_fence_is_valid(fence); in test_fence_merge_same_fence() 46 ASSERT(valid, "Failure merging fence\n"); in test_fence_merge_same_fence()
|
| H A D | sync_fence.c | 34 int fence, valid, ret; in test_fence_one_timeline_wait() local 37 valid = sw_sync_timeline_is_valid(timeline); in test_fence_one_timeline_wait() 38 ASSERT(valid, "Failure allocating timeline\n"); in test_fence_one_timeline_wait() 41 valid = sw_sync_fence_is_valid(fence); in test_fence_one_timeline_wait() 42 ASSERT(valid, "Failure allocating fence\n"); in test_fence_one_timeline_wait() 78 int a, b, c, d, valid; in test_fence_one_timeline_merge() local 86 valid = sw_sync_fence_is_valid(a) && in test_fence_one_timeline_merge() 89 ASSERT(valid, "Failure allocating fences\n"); in test_fence_one_timeline_merge() 93 valid = sw_sync_fence_is_valid(d); in test_fence_one_timeline_merge() 94 ASSERT(valid, "Failure merging fences\n"); in test_fence_one_timeline_merge()
|
| /linux/rust/kernel/debugfs/ |
| H A D | file_ops.rs | 95 // SAFETY: The caller ensures that `inode` is a valid pointer. in writer_open() 101 // * The `data` pointer passed in the third argument is a valid `T` pointer that outlives 110 /// `seq` must point to a live `seq_file` whose private data is a valid pointer to a `T` which may in writer_act() 116 // SAFETY: By caller precondition, this pointer is valid pointer to a `T`, and 160 /// `file` must be a valid pointer to a `file` struct. in write() 161 /// The `private_data` of the file must contain a valid pointer to a `seq_file` whose in write() 163 /// `buf` must be a valid user-space buffer. in write() 206 /// `inode` must be a valid pointer to an `inode` struct. in write_only_open() 207 /// `file` must be a valid pointer to a `file` struct. in write_only_open() 212 // SAFETY: The caller ensures that `inode` and `file` are valid pointer [all...] |
| /linux/tools/perf/pmu-events/arch/x86/amdzen1/ |
| H A D | other.json | 17 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 23 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 29 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 35 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 41 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 47 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 53 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
|