Home
last modified time | relevance | path

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

12345678910>>...76

/Linux-v5.15/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.15/net/batman-adv/
Dmain.h312 * * when adding nothing - it is neither a predecessor nor a successor
313 * * before adding more than 127 to the starting value - it is a predecessor,
314 * * when adding 128 - it is neither a predecessor nor a successor,
315 * * after adding more than 127 to the starting value - it is a successor
338 * * when adding nothing - it is neither a predecessor nor a successor
339 * * before adding more than 127 to the starting value - it is a predecessor,
340 * * when adding 128 - it is neither a predecessor nor a successor,
341 * * after adding more than 127 to the starting value - it is a successor
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c1287 static enum mlxsw_reg_sfd_op mlxsw_sp_sfd_op(bool adding) in mlxsw_sp_sfd_op() argument
1289 return adding ? MLXSW_REG_SFD_OP_WRITE_EDIT : in mlxsw_sp_sfd_op()
1297 bool adding, bool dynamic) in mlxsw_sp_port_fdb_tunnel_uc_op() argument
1320 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tunnel_uc_op()
1339 const char *mac, u16 fid, bool adding, in __mlxsw_sp_port_fdb_uc_op() argument
1351 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in __mlxsw_sp_port_fdb_uc_op()
1367 const char *mac, u16 fid, bool adding, in mlxsw_sp_port_fdb_uc_op() argument
1370 return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, local_port, mac, fid, adding, in mlxsw_sp_port_fdb_uc_op()
1376 bool adding) in mlxsw_sp_rif_fdb_op() argument
1378 return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, 0, mac, fid, adding, in mlxsw_sp_rif_fdb_op()
[all …]
/Linux-v5.15/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.15/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.15/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.15/drivers/nvme/host/
Dfabrics.h76 * on adding a NVMe controller.
83 * subsystem which is adding a controller.
85 * subsystem which is adding a controller.
140 * when adding a new NVMe controller.
142 * when adding a new NVMe controller.
/Linux-v5.15/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()
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-v5.15/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.15/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.15/include/linux/
Dplatform_device.h111 * @parent: parent device for the device we're adding
112 * @name: base name of the device we're adding
142 * @name: base name of the device we're adding
172 * @parent: parent device for the device we're adding
173 * @name: base name of the device we're adding
/Linux-v5.15/security/integrity/evm/
DKconfig26 WARNING: changing the HMAC calculation method or adding
43 WARNING: changing the HMAC calculation method or adding
/Linux-v5.15/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.15/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.15/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.15/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.15/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.15/security/landlock/
Dobject.h42 * it or to keep it alive while adding a new rule. If this counter
45 * adding a new rule to an object with a usage counter of zero, we must
/Linux-v5.15/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.15/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.15/arch/s390/pci/
Dpci_bus.c70 /* zpci_bus_scan_device - Scan a single device adding it to the PCI core
310 * simply the slot for the function itself. If however we are adding the
386 pr_warn("Adding PCI function %08x failed because the configured limit of %d is reached\n", in zpci_bus_device_register()
416 pr_err("Adding PCI function %08x failed\n", zdev->fid); in zpci_bus_device_register()
/Linux-v5.15/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.15/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.15/fs/xfs/libxfs/
Dxfs_inode_fork.h30 * Worst-case increase in the fork extent count when we're adding a single
56 * Adding/removing an xattr can cause XFS_DA_NODE_MAXDEPTH extents to
84 * Removing an initial range of source/donor file's extent and adding a new
/Linux-v5.15/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,

12345678910>>...76