Home
last modified time | relevance | path

Searched full:adding (Results 1 – 25 of 1659) sorted by relevance

12345678910>>...67

/linux/tools/perf/tests/shell/base_probe/
H A Dtest_adding_kernel.sh12 # This test tests adding of probes, their correct listing
40 ### basic probe adding
50 print_results $PERF_EXIT_CODE $CHECK_EXIT_CODE "adding probe $TEST_PROBE :: $opt"
145 print_results $PERF_EXIT_CODE $CHECK_EXIT_CODE "dry run :: adding probe"
149 ### force-adding probes
158 print_results $PERF_EXIT_CODE $CHECK_EXIT_CODE "force-adding probes :: first probe adding"
161 # adding existing probe without '--force' should fail
168 print_results $PERF_EXIT_CODE $CHECK_EXIT_CODE "force-adding probes :: second probe adding (withou
[all...]
H A Dtest_adding_blacklisted.sh35 ### adding blacklisted function
85 print_testcase_skipped "adding blacklisted function $BLACKFUNC"
87 print_results $PERF_EXIT_CODE $CHECK_EXIT_CODE "adding blacklisted function $BLACKFUNC"
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower_l2_miss.sh88 # Before adding FDB entry.
92 check_err $? "Unknown unicast filter was not hit before adding FDB entry"
95 check_err $? "Known unicast filter was hit before adding FDB entry"
97 # Adding FDB entry.
103 check_err $? "Unknown unicast filter was hit after adding FDB entry"
106 check_err $? "Known unicast filter was not hit after adding FDB entry"
145 # Before adding MDB entry.
149 check_err $? "Unregistered multicast filter was not hit before adding MDB entry"
152 check_err $? "Registered multicast filter was hit before adding MDB entry"
154 # Adding MDB entry.
[all …]
H A Dbridge_locked_port.sh105 check_fail $? "Ping worked after locking port, but before adding FDB entry"
110 check_err $? "Ping did not work after locking port and adding FDB entry"
135 check_fail $? "Ping through vlan worked after locking port, but before adding FDB entry"
140 check_err $? "Ping through vlan did not work after locking port and adding FDB entry"
164 check_fail $? "Ping6 worked after locking port, but before adding FDB entry"
168 check_err $? "Ping6 did not work after locking port and adding FDB entry"
H A Dbridge_mdb_host.sh4 # Verify that adding host mdb entries work as intended for all types of
71 check_err $? "Failed adding $group to br0, port br0"
/linux/tools/testing/selftests/tc-testing/creating-plugins/
H A DAddingPlugins.txt1 tdc - Adding plugins for tdc
5 ADDING PLUGINS
14 - adding commands to be run before and/or after the test suite
15 - adding commands to be run before and/or after the test cases
16 - adding commands to be run before and/or after the execute phase of the test cases
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_tlv.c44 * @msg: Message header we are adding flag attribute to
45 * @attr_id: ID of flag attribute we are adding to message
79 * @msg: Message header we are adding flag attribute to
80 * @attr_id: ID of flag attribute we are adding to message
128 * @msg: Message header we are adding flag attribute to
129 * @attr_id: ID of flag attribute we are adding to message
148 * @msg: Message header we are adding flag attribute to
149 * @attr_id: ID of flag attribute we are adding to message
166 * @msg: Message header we are adding flag attribute to
167 * @attr_id: ID of flag attribute we are adding to message
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c1640 static enum mlxsw_reg_sfd_op mlxsw_sp_sfd_op(bool adding) in mlxsw_sp_sfd_op() argument
1642 return adding ? MLXSW_REG_SFD_OP_WRITE_EDIT : in mlxsw_sp_sfd_op()
1648 const char *mac, u16 fid, __be32 addr, bool adding) in mlxsw_sp_port_fdb_tun_uc_op4() argument
1660 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tun_uc_op4()
1679 u32 kvdl_index, bool adding) in mlxsw_sp_port_fdb_tun_uc_op6_sfd_write() argument
1689 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tun_uc_op6_sfd_write()
1749 u16 fid, const struct in6_addr *addr, bool adding) in mlxsw_sp_port_fdb_tun_uc_op6() argument
1751 if (adding) in mlxsw_sp_port_fdb_tun_uc_op6()
1763 bool adding, bool dynamic) in mlxsw_sp_port_fdb_tunnel_uc_op() argument
1768 addr->addr4, adding); in mlxsw_sp_port_fdb_tunnel_uc_op()
[all …]
/linux/Documentation/core-api/
H A Dmemory-hotplug.rst89 When adding/removing memory that uses memory block devices (i.e. ordinary RAM),
99 device_hotplug_lock when adding memory and user space tries to online that
114 When adding/removing/onlining/offlining memory or adding/removing
/linux/Documentation/arch/sh/
H A Dnew-machine.rst4 Adding a new board to LinuxSH
89 2. Adding a New Board
92 The first thing to determine is whether the board you are adding will be
97 board in arch/sh/boards/ and adding rules to hook your board in with the
114 explain this, we use some examples for adding an imaginary board. For
167 Adding a new machine is relatively trivial (using vapor as an example):
233 This is done by adding an entry to the end of the arch/sh/tools/mach-types
/linux/Documentation/driver-api/fpga/
H A Dintro.rst19 * Generally, when adding code, think of the future. Plan for reuse.
26 If you are adding a new FPGA or a new method of programming an FPGA,
46 If you are adding a new interface to the FPGA framework, add it on top
/linux/fs/btrfs/tests/
H A Dfree-space-tests.c29 test_err("error adding initial extents %d", ret); in test_extents()
47 test_err("error adding half extent %d", ret); in test_extents()
411 * at an offset where the extent entry ends. We keep adding and in test_steal_space_from_bitmap_to_extent()
414 * result in adding new extent entries or merging the new space in test_steal_space_from_bitmap_to_extent()
510 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
521 * the cache after adding that free space region. in test_steal_space_from_bitmap_to_extent()
535 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
541 * the cache after adding that free space region. in test_steal_space_from_bitmap_to_extent()
554 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
708 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
[all …]
/linux/drivers/nvme/host/
H A Dfabrics.h75 * on adding a NVMe controller.
85 * subsystem which is adding a controller.
87 * subsystem which is adding a controller.
150 * when adding a new NVMe controller.
152 * when adding a new NVMe controller.
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_config_local_template.py15 # example adding value to NAMES, without editing tdc_config.py
20 # example adding values to ENVIR, without editing tdc_config.py
/linux/tools/perf/Documentation/
H A Dcallchain-overhead-calculation.txt5 adding all period values of the entry - usually a function (symbol).
9 The 'children' overhead is calculated by adding all period values of
106 specifying --no-children option on the command line or by adding
/linux/Documentation/networking/
H A Dcdc_mbim.rst183 The userspace management application is responsible for adding new
188 For example, adding a link for a MBIM IP session with SessionId 3::
225 adding the dummy ethernet header on TX and stripping it on RX.
240 Note that adding VLAN links for DSS sessions is entirely optional. A
243 map frames to the correct DSS session and adding 18 byte VLAN ethernet
285 behaviour is triggered by adding a VLAN link for the magic VLAN ID
/linux/include/linux/
H A Dplatform_device.h143 * @parent: parent device for the device we're adding
144 * @name: base name of the device we're adding
174 * @name: base name of the device we're adding
204 * @parent: parent device for the device we're adding
205 * @name: base name of the device we're adding
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_audit.sh84 # adding tables, chains and rules
122 # adding sets and elements
136 # adding counters
150 # adding/updating quotas
/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c1271 bool adding = !(flags & OFDPA_OP_FLAG_REMOVE); in ofdpa_port_ipv4_neigh() local
1284 updating = found && adding; in ofdpa_port_ipv4_neigh()
1285 removing = found && !adding; in ofdpa_port_ipv4_neigh()
1286 adding = !found && adding; in ofdpa_port_ipv4_neigh()
1288 if (adding) { in ofdpa_port_ipv4_neigh()
1328 if (adding || removing) { in ofdpa_port_ipv4_neigh()
1342 if (!adding) in ofdpa_port_ipv4_neigh()
1383 bool adding = !(flags & OFDPA_OP_FLAG_REMOVE); in ofdpa_port_ipv4_nh() local
1397 updating = found && adding; in ofdpa_port_ipv4_nh()
1398 removing = found && !adding; in ofdpa_port_ipv4_nh()
[all …]
/linux/security/integrity/evm/
H A DKconfig27 WARNING: changing the HMAC calculation method or adding
44 WARNING: changing the HMAC calculation method or adding
/linux/lib/
H A Dklist.c27 * There are primitives for adding and removing nodes to/from a klist.
119 * @n: node we're adding.
131 * @n: node we're adding.
143 * @n: node we're adding.
159 * @n: node we're adding.
/linux/arch/sh/boards/mach-sdk7786/
H A Dsram.c56 pr_info("Adding %dKiB of FPGA memory at 0x%08lx-0x%08lx " in fpga_sram_init()
62 pr_err("Failed adding memory\n"); in fpga_sram_init()
/linux/net/bridge/
H A Dbr_switchdev.c315 bool adding, struct notifier_block *nb) in br_switchdev_fdb_replay() argument
330 if (adding) in br_switchdev_fdb_replay()
447 const void *ctx, bool adding, in br_switchdev_vlan_replay() argument
464 if (adding) in br_switchdev_vlan_replay()
484 if (adding) { in br_switchdev_vlan_replay()
675 const void *ctx, bool adding, struct notifier_block *nb, in br_switchdev_mdb_replay() argument
699 if (adding) in br_switchdev_mdb_replay()
/linux/drivers/i2c/
H A Di2c-core-of.c124 * Adding devices through the i2c sysfs interface provides us in i2c_of_match_device_sysfs()
182 * Clear the flag before adding the device so that fw_devlink in of_i2c_notify()
183 * doesn't skip adding consumers to this device. in of_i2c_notify()
/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-get-lineinfo-watch-ioctl.rst50 Multiple lines may be watched simultaneously by adding a watch for each.
56 Adding a watch to a line that is already watched is an error (**EBUSY**).

12345678910>>...67