/linux/rust/helpers/ |
H A D | build_assert.c | 10 * single object). Most modern platforms use the same concrete integer type for
|
/linux/Documentation/driver-api/ |
H A D | io_ordering.rst | 15 A more concrete example from a hypothetical device driver::
|
/linux/arch/riscv/include/asm/ |
H A D | barrier.h | 47 * any concrete reason we need a full IO fence, it seems safer to just upgrade
|
/linux/Documentation/usb/ |
H A D | raw-gadget.rst | 10 any concrete USB functions itself but requires userspace to do that.
|
/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_encoder.h | 100 * @id: So we can cast to a concrete implementation when needed.
|
/linux/fs/notify/fanotify/ |
H A D | fanotify.h | 235 * Common structure for fanotify events. Concrete structs are allocated in 238 * be freed and which concrete struct it may be cast to.
|
/linux/rust/macros/ |
H A D | pin_data.rs |
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_mqd_manager.h | 38 * @load_mqd: Loads the mqd to a concrete hqd slot. Used only for no cp
|
H A D | kfd_mqd_manager_cik.c | 323 * HIQ MQD Implementation, concrete implementation for HIQ MQD implementation.
|
/linux/Documentation/filesystems/ |
H A D | journalling.rst | 174 The journalling layer uses typedefs to 'hide' the concrete definitions
|
/linux/include/linux/ |
H A D | bpf_mprog.h | 16 * no relative object was specified, see corresponding selftests for concrete
|
H A D | printk.h | 94 * should be able to fix this issue or at least get a concrete idea of the
|
/linux/Documentation/process/ |
H A D | backporting.rst | 537 One concrete example of this was a pair of patches to the system call 600 For a more concrete example, see this video tutorial where two patches
|
/linux/drivers/staging/fbtft/ |
H A D | fb_st7789v.c | 138 * Nonetheless, this sequence can be used as a template for concrete
|
/linux/include/linux/qed/ |
H A D | common_hsi.h | 1152 /* Concrete Function ID */ 1167 /* Concrete Function ID */
|
/linux/Documentation/fb/ |
H A D | framebuffer.rst | 100 thus doesn't need to know, for example, how the color registers of the concrete
|
/linux/drivers/usb/gadget/legacy/ |
H A D | Kconfig | 524 implement any concrete USB functions itself but requires userspace
|
/linux/Documentation/security/ |
H A D | snp-tdx-threat-model.rst | 44 While the concrete implementation details differ between technologies, all
|
/linux/tools/lib/bpf/ |
H A D | linker.c | 93 * rewriting types when extern VAR/FUNC is resolved to a concrete 1505 /* validate if FWD kind matches concrete kind */ in glob_sym_btf_matches() 1511 pr_warn("global '%s': incompatible %s forward declaration and concrete kind %s\n", in glob_sym_btf_matches() 1518 pr_warn("global '%s': incompatible %s forward declaration and concrete kind %s\n", in glob_sym_btf_matches() 1797 * concrete map definition exactly. This restriction might be lifted in glob_map_defs_match()
|
H A D | btf.c | 3647 * concrete type resolution). In such case, during split BTF dedup 4556 * compatible structurally, one of which has FWD field, while other is concrete 4585 * - Both types in canonical and candidate graphs are concrete STRUCT/UNION, 4587 * - Type in canonical graph is FWD, while type in candidate is concrete 4596 * - Type in canonical graph is concrete STRUCT/UNION, while type in candidate 4600 * a concrete STRUCT/UNION from canonical graph. If the rest of type graphs 4601 * turn out equivalent, we'll re-resolve FWD to concrete STRUCT/UNION from
|
/linux/drivers/pinctrl/aspeed/ |
H A D | pinmux-aspeed.h | 196 * As a concrete example: 254 * Here's a complete, concrete "pre-processed" example of the table structures
|
/linux/fs/nilfs2/ |
H A D | ioctl.c | 33 * @dofunc: concrete function of get/set metadata info 1117 * @dofunc: concrete function of getting metadata info
|
/linux/rust/kernel/ |
H A D | configfs.rs | 642 /// `AttributeOperations` implementations to concrete named attributes.
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.c | 431 u32 concrete; in qed_iov_setup_vfdb() local 449 concrete = qed_vfid_to_concrete(p_hwfn, vf->abs_vf_id); in qed_iov_setup_vfdb() 450 vf->concrete_fid = concrete; in qed_iov_setup_vfdb()
|
/linux/kernel/trace/ |
H A D | trace_events_trigger.c | 647 * To illustrate the use of these componenents, here are some concrete
|