Home
last modified time | relevance | path

Searched refs:is_ok (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/rust/kernel/block/mq/
Drequest.rs217 .is_ok() in atomic_relaxed_op_unless()
/linux-6.12.1/rust/kernel/list/
Darc.rs519 .is_ok() in try_new_list_arc()
/linux-6.12.1/net/mpls/
Daf_mpls.c943 bool is_ok = true; in mpls_label_ok() local
949 is_ok = false; in mpls_label_ok()
953 if (is_ok && *index >= net->mpls.platform_labels) { in mpls_label_ok()
956 is_ok = false; in mpls_label_ok()
960 return is_ok; in mpls_label_ok()