Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/fs/gfs2/
Dutil.h30 #define gfs2_assert(sdp, assertion) \ argument
32 if (unlikely(!(assertion))) { \
39 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *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, \
61 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion,
[all …]
Dutil.c369 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i() argument
379 assertion, function, file, line); in gfs2_assert_withdraw_i()
399 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i() argument
409 assertion, function, file, line); in gfs2_assert_warn_i()
419 sdp->sd_fsname, assertion, in gfs2_assert_warn_i()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/
Dgpmc-nor.txt14 - gpmc,cs-on-ns: Chip-select assertion time
15 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads
16 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes
17 - gpmc,oe-on-ns: Output-enable assertion time
18 - gpmc,oe-off-ns: Output-enable de-assertion time
19 - gpmc,we-on-ns Write-enable assertion time
20 - gpmc,we-off-ns: Write-enable de-assertion time
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dgpmc-eth.txt29 - gpmc,cs-on-ns: Chip-select assertion time
30 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads
31 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes
32 - gpmc,oe-on-ns: Output-enable assertion time
33 - gpmc,oe-off-ns: Output-enable de-assertion time
34 - gpmc,we-on-ns: Write-enable assertion time
35 - gpmc,we-off-ns: Write-enable de-assertion time
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
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
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.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/
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.
Dnvidia,tegra20-gmi.txt59 de-assertion of WR_N (in case of SLAVE/MASTER Request) or OE_N
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/
Dfsl-spi.txt48 - fsl,csbef: chip select assertion time in bits before frame starts
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-driver-mlxreg-io167 assertion reset signal through CPLD. reset caused by signal
169 software by assertion power off signal through CPLD.
/kernel/linux/linux-5.10/fs/btrfs/
DKconfig96 Enable run-time assertion checking. This will result in panics if
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/
Dasp834x-redboot.dts289 * sense == 8: Level, low assertion
Dmpc8308rdb.dts236 * sense == 8: Level, low assertion
Dmpc8308_p1m.dts267 * sense == 8: Level, low assertion
Dmpc5125twr.dts77 // sense == 8: Level, low assertion
Dac14xx.dts154 * sense == 8: Level, low assertion
Dmpc8313erdb.dts279 * sense == 8: Level, low assertion
Dmpc8379_rdb.dts382 * sense == 8: Level, low assertion
Dmpc8377_wlan.dts350 * sense == 8: Level, low assertion
Dmpc8378_rdb.dts352 * sense == 8: Level, low assertion
Dmpc834x_mds.dts270 * sense == 8: Level, low assertion
/kernel/linux/linux-5.10/Documentation/scsi/
Dadvansys.rst71 Enabling this option adds assertion logic statements to the
72 driver. If an assertion fails a message will be displayed to
/kernel/linux/linux-5.10/Documentation/process/
Dkernel-enforcement-statement.rst23 license with respect to any non-defensive assertion of rights under the
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/
Dusage.rst142 KUnit also has the concept of an *assertion*. An assertion is just like an
143 expectation except the assertion immediately terminates the test case if it is
/kernel/linux/linux-5.10/Documentation/virt/kvm/devices/
Dxive.rst111 - level: assertion level in case of an LSI.

12