Searched refs:judge (Results 1 – 12 of 12) sorted by relevance
/kernel/liteos_a/kernel/include/ |
D | los_base.h | 165 #define LOS_ASSERT(judge) do { \ argument 166 if ((UINT32)(judge) == 0) { \ 174 #define LOS_ASSERT_MSG(judge, msg) do { \ argument 175 if ((UINT32)(judge) == 0) { \ 185 #define LOS_ASSERT(judge) argument 186 #define LOS_ASSERT_MSG(judge, msg) argument
|
/kernel/linux/linux-5.10/tools/memory-model/scripts/ |
D | checkghlitmus.sh | 59 sh > $T/judge.stdout 2> $T/judge.stderr 65 grep '!!!' $T/judge.stdout
|
D | README | 48 judge whether the test ran correctly. Not normally run manually,
|
/kernel/liteos_m/utils/ |
D | los_debug.h | 155 #define LOS_ASSERT(judge) argument 157 #define LOS_ASSERT(judge) \ argument 159 if ((judge) == 0) { \
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-diff.txt | 100 It can help us to judge if the reported cycles data is noisy or
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | pstore-blk.rst | 174 important to judge whether the system is stable.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/ |
D | vm.rst | 374 These protections are added to score to judge whether this zone should be used
|
/kernel/linux/linux-5.10/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 206 (The herd7 tool doesn't judge, so it is only an LKMM convention that the
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 4129 + * Here use a power on reset value to judge 4148 + * Here use a power on reset value to judge
|
D | 0038_linux_drivers_mxc.patch | 193343 + * Add judge to find if it has available path to decode, if all
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 33238 + Read status[C0H]:[0]bit OIP, judge whether the device is busy or not 33351 + judge whether SPI Nand support QUAD read/write or not 35828 + /* judge whether support QUAD read/write or not, set it if yes */ 41106 + * So we need to judge whether MAC clk is enabled,
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 324185 + Read status[C0H]:[0]bit OIP, judge whether the device is busy or not 324298 + judge whether SPI Nand support QUAD read/write or not 326775 + /* judge whether support QUAD read/write or not, set it if yes */ 334078 + * So we need to judge whether MAC clk is enabled,
|