Home
last modified time | relevance | path

Searched defs:true (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/include/nolibc/
H A Dstdbool.h11 #define true 1 macro
/linux-6.15/arch/powerpc/boot/
H A Dtypes.h46 #define true 1 macro
/linux-6.15/rust/kernel/
H A Dlist.rs750 pub fn peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> { in peek_next() argument
/linux-6.15/tools/mm/
H A Dpage_owner_sort.c27 #define true 1 macro
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c31 #define MUX(pred, true, false) ((pred) ? (true) : (false)) argument