Home
last modified time | relevance | path

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

12345678910>>...68

/Linux-v5.10/tools/testing/selftests/tc-testing/creating-plugins/
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-v5.10/net/batman-adv/
Dmain.h316 * * when adding nothing - it is neither a predecessor nor a successor
317 * * before adding more than 127 to the starting value - it is a predecessor,
318 * * when adding 128 - it is neither a predecessor nor a successor,
319 * * after adding more than 127 to the starting value - it is a successor
342 * * when adding nothing - it is neither a predecessor nor a successor
343 * * before adding more than 127 to the starting value - it is a predecessor,
344 * * when adding 128 - it is neither a predecessor nor a successor,
345 * * after adding more than 127 to the starting value - it is a successor
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c1281 static enum mlxsw_reg_sfd_op mlxsw_sp_sfd_op(bool adding) in mlxsw_sp_sfd_op() argument
1283 return adding ? MLXSW_REG_SFD_OP_WRITE_EDIT : in mlxsw_sp_sfd_op()
1291 bool adding, bool dynamic) in mlxsw_sp_port_fdb_tunnel_uc_op() argument
1314 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tunnel_uc_op()
1333 const char *mac, u16 fid, bool adding, in __mlxsw_sp_port_fdb_uc_op() argument
1345 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in __mlxsw_sp_port_fdb_uc_op()
1361 const char *mac, u16 fid, bool adding, in mlxsw_sp_port_fdb_uc_op() argument
1364 return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, local_port, mac, fid, adding, in mlxsw_sp_port_fdb_uc_op()
1370 bool adding) in mlxsw_sp_rif_fdb_op() argument
1372 return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, 0, mac, fid, adding, in mlxsw_sp_rif_fdb_op()
[all …]
/Linux-v5.10/Documentation/driver-api/fpga/
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-v5.10/drivers/nvme/host/
Dfabrics.h65 * on adding a NVMe controller.
72 * subsystem which is adding a controller.
74 * subsystem which is adding a controller.
124 * when adding a new NVMe controller.
126 * when adding a new NVMe controller.
/Linux-v5.10/Documentation/core-api/
Dmemory-hotplug.rst92 When adding/removing memory that uses memory block devices (i.e. ordinary RAM),
102 device_hotplug_lock when adding memory and user space tries to online that
117 When adding/removing/onlining/offlining memory or adding/removing
/Linux-v5.10/Documentation/sh/
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-v5.10/fs/btrfs/tests/
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()
412 * at an offset where the extent entry ends. We keep adding and in test_steal_space_from_bitmap_to_extent()
415 * result in adding new extent entries or merging the new space in test_steal_space_from_bitmap_to_extent()
511 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
522 * the cache after adding that free space region. in test_steal_space_from_bitmap_to_extent()
536 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
542 * the cache after adding that free space region. in test_steal_space_from_bitmap_to_extent()
555 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
709 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
[all …]
/Linux-v5.10/tools/testing/selftests/tc-testing/
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-v5.10/tools/perf/Documentation/
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-v5.10/include/linux/
Dplatform_device.h105 * @parent: parent device for the device we're adding
106 * @name: base name of the device we're adding
136 * @name: base name of the device we're adding
166 * @parent: parent device for the device we're adding
167 * @name: base name of the device we're adding
/Linux-v5.10/security/integrity/evm/
DKconfig26 WARNING: changing the HMAC calculation method or adding
43 WARNING: changing the HMAC calculation method or adding
/Linux-v5.10/Documentation/networking/
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-v5.10/arch/sh/boards/mach-sdk7786/
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-v5.10/Documentation/driver-api/firmware/
Dfirmware_cache.rst26 * The firmware cache is setup by adding a devres entry for each device that
36 criteria the firmware cache is setup by adding a devres entry for the
/Linux-v5.10/lib/
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-v5.10/drivers/net/ethernet/rocker/
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-v5.10/Documentation/networking/caif/
Dlinux_caif.rst95 CAIF Packet has functions for creating, destroying and adding content
96 and for adding/extracting header and trailers to protocol packets.
101 Stack and provides a Client interface for adding Link-Layer and
/Linux-v5.10/include/uapi/linux/
Duserfaultfd.h146 * hugetlbfs virtual memory ranges. Adding or not adding
152 * 1) by adding UFFD_FEATURE_MISSING_HUGETLBFS to the
/Linux-v5.10/Documentation/admin-guide/cifs/
Dauthors.rst15 Jeremy Allison of the Samba team has done invaluable work in adding the server
49 - Pavel Shilovsky (for great work adding SMB2 support, and various SMB3 features)
/Linux-v5.10/Documentation/livepatch/
Dcumulative-patches.rst37 cumulative patch. It helps to keep the patch consistent while adding or
68 Then re-adding an older livepatch is equivalent to downgrading
/Linux-v5.10/Documentation/process/
Dadding-syscalls.rst4 Adding a New System Call
7 This document describes what's involved in adding a new system call to the
15 The first thing to consider when adding a new system call is whether one of
39 in a namespaced/sandboxed/chrooted environment). Avoid adding any API to
160 the power of root. In particular, avoid adding new uses of the already
215 new system call to the generic list by adding an entry to the list in
434 simulates registers etc). Fixing this is as simple as adding a #define to
475 consider adding tests to the Linux Test Project, or to the xfstests project
/Linux-v5.10/Documentation/arm/samsung-s3c24xx/
Dsuspend.rst46 simple as adding the following to the machine's definition:
57 Note, the original method of adding an late_initcall() is wrong,
/Linux-v5.10/Documentation/doc-guide/
Dcontributing.rst80 it was a matter of adding the missing asterisks. A quick look at the
138 avoid adding new ones.
146 generate links to that documentation. Adding ``kernel-doc`` directives to
202 current, adding whatever information is needed. Such work often requires
/Linux-v5.10/fs/jffs2/
Dnodemgmt.c258 …jffs2_dbg(1, "Adding full erase block at 0x%08x to very_dirty_list (free 0x%08x, dirty 0x%08x, use… in jffs2_close_nextblock()
263 …jffs2_dbg(1, "Adding full erase block at 0x%08x to dirty_list (free 0x%08x, dirty 0x%08x, used 0x%… in jffs2_close_nextblock()
269 …jffs2_dbg(1, "Adding full erase block at 0x%08x to clean_list (free 0x%08x, dirty 0x%08x, used 0x%… in jffs2_close_nextblock()
534 …jffs2_dbg(1, "Adding full erase block at 0x%08x to clean_list (free 0x%08x, dirty 0x%08x, used 0x%… in jffs2_add_physical_node_ref()
703 jffs2_dbg(1, "...and adding to erasable_pending_wbuf_list\n"); in jffs2_mark_node_obsolete()
709 jffs2_dbg(1, "...and adding to erase_pending_list\n"); in jffs2_mark_node_obsolete()
716 jffs2_dbg(1, "...and adding to erasable_list\n"); in jffs2_mark_node_obsolete()
728 jffs2_dbg(1, "...and adding to dirty_list\n"); in jffs2_mark_node_obsolete()
735 jffs2_dbg(1, "...and adding to very_dirty_list\n"); in jffs2_mark_node_obsolete()

12345678910>>...68