Home
last modified time | relevance | path

Searched full:formatting (Results 1 – 25 of 190) sorted by relevance

12345678

/linux-6.12.1/drivers/scsi/esas2r/
Desas2r_log.c72 /* A shared buffer to use for formatting messages. */
75 /* A lock to protect the shared buffer used for formatting messages. */
111 * outlined by the formatting string, the input device information and the
116 * @param [in] format the formatting string for the message
117 * @param [in] args the substition arguments to the formatting string
185 * @param [in] ... the substitution arguments to the formatting string
209 * @param [in] format the formatting string for the message
210 * @param [in] ... the substitution arguments to the formatting string
/linux-6.12.1/drivers/iio/test/
DKconfig8 tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS
34 tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS
38 build unit tests for the IIO formatting functions.
/linux-6.12.1/rust/kernel/
Dprint.rs134 /// Performs formatting and forwards the string to [`call_printk`].
198 /// `alloc::format!` for information about the formatting syntax.
222 /// `alloc::format!` for information about the formatting syntax.
246 /// `alloc::format!` for information about the formatting syntax.
270 /// `alloc::format!` for information about the formatting syntax.
294 /// `alloc::format!` for information about the formatting syntax.
318 /// `alloc::format!` for information about the formatting syntax.
342 /// `alloc::format!` for information about the formatting syntax.
368 /// `alloc::format!` for information about the formatting syntax.
395 /// `alloc::format!` for information about the formatting syntax.
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-delayed-logging-design.rst394 logical to physical formatting to do the relogging because there is no
396 formatting the changes in a transaction to the log buffer. Hence we cannot avoid
450 changes to the log buffers, we need to ensure that the object we are formatting
468 using the log buffer as the destination of the formatting code, we can use an
474 that does not require us to lock the item to access. This formatting and
481 formatting method and the delayed logging formatting can be seen in the
491 After formatting::
502 After formatting::
520 region headers in the formatting stage, which is problematic as there is per
619 are formatting the checkpoint into the log. It also allows concurrent
[all …]
/linux-6.12.1/
D.rustfmt.toml4 # Unstable options that help catching some mistakes in formatting and that we may want to enable
/linux-6.12.1/drivers/staging/rtl8723bs/
DTODO4 - find codes that can use %pM and %Nph formatting
/linux-6.12.1/drivers/mtd/
Dnftlmount.c329 printk("Error while formatting block %d\n", block); in NFTL_formatblock()
453 * in the for (;;) loop formatting blocks ??
459 printk("Formatting chain at block %d\n", first_block); in format_chain()
464 printk("Formatting block %d\n", block); in format_chain()
620 printk("Formatting block %d\n", block); in NFTL_mount()
769 printk("Unreferenced block %d, formatting it\n", block); in NFTL_mount()
/linux-6.12.1/tools/lib/perf/Documentation/
Dmanpage-bold-literal.xsl2 special formatting for manpages rendered from asciidoc+docbook -->
Dmanpage-base.xsl2 special formatting for manpages rendered from asciidoc+docbook -->
/linux-6.12.1/tools/perf/Documentation/
Dmanpage-bold-literal.xsl2 special formatting for manpages rendered from asciidoc+docbook -->
Dmanpage-base.xsl2 special formatting for manpages rendered from asciidoc+docbook -->
/linux-6.12.1/Documentation/dev-tools/
Dclang-format.rst68 To avoid ``clang-format`` formatting some portion of a file, you can do::
182 They are typically useful for block re-formatting, rather than full-file.
/linux-6.12.1/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg79 # and stack formatting. Three pieces of info are required. The function name,
144 # and stack formatting. Three pieces of info are required. The function name,
/linux-6.12.1/Documentation/hwmon/
Dsubmitting-patches.rst61 formatting is clean. If unsure about formatting in your new driver, run it
/linux-6.12.1/drivers/gpu/drm/i915/
Dintel_pcode.h25 * Helpers for dGfx PCODE mailbox command formatting
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dac97-bus.txt9 given by "%04x" formatting of printf
Dxlnx,audio-formatter.txt3 The IP core supports DMA, data formatting(AES<->PCM conversion)
/linux-6.12.1/include/uapi/linux/
Dfd.h69 * Formatting (obsolete)
78 /* begin formatting a disk */
82 /* end formatting a disk */
/linux-6.12.1/scripts/coccinelle/api/
Ddevice_attr_show.cocci4 /// show() should only use sysfs_emit() or sysfs_emit_at() when formatting
/linux-6.12.1/include/uapi/scsi/
Dscsi_netlink_fc.h43 * formatting requirements specified in scsi_netlink.h
/linux-6.12.1/Documentation/scsi/
DChangeLog.lpfc257 * In lpfc_workq_post_event, clean up comment formatting and remove
271 ill-formatting multiline comments.
1244 * Formatting changes: get rid of leading spaces in code
1291 * Fix formatting of lpfc_driver
1360 * Minor formatting (spaces to tabs) cleanup in lpfc_sched.h
1377 * Further formatting/whitespace/line length cleanup on: lpfc_ct.c
1412 * Clean up formatting in hbaapi.h, lpfc.h, lpfc_cfgparm.h,
1425 * Clean up formatting in lpfc_sli.c and lpfc_sysfs.c - mostly
1512 * Clean up formatting of elx_sli.h (tabs for indents, 80 column
1665 * Minor formatting changes fix up comments
[all …]
/linux-6.12.1/Documentation/doc-guide/
Dsphinx.rst18 kernel-doc comments have some special structure and formatting, but beyond that
242 just enough consistency in formatting that it can be converted to
245 * Please keep the formatting changes minimal when converting existing
248 * Also update the content, not just the formatting, when converting
Dkernel-doc.rst54 output generation may be used to verify proper formatting of the
403 Name of a function parameter. (No cross-referencing, just formatting.)
406 Name of a constant. (No cross-referencing, just formatting.)
419 Name of an environment variable. (No cross-referencing, just formatting.)
/linux-6.12.1/drivers/crypto/caam/
Derror.c109 …rror in the format of data received. When running RSA, this means that formatting with random padd…
110 …running RSA, pdb size N < (size of F) when no formatting is used; or pdb size N < (F + 11) when fo…
/linux-6.12.1/Documentation/netlabel/
Dintroduction.rst37 formatting of these NetLabel messages as well as the Generic NETLINK family

12345678