Lines Matching defs:obj
493 const void *key, struct rhash_head *obj)
520 list = container_of(obj, struct rhlist_head, rhead);
527 rcu_assign_pointer(*pprev, obj);
530 rht_assign_locked(bkt, obj);
543 struct bucket_table *tbl, unsigned int hash, struct rhash_head *obj,
570 RCU_INIT_POINTER(obj->next, head);
574 list = container_of(obj, struct rhlist_head, rhead);
581 rht_assign_locked(bkt, obj);
591 struct rhash_head *obj)
604 hash = rht_head_hashfn(ht, tbl, obj, ht->p);
616 hash, key, obj);
618 hash, obj, data);
634 struct rhash_head *obj)
640 data = rhashtable_try_insert(ht, key, obj);
1008 * struct test_obj *obj = data;
1100 static void rhashtable_free_one(struct rhashtable *ht, struct rhash_head *obj,
1107 free_fn(rht_obj(ht, obj), arg);
1111 list = container_of(obj, struct rhlist_head, rhead);
1113 obj = &list->rhead;
1115 free_fn(rht_obj(ht, obj), arg);