Home
last modified time | relevance | path

Searched refs:versioning (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/kbuild/
H A Dgendwarfksyms.rst2 DWARF module versioning
117 versioning won't work when processing object files. To support this
127 transform the inputs for symbol versioning, the user is responsible for
261 To append new members, we can hide them from symbol versioning as
264 override the structure size used for symbol versioning.
300 types for versioning that no longer exist in the kernel.
403 be able to hide the added members from symbol versioning. Similarly
/linux/Documentation/ABI/stable/
H A Do2cb5 Description: Ocfs2-tools looks at 'interface-revision' for versioning
H A Dvdso23 The vDSO uses symbol versioning; whenever you request a symbol from the
/linux/Documentation/ABI/obsolete/
H A Do2cb5 Description: Ocfs2-tools looks at 'interface-revision' for versioning
/linux/fs/nilfs2/
H A DKconfig9 snapshotting. In addition to versioning capability of the entire
/linux/Documentation/devicetree/bindings/sifive/
H A Dsifive-blocks-ip-versioning.txt1 DT compatible string versioning for SiFive open-source IP blocks
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-rkisp1.rst57 versioning scheme so that it can be extended and versioned without breaking
/linux/Documentation/scsi/
H A DNinjaSCSI.rst53 some versioning problems.
/linux/kernel/module/
H A DKconfig162 bool "Module versioning support"
175 prompt "Module versioning implementation"
212 This enables module versioning for exported symbols also from
/linux/tools/perf/util/
H A Dsymbol.c486 const char *versioning; in symbol__match_symbol_name() local
489 (versioning = strstr(name, "@@"))) { in symbol__match_symbol_name()
492 if (len < versioning - name) in symbol__match_symbol_name()
493 len = versioning - name; in symbol__match_symbol_name()
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst86 ABI versioning
/linux/Documentation/i2c/
H A Dslave-testunit-backend.rst16 in a production build. And while there is some versioning and we try hard to
/linux/Documentation/arch/sparc/
H A Dadi.rst50 alignment, in bytes, of ADI versioning.
/linux/Documentation/arch/powerpc/
H A Dqe_firmware.rst183 This structure supports versioning, where the version of the structure is
/linux/Documentation/filesystems/
H A Dnilfs2.rst8 snapshotting. In addition to versioning capability of the entire file
/linux/fs/befs/
H A DChangeLog216 * Thats right. New versioning scheme.
/linux/Documentation/userspace-api/netlink/
H A Dintro.rst167 versioning of the APIs provided by the subsystems. No subsystem to
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2613 "--versioning",
2709 rep = ovsdp.create(args.adddp, args.upcall, args.versioning, ovspk)
/linux/drivers/scsi/
H A Dips.c5614 ha->nvram->versioning = 0; /* Indicate the Driver Does Not Support Versioning */ in ips_write_driver_status()