Home
last modified time | relevance | path

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

/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/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/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/ABI/testing/
H A Damdpmf-interface32 size __u64 Structure size for versioning
/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.c524 const char *versioning; in symbol__match_symbol_name() local
527 (versioning = strstr(name, "@@"))) { in symbol__match_symbol_name()
530 if (len < versioning - name) in symbol__match_symbol_name()
531 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/fs/befs/
H A DChangeLog216 * Thats right. New versioning scheme.
/linux/Documentation/translations/it_IT/process/
H A D2.Process.rst31 numerazione semantica delle versioni (semantic versioning), bensì
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py3051 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()