Lines Matching defs:multi
203 * Storing a multi-index entry over entries with marks gives the
937 unsigned long multi = 3 << order;
941 xa_store_order(xa, multi, order, xa_mk_value(multi), GFP_KERNEL);
947 xa_mk_value(multi));
948 XA_BUG_ON(xa, index != multi);
949 index = multi + 1;
951 xa_mk_value(multi));
952 XA_BUG_ON(xa, (index < multi) || (index >= next));
959 xa_erase_index(xa, multi);
1784 /* Destroying an array with a multi-index entry */