Home
last modified time | relevance | path

Searched full:incremental (Results 1 – 25 of 171) sorted by relevance

1234567

/kernel/linux/linux-6.6/drivers/s390/cio/
Ditcw.c3 * Functions for incremental construction of fcx enabled I/O control blocks.
20 * struct itcw - incremental tcw helper data type
22 * This structure serves as a handle for the incremental construction of a
155 * itcw_init - initialize incremental tcw data structure
166 * Prepare the specified buffer to be used as an incremental tcw, i.e. a
176 * On success, return pointer to the resulting incremental tcw data structure,
/kernel/linux/linux-5.10/drivers/s390/cio/
Ditcw.c3 * Functions for incremental construction of fcx enabled I/O control blocks.
19 * struct itcw - incremental tcw helper data type
21 * This structure serves as a handle for the incremental construction of a
154 * itcw_init - initialize incremental tcw data structure
165 * Prepare the specified buffer to be used as an incremental tcw, i.e. a
175 * On success, return pointer to the resulting incremental tcw data structure,
/kernel/linux/linux-6.6/Documentation/process/
Dapplying-patches.rst252 The 5.x.y incremental patches live at
315 The -stable team provides normal as well as incremental patches. Below is
321 These patches are not incremental, meaning that for example the 5.7.3
337 Incremental patches
340 Incremental patches are different: instead of being applied on top
369 The -rc patches are not incremental, they apply to a base 5.x kernel, just
/kernel/linux/linux-5.10/kernel/
Dgen_kheaders.sh17 # Support incremental builds by skipping archive generation
20 # This block is useful for debugging the incremental builds.
/kernel/linux/linux-6.6/drivers/crypto/bcm/
Dcipher.h233 * shash descriptor - needed to perform incremental hashing in
267 * from total_sent for incremental hashing. total_sent includes previous
331 * Digest from incremental hash is saved here to include in next hash
334 * msg_buf because that gets deleted between incremental hash ops
/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dcipher.h232 * shash descriptor - needed to perform incremental hashing in
266 * from total_sent for incremental hashing. total_sent includes previous
330 * Digest from incremental hash is saved here to include in next hash
333 * msg_buf because that gets deleted between incremental hash ops
/kernel/linux/linux-6.6/kernel/
Dgen_kheaders.sh24 # Support incremental builds by skipping archive generation
27 # This block is useful for debugging the incremental builds.
/kernel/linux/linux-6.6/drivers/staging/board/
DKconfig11 This in turn allows for incremental development of both
/kernel/linux/linux-5.10/Documentation/process/
Dapplying-patches.rst313 The -stable team usually do make incremental patches available as well
315 non-incremental ones below. The incremental ones can be found at
318 These patches are not incremental, meaning that for example the 5.7.3
351 The -rc patches are not incremental, they apply to a base 5.x kernel, just
/kernel/linux/linux-5.10/Documentation/filesystems/
Dbtrfs.rst25 * Efficient incremental backup and FS mirroring
/kernel/linux/linux-6.6/Documentation/networking/
Dxfrm_sync.rst124 used to provide default values for the XFRMA_ETIMER_THRESH in incremental
129 in incremental packet count. The default is two packets.
/kernel/linux/linux-5.10/Documentation/networking/
Dxfrm_sync.rst124 used to provide default values for the XFRMA_ETIMER_THRESH in incremental
129 in incremental packet count. The default is two packets.
/kernel/linux/linux-5.10/arch/s390/include/asm/
Ditcw.h3 * Functions for incremental construction of fcx enabled I/O control blocks.
/kernel/linux/linux-6.6/arch/s390/include/asm/
Ditcw.h3 * Functions for incremental construction of fcx enabled I/O control blocks.
/kernel/linux/linux-6.6/Documentation/filesystems/
Dbtrfs.rst28 * Efficient incremental backup and FS mirroring (send/receive)
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmcfdma.h86 #define MCFDMA_DMR_DSTM_IA 0x00002000L /* Destination uses incremental addressing */
98 #define MCFDMA_DMR_SRCM_IA 0x00000020L /* Source uses incremental addressing */
/kernel/linux/linux-6.6/arch/m68k/include/asm/
Dmcfdma.h86 #define MCFDMA_DMR_DSTM_IA 0x00002000L /* Destination uses incremental addressing */
98 #define MCFDMA_DMR_SRCM_IA 0x00000020L /* Source uses incremental addressing */
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/
Dadv748x-csi2.c64 * incremental subdevices (not connected in the forward path) can be registered
303 /* Register internal ops for incremental subdev registration */ in adv748x_csi2_init()
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/
Dadv748x-csi2.c65 * incremental subdevices (not connected in the forward path) can be registered
326 /* Register internal ops for incremental subdev registration */ in adv748x_csi2_init()
/kernel/linux/linux-5.10/mm/
Dmapping_dirty_helpers.c264 * @nr: Number of incremental page offsets to cover
293 * @nr: Number of incremental page offsets to cover
/kernel/linux/linux-6.6/mm/
Dmapping_dirty_helpers.c253 * @nr: Number of incremental page offsets to cover
282 * @nr: Number of incremental page offsets to cover
/kernel/linux/linux-6.6/Documentation/driver-api/nvdimm/
Dfirmware-activate.rst35 If the platform has a concept of incremental work needed to perform
/kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/
Dfirmware-activate.rst35 If the platform has a concept of incremental work needed to perform
/kernel/linux/linux-5.10/include/linux/
Dvdpa.h178 * and preferring incremental map.
189 * and preferring incremental unmap.
/kernel/linux/linux-5.10/net/ceph/
Dosdmap.c1324 bool incremental) in __decode_pools() argument
1337 if (!incremental || !pi) { in __decode_pools()
1375 decode_mapping_fn_t fn, bool incremental) in decode_pg_mapping() argument
1379 WARN_ON(!incremental && !fn); in decode_pg_mapping()
1393 WARN_ON(!incremental); in decode_pg_mapping()
1399 pg = fn(p, end, incremental); in decode_pg_mapping()
1417 bool incremental) in __decode_pg_temp() argument
1423 if (len == 0 && incremental) in __decode_pg_temp()
1456 bool incremental) in __decode_primary_temp() argument
1462 if (osd == (u32)-1 && incremental) in __decode_primary_temp()
[all …]

1234567