Searched refs:pinning (Results 1 – 25 of 36) sorted by relevance
12
/external/iproute2/examples/bpf/ |
D | bpf_tailcall.c | 34 .pinning = PIN_OBJECT_NS, 43 .pinning = PIN_OBJECT_NS, 51 .pinning = PIN_OBJECT_NS,
|
D | bpf_map_in_map.c | 11 .pinning = PIN_GLOBAL_NS, 20 .pinning = PIN_GLOBAL_NS,
|
D | bpf_graft.c | 40 .pinning = PIN_GLOBAL_NS,
|
D | bpf_cyclic.c | 14 .pinning = PIN_OBJECT_NS,
|
D | bpf_shared.c | 25 .pinning = PIN_OBJECT_NS, /* or PIN_GLOBAL_NS, or PIN_NONE */
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_pinning.c | 13 __uint(pinning, LIBBPF_PIN_BY_NAME); 28 __uint(pinning, LIBBPF_PIN_NONE);
|
D | test_pinning_invalid.c | 13 __uint(pinning, 2); /* invalid */
|
/external/iproute2/lib/ |
D | bpf.c | 1079 unsigned int pinning; member 1323 uint32_t pinning) in bpf_custom_pinning() argument 1327 entry = ctx->ht[pinning & (ARRAY_SIZE(ctx->ht) - 1)]; in bpf_custom_pinning() 1328 while (entry && entry->pinning != pinning) in bpf_custom_pinning() 1335 uint32_t pinning) in bpf_no_pinning() argument 1337 switch (pinning) { in bpf_no_pinning() 1344 return !bpf_custom_pinning(ctx, pinning); in bpf_no_pinning() 1349 const struct bpf_elf_ctx *ctx, uint32_t pinning) in bpf_make_pathname() argument 1351 switch (pinning) { in bpf_make_pathname() 1365 bpf_custom_pinning(ctx, pinning), name); in bpf_make_pathname() [all …]
|
/external/iproute2/etc/iproute2/ |
D | bpf_pinning | 2 # subpath mappings from mount point for pinning
|
/external/iproute2/include/ |
D | bpf_elf.h | 38 __u32 pinning; member
|
/external/rust/crates/pin-utils/ |
D | Cargo.toml.orig | 11 Utilities for pinning
|
D | METADATA | 2 description: "Utilities for pinning"
|
D | Cargo.toml | 18 description = "Utilities for pinning\n"
|
D | README.md | 3 Utilities for pinning
|
/external/curl/tests/data/ |
D | test2041 | 34 simple HTTPS GET with base64-sha256 public key pinning
|
D | test2037 | 34 simple HTTPS GET with PEM public key pinning
|
D | test2034 | 34 simple HTTPS GET with DER public key pinning
|
/external/rust/crates/pin-project/src/ |
D | lib.rs.orig | 66 //! [pin-projection]: core::pin#projections-and-structural-pinning 111 /// uses structural pinning (otherwise, you wouldn't be using this crate!), 143 /// [pin-projection]: core::pin#projections-and-structural-pinning
|
/external/rust/crates/pin-project/ |
D | README.md | 84 [pin-projection]: https://doc.rust-lang.org/std/pin/index.html#projections-and-structural-pinning
|
/external/tensorflow/tensorflow/tools/ci_build/release/ |
D | common_win.bat | 27 @REM Prefer pinning to the same version as in setup.py
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.3.rst | 101 - util: add AMD CPU family enums and enable L3 cache pinning on Zen3
|
/external/rust/crates/rustversion/ |
D | README.md | 84 [pin]: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html#pinning
|
/external/okhttp/ |
D | CHANGELOG.md | 9 prevents a potential crash when using certificate pinning with the Google 231 certificate pinning, you must be very careful to avoid [bricking][brick] 446 * **New APIs to permit easy certificate pinning.** Be warned, certificate 447 pinning is dangerous and could prevent your application from trusting your 816 [brick]: https://noncombatant.org/2015/05/01/about-http-public-key-pinning/
|
/external/curl/docs/ |
D | TODO | 116 13.11 Support intermediate & root pinning for PINNEDPUBLICKEY 796 13.11 Support intermediate & root pinning for PINNEDPUBLICKEY 804 Adding this feature would make curls pinning 100% compatible to HPKP and 805 allow more flexible pinning.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | lsr-reuse.ll | 354 ; has a non-address use, pinning that value in a register.
|
12