Lines Matching full:flags
12 uint32_t flags = anp->flags & SYS_NOTIFY_EXTENSION_MASK; in get_extflags() local
14 return flags >> SYS_NOTIFY_EXTENSION_POS; in get_extflags()
18 uint32_t flags) in set_extflags() argument
20 anp->flags = (anp->flags & ~SYS_NOTIFY_EXTENSION_MASK) in set_extflags()
21 | (flags << SYS_NOTIFY_EXTENSION_POS); in set_extflags()
34 .flags = 0, in ZTEST()
66 zassert_equal(notify.flags, SYS_NOTIFY_METHOD_SPINWAIT, in ZTEST()
67 "flags mismatch"); in ZTEST()
80 zassert_not_equal(notify.flags, 0, in ZTEST()
81 "flags cleared"); in ZTEST()
86 zassert_equal(notify.flags, 0, in ZTEST()
87 "flags not cleared"); in ZTEST()
132 zassert_equal(notify.flags, SYS_NOTIFY_METHOD_SIGNAL, in ZTEST()
133 "flags mismatch"); in ZTEST()
148 zassert_not_equal(notify.flags, 0, in ZTEST()
149 "flags cleared"); in ZTEST()
154 zassert_equal(notify.flags, 0, in ZTEST()
155 "flags not cleared"); in ZTEST()
199 zassert_equal(notify.flags, SYS_NOTIFY_METHOD_CALLBACK, in ZTEST()
200 "flags mismatch"); in ZTEST()
216 zassert_not_equal(notify.flags, 0, in ZTEST()
217 "flags cleared"); in ZTEST()
222 zassert_equal(notify.flags, 0, in ZTEST()
223 "flags not cleared"); in ZTEST()