Searched refs:xa_is_err (Results 1 – 15 of 15) sorted by relevance
38 if (WARN(xa_is_err(ret), "Failed to store MTE tags")) { in mte_save_tags()
94 if (xa_is_err(pre)) { in erofs_insert_workgroup()
236 if (WARN(xa_is_err(ret), "Failed to store MTE tags")) { in save_tags()
139 个特殊的值,可以用xa_err()把它变成一个错误值。如果你不需要确切地知道哪个错误发生,使用xa_is_err()
189 if (xa_is_err(entry)) in dmirror_do_fault()657 if (xa_is_err(entry)) { in dmirror_atomic_map()701 if (xa_is_err(entry)) { in dmirror_migrate_finalize_and_map()
1589 XA_BUG_ON(xa, xa_is_err(entry)); in check_align_1()
199 static inline bool xa_is_err(const void *entry) in xa_is_err() function220 if (xa_is_err(entry)) in xa_err()
544 if (xa_is_err(old)) { in nvmet_passthru_ctrl_enable()
556 WARN(xa_is_err(ret), in init_ftrace_syscalls()
178 !xa_is_err(entry); \1963 WARN_ON(xa_is_err(rc)); in ib_set_client_data()
457 if (xa_is_err(ret)) { in implicit_get_child_mr()
136 if (xa_is_err(dev_set)) { in vfio_assign_device_set()
181 xa_is_err() is slightly more efficient.
324 if (xa_is_err(old)) { in proto_context_register_locked()
3826 if (xa_is_err(old_entry)) { in mlx5_esw_vport_vhca_id_set()
Completed in 46 milliseconds