Home
last modified time | relevance | path

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

12

/linux/fs/gfs2/
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 …]
A Dutil.c372 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i() argument
382 assertion, function, file, line); in gfs2_assert_withdraw_i()
402 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i() argument
412 assertion, function, file, line); in gfs2_assert_warn_i()
422 sdp->sd_fsname, assertion, in gfs2_assert_warn_i()
/linux/Documentation/devicetree/bindings/memory-controllers/
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
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/Documentation/devicetree/bindings/rtc/
A Dingenic,rtc.yaml53 Reset pin low-level assertion time after wakeup
61 Minimum wakeup pin assertion time
/linux/Documentation/devicetree/bindings/bus/
A Dqcom,ebi2.txt98 with ADV assertion.
100 assertion, with respect to the cycle where ADV (address valid) is asserted.
104 assertion to OE assertion. Valid values 0 thru 15.
A Dnvidia,tegra20-gmi.txt59 de-assertion of WR_N (in case of SLAVE/MASTER Request) or OE_N
/linux/Documentation/devicetree/bindings/dma/
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/Documentation/devicetree/bindings/power/reset/
A Dltc2952-poweroff.txt21 assertion before executing shut down procedure.
/linux/Documentation/devicetree/bindings/spi/
A Dfsl-spi.txt48 - fsl,csbef: chip select assertion time in bits before frame starts
/linux/fs/btrfs/
A DKconfig96 Enable run-time assertion checking. This will result in panics if
/linux/Documentation/scsi/
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/arch/powerpc/boot/dts/
A Dasp834x-redboot.dts289 * sense == 8: Level, low assertion
A Dmpc8308rdb.dts236 * sense == 8: Level, low assertion
A Dmpc5125twr.dts77 // sense == 8: Level, low assertion
A Dmpc8308_p1m.dts267 * sense == 8: Level, low assertion
A Dac14xx.dts154 * sense == 8: Level, low assertion
A Dmpc8313erdb.dts279 * sense == 8: Level, low assertion
A Dmpc8377_wlan.dts350 * sense == 8: Level, low assertion
A Dmpc8379_rdb.dts382 * sense == 8: Level, low assertion
A Dmpc8315erdb.dts327 * sense == 8: Level, low assertion
/linux/Documentation/devicetree/bindings/mfd/
A Dgoogle,cros-ec.yaml41 assertion of the CS and the first clock pulse.
/linux/Documentation/process/
A Dkernel-enforcement-statement.rst23 license with respect to any non-defensive assertion of rights under the
/linux/Documentation/virt/kvm/devices/
A Dxive.rst111 - level: assertion level in case of an LSI.
/linux/Documentation/dev-tools/kunit/
A Dusage.rst143 KUnit also has the concept of an *assertion*. An assertion is just like an
144 expectation except the assertion immediately terminates the test case if it is

Completed in 18 milliseconds

12