/linux/drivers/md/dm-vdo/indexer/ |
H A D | indexer.h | 43 * associated with the provided name, that data is returned. If there is no existing association, 83 /* Load an existing index and try to recover if necessary. */ 86 /* Load an existing index, but only if it was saved cleanly. */ 165 /* The number of post calls that found an existing entry */ 170 * The number of post calls that found an existing entry that is current enough to only 175 * The number of post calls that found an existing entry in the dense portion of the index 179 * The number of post calls that found an existing entry in the sparse portion of the index 182 /* The number of update calls that updated an existing entry */ 186 /* The number of delete requests that deleted an existing entry */ 190 /* The number of query calls that found existing entry */ [all …]
|
/linux/Documentation/block/ |
H A D | pr.rst | 64 is non-null. If no existing reservation exists old_key must be zero, 65 if an existing reservation should be replaced old_key must contain 68 If the new_key argument is 0 it unregisters the existing reservation passed 76 devices based on the type argument. The key argument must be the existing 91 This ioctl command releases the existing reservation referred to by 106 registered with the device and drops any existing reservation. 115 Ignore the existing reservation key. This is commonly supported for
|
/linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
H A D | test_duplicates.tc | 20 # Test eprobe for same eprobe, existing kprobe and existing event 28 # Test kprobe for same kprobe, existing eprobe and existing event
|
/linux/net/llc/ |
H A D | llc_if.c | 89 struct sock *existing; in llc_establish_connection() local 95 existing = llc_lookup_established(llc->sap, &daddr, &laddr, sock_net(sk)); in llc_establish_connection() 96 if (existing) { in llc_establish_connection() 97 if (existing->sk_state == TCP_ESTABLISHED) { in llc_establish_connection() 98 sk = existing; in llc_establish_connection() 101 sock_put(existing); in llc_establish_connection()
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink_trap.sh | 137 check_fail $? "Did not get an error for non-existing trap" 139 log_test "Non-existing trap" 154 check_fail $? "Did not get an error for non-existing trap action" 156 log_test "Non-existing trap action" 258 check_fail $? "Did not get an error for non-existing trap group" 260 log_test "Non-existing trap group" 299 check_fail $? "Did not get an error for setting a non-existing policer" 301 check_fail $? "Did not get an error for getting a non-existing policer" 368 check_fail $? "Did not get an error for binding a non-existing policer"
|
/linux/Documentation/driver-api/mei/ |
H A D | mei-client-bus.rst | 13 However, for some of the ME functionalities it makes sense to leverage existing software 14 stack and expose them through existing kernel subsystems. 19 Existing device drivers can even potentially be re-used by adding an MEI CL bus layer to 20 the existing code. 26 A driver implementation for an MEI Client is very similar to any other existing bus
|
/linux/drivers/base/ |
H A D | devcoredump.c | 314 struct device *existing; in dev_coredump_put() local 316 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredump_put() 318 if (existing) { in dev_coredump_put() 319 devcd_free(existing, NULL); in dev_coredump_put() 320 put_device(existing); in dev_coredump_put() 352 struct device *existing; in dev_coredumpm_timeout() local 357 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredumpm_timeout() 359 if (existing) { in dev_coredumpm_timeout() 360 put_device(existing); in dev_coredumpm_timeout()
|
/linux/Documentation/arch/arm/ |
H A D | booting.rst | 30 Existing boot loaders: 46 Existing boot loaders: 66 Existing boot loaders: 80 necessary, but assures that it will not match any existing types. 85 Existing boot loaders: 147 Existing boot loaders: 164 Existing boot loaders:
|
/linux/Documentation/netlink/specs/ |
H A D | nftables.yaml | 1198 doc: Delete an existing table. 1208 doc: Delete an existing table with destroy semantics (ignoring ENOENT errors). 1242 doc: Delete an existing chain. 1252 doc: Delete an existing chain with destroy semantics (ignoring ENOENT errors). 1300 doc: Delete an existing rule. 1310 doc: Delete an existing rule with destroy semantics (ignoring ENOENT errors). 1344 doc: Delete an existing set. 1354 doc: Delete an existing set with destroy semantics (ignoring ENOENT errors). 1402 doc: Delete an existing set element. 1412 doc: Delete an existing set element with destroy semantics. [all …]
|
/linux/rust/kernel/ |
H A D | alloc.rs | 162 /// Re-allocate an existing memory allocation to satisfy the requested `layout`. 166 /// If the requested size is larger than the size of the existing allocation, a successful call 170 /// If the requested size is smaller than the size of the existing allocation, `realloc` may or 173 /// On allocation failure, the existing buffer, if any, remains valid. 179 /// - If `ptr == Some(p)`, then `p` must point to an existing and valid memory allocation 201 /// Free an existing memory allocation. 205 /// - `ptr` must point to an existing and valid memory allocation created by this [`Allocator`];
|
/linux/tools/perf/pmu-events/arch/x86/amdzen2/ |
H A D | branch.json | 5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)." 10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)." 21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
|
/linux/tools/perf/Documentation/ |
H A D | db-export.txt | 22 1. Because of the nature of SQL, existing tables and columns can continue to be 26 2. New tables and columns can be added, without affecting existing SQL queries, 33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_ksyms_weak.c | 18 /* existing weak symbols */ 20 /* test existing weak symbols can be resolved. */ 41 /* tests existing symbols. */ in pass_handler()
|
/linux/tools/testing/selftests/net/ |
H A D | rps_default_mask.sh | 57 chk_rps "changing rps_default_mask dont affect existing devices" "" lo $INITIAL_RPS_DEFAULT_MASK 60 chk_rps "changing rps_default_mask dont affect existing netns" $NETNS lo 0 77 chk_rps "changing rps_default_mask in child ns don't affect existing devices" $NETNS lo 0
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | def.h | 207 ODM_BOARD_EXT_PA = BIT(3), /* 1 = existing 2G ext-PA */ 208 ODM_BOARD_EXT_LNA = BIT(4), /* 1 = existing 2G ext-LNA */ 209 ODM_BOARD_EXT_TRSW = BIT(5), /* 1 = existing ext-TRSW */ 210 ODM_BOARD_EXT_PA_5G = BIT(6), /* 1 = existing 5G ext-PA */ 211 ODM_BOARD_EXT_LNA_5G = BIT(7), /* 1 = existing 5G ext-LNA */
|
/linux/scripts/ |
H A D | Makefile.headersinst | 53 existing-dirs := $(sort $(dir $(old-headers))) 55 new-dirs := $(filter-out $(existing-dirs), $(wanted-dirs)) 77 existing-headers := $(filter $(old-headers), $(all-headers)) 79 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | ksyms_btf.c | 105 ASSERT_EQ(data->out__existing_typed, 0, "existing typed ksym"); in test_weak_syms() 106 ASSERT_NEQ(data->out__existing_typeless, -1, "existing typeless ksym"); in test_weak_syms() 132 ASSERT_EQ(data->out__existing_typed, 0, "existing typed ksym"); in test_weak_syms_lskel() 133 ASSERT_NEQ(data->out__existing_typeless, -1, "existing typeless ksym"); in test_weak_syms_lskel()
|
/linux/Documentation/timers/ |
H A D | hrtimers.rst | 10 features into the existing timer framework, and after testing various 72 special-purpose optimization of the existing timer wheel for the low 88 - simplification of existing, timing related kernel code 105 absolute timers based on a low-resolution CLOCK_REALTIME. The existing 117 existing timer wheel code, as it is mature and well suited. Sharing code
|
/linux/drivers/iio/common/ssp_sensors/ |
H A D | ssp.h | 164 * @batch_latency_buf: yet unknown but existing in communication protocol 165 * @batch_opt_buf: yet unknown but existing in communication protocol 166 * @accel_position: yet unknown but existing in communication protocol 167 * @mag_position: yet unknown but existing in communication protocol
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-stm_source | 7 is directed. Reads return an existing connection or "<none>" if 9 Write an existing (registered) stm device's name here to
|
/linux/tools/perf/util/include/linux/ |
H A D | linkage.h | 95 * SYM_FUNC_ALIAS -- define a global alias for an existing function 103 * SYM_FUNC_ALIAS_LOCAL -- define a local alias for an existing function 111 * SYM_FUNC_ALIAS_WEAK -- define a weak global alias for an existing function
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx.h | 67 * existing filter with equal priority 72 * If existing filters have equal match values to the new filter spec, 76 * 1. If the existing filters have lower priority, or @replace_equal 79 * 2. If the existing filters have higher priority, return -%EPERM.
|
/linux/Documentation/bpf/ |
H A D | ringbuf.rst | 15 existing perf buffer, which prompted creation of a new ring buffer 39 with existing perf buffer use in BPF, but would fail if application needed more 56 The approach chosen has an advantage of re-using existing BPF map 59 and utilizing existing tooling (bpftool). For common scenario of using a single 118 Each reserved record is tracked by verifier through existing
|
H A D | map_sockmap.rst | 132 - ``BPF_ANY``: Create a new element or update an existing element. 134 - ``BPF_EXIST``: Update an existing element. 153 - ``BPF_ANY``: Create a new element or update an existing element. 155 - ``BPF_EXIST``: Update an existing element. 282 - BPF_ANY: Create a new element or update an existing element. 284 - BPF_EXIST: Update an existing element. 315 - BPF_ANY: Create a new element or update an existing element. 317 - BPF_EXIST: Update an existing element.
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-power.c | 55 /* Check for existing EPOW, DPO events */ 64 pr_info("Existing DPO event detected.\n"); in poweroff_pending() 70 pr_info("Existing EPOW event detected.\n"); in poweroff_pending()
|