Searched refs:assertion (Results 1 – 22 of 22) sorted by relevance
/linux-3.4.99/fs/gfs2/ |
D | util.h | 32 #define gfs2_assert(sdp, assertion) \ argument 34 if (unlikely(!(assertion))) { \ 41 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, 44 #define gfs2_assert_withdraw(sdp, assertion) \ argument 45 ((likely(assertion)) ? 0 : gfs2_assert_withdraw_i((sdp), #assertion, \ 49 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, 52 #define gfs2_assert_warn(sdp, assertion) \ argument 53 ((likely(assertion)) ? 0 : gfs2_assert_warn_i((sdp), #assertion, \
|
D | util.c | 76 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i() argument 83 sdp->sd_fsname, assertion, in gfs2_assert_withdraw_i() 95 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i() argument 107 sdp->sd_fsname, assertion, in gfs2_assert_warn_i() 118 sdp->sd_fsname, assertion, in gfs2_assert_warn_i()
|
/linux-3.4.99/Documentation/scsi/ |
D | advansys.txt | 64 Enabling this option adds assertion logic statements to the 65 driver. If an assertion fails a message will be displayed to
|
/linux-3.4.99/arch/powerpc/boot/dts/ |
D | mpc8308_p1m.dts | 273 * sense == 8: Level, low assertion
|
D | mpc8308rdb.dts | 241 * sense == 8: Level, low assertion
|
D | asp834x-redboot.dts | 295 * sense == 8: Level, low assertion
|
D | sbc8349.dts | 256 * sense == 8: Level, low assertion
|
D | pdm360ng.dts | 143 // sense == 8: Level, low assertion
|
D | mpc8313erdb.dts | 284 * sense == 8: Level, low assertion
|
D | mpc8377_wlan.dts | 356 * sense == 8: Level, low assertion
|
D | mpc5121ads.dts | 146 // sense == 8: Level, low assertion
|
D | mpc8315erdb.dts | 333 * sense == 8: Level, low assertion
|
D | mpc834x_mds.dts | 276 * sense == 8: Level, low assertion
|
D | mpc8377_rdb.dts | 373 * sense == 8: Level, low assertion
|
D | mpc8378_mds.dts | 351 * sense == 8: Level, low assertion
|
D | mpc8378_rdb.dts | 357 * sense == 8: Level, low assertion
|
D | mpc8379_mds.dts | 381 * sense == 8: Level, low assertion
|
D | mpc8379_rdb.dts | 387 * sense == 8: Level, low assertion
|
D | mpc8377_mds.dts | 367 * sense == 8: Level, low assertion
|
/linux-3.4.99/Documentation/hwmon/ |
D | lm93 | 274 prochot<n>_override force #PROCHOT assertion as PWM
|
/linux-3.4.99/Documentation/ |
D | atomic_ops.txt | 384 be set, thus triggering the assertion in obj_destroy(). The error
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 690 * the assertion of SELDO. If we are non-packetized,
|