Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.15/fs/gfs2/
H A Dutil.h30 #define gfs2_assert(sdp, assertion) \ argument
32 if (unlikely(!(assertion))) { \
43 #define gfs2_assert_withdraw(sdp, assertion) \ argument
45 bool _bool = (assertion); \
47 gfs2_assert_withdraw_i((sdp), #assertion, \
52 #define gfs2_assert_withdraw_delayed(sdp, assertion) \ argument
54 bool _bool = (assertion); \
56 gfs2_assert_withdraw_i((sdp), #assertion, \
64 #define gfs2_assert_warn(sdp, assertion) \ argument
66 bool _bool = (assertion); \
[all …]
H A Dutil.c370 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i() argument
380 assertion, function, file, line); in gfs2_assert_withdraw_i()
400 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i() argument
411 assertion, function, file, line); in gfs2_assert_warn_i()
421 sdp->sd_fsname, assertion, in gfs2_assert_warn_i()
/linux-6.15/Documentation/devicetree/bindings/memory-controllers/
H A Dqcom,ebi2-peripheral-props.yaml71 requirements with ADV assertion, when set to 1.
77 The number of cycles elapsed before an OE assertion, with
87 assertion to OE assertion.
H A Darm,pl172.txt67 - mpmc,write-enable-delay: Delay from chip select assertion to write
70 - mpmc,output-enable-delay: Delay from chip select assertion to output
73 - mpmc,write-access-delay: Delay from chip select assertion to write
76 - mpmc,read-access-delay: Delay from chip select assertion to read
H A Dmvebu-devbus.txt62 - devbus,rd-setup-ps: Defines the time delay between DEV_CSn assertion to
63 DEV_OEn assertion. If set to 0 (default),
72 de-assertion of DEV_CSn. If set to 0 (default),
75 This parameter has no affect on DEV_OEn de-assertion.
86 to the DEV_WEn assertion.
/linux-6.15/Documentation/devicetree/bindings/rtc/
H A Dingenic,rtc.yaml67 Reset pin low-level assertion time after wakeup
75 Minimum wakeup pin assertion time
/linux-6.15/Documentation/devicetree/bindings/dma/stm32/
H A Dst,stm32-dma.yaml46 0x1: Use alternative DMA ACK management, where ACK de-assertion does
47 not wait for the de-assertion of the REQuest, ACK is only managed
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dfsl,espi.yaml31 description: Chip select assertion time in bits before frame starts
/linux-6.15/Documentation/devicetree/bindings/power/reset/
H A Dltc2952-poweroff.txt21 assertion before executing shut down procedure.
/linux-6.15/Documentation/admin-guide/media/
H A Dmgb4.rst164 line (marked by DE=1) and assertion of the HSYNC signal.
178 by DE=1) and assertion of the VSYNC signal.
280 line (marked by DE=1) and assertion of the HSYNC signal. The default value
289 by DE=1) and assertion of the VSYNC signal. The default value is 30.
/linux-6.15/Documentation/filesystems/bcachefs/
H A DCodingStyle.rst33 expensive - but don't turn everything into a debug mode assertion, so that
48 should you need to debug something that caused the assertion to fail, you can
51 A good assertion checks something that the compiler could check for us, and
/linux-6.15/Documentation/dev-tools/kunit/
H A Darchitecture.rst35 running test. The KUnit assertion macros and other KUnit utilities use the
112 - ``{EXPECT|ASSERT}`` determines whether the check is an assertion or an
H A Dusage.rst96 An assertion is like an expectation, except that the assertion immediately
127 run when a test is shutting down, and an assertion here prevents further
619 run when the test exits (whether cleanly, or via a failed assertion).
/linux-6.15/fs/btrfs/
H A DKconfig76 Enable run-time assertion checking. This will result in panics if
/linux-6.15/Documentation/devicetree/bindings/firmware/
H A Dqcom,scm.yaml111 If not disabled WDT assertion or reboot will cause the board to hang
/linux-6.15/arch/powerpc/boot/dts/
H A Dasp834x-redboot.dts289 * sense == 8: Level, low assertion
H A Dmpc8308rdb.dts236 * sense == 8: Level, low assertion
H A Dmpc8308_p1m.dts267 * sense == 8: Level, low assertion
H A Dmpc5125twr.dts77 // sense == 8: Level, low assertion
H A Dac14xx.dts154 * sense == 8: Level, low assertion
/linux-6.15/Documentation/scsi/
H A Dadvansys.rst71 Enabling this option adds assertion logic statements to the
72 driver. If an assertion fails a message will be displayed to
/linux-6.15/Documentation/devicetree/bindings/bus/
H A Dnvidia,tegra20-gmi.txt59 de-assertion of WR_N (in case of SLAVE/MASTER Request) or OE_N
/linux-6.15/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst70 be passed to the expectation/assertion macros, or used to look up KUnit
/linux-6.15/Documentation/process/
H A Dkernel-enforcement-statement.rst23 license with respect to any non-defensive assertion of rights under the
/linux-6.15/Documentation/ABI/testing/
H A Ddebugfs-dwc-pcie103 7) Rx Valid De-assertion

12