| /Linux-v5.15/fs/xfs/ |
| D | xfs_log_recover.c | 777 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr() argument 800 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr() 821 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr() 851 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr() argument 874 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr() 894 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr() 1033 struct xlog_rec_header **rhead, /* ptr to last record */ in xlog_verify_head() argument 1086 buffer, rhead_blk, rhead, wrapped); in xlog_verify_head() 1102 *tail_blk = BLOCK_LSN(be64_to_cpu((*rhead)->h_tail_lsn)); in xlog_verify_head() 1112 be32_to_cpu((*rhead)->h_size)); in xlog_verify_head() [all …]
|
| D | xfs_log_priv.h | 497 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
|
| D | xfs_log.c | 1792 struct xlog_rec_header *rhead, in xlog_cksum() argument 1799 crc = xfs_start_cksum_update((char *)rhead, in xlog_cksum() 1805 union xlog_in_core2 *xhdr = (union xlog_in_core2 *)rhead; in xlog_cksum()
|
| D | xfs_trace.h | 2223 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass), 2224 TP_ARGS(log, rhead, pass), 2234 __entry->lsn = be64_to_cpu(rhead->h_lsn); 2235 __entry->len = be32_to_cpu(rhead->h_len); 2236 __entry->num_logops = be32_to_cpu(rhead->h_num_logops);
|
| /Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
| D | ttm_object.h | 128 struct rcu_head rhead; member 327 kfree_rcu(__object, __base.rhead) 354 kfree_rcu(__obj, __prime.base.rhead)
|
| /Linux-v5.15/include/linux/ |
| D | rhashtable.h | 690 return he ? container_of(he, struct rhlist_head, rhead) : NULL; in rhltable_lookup() 751 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast() 752 plist = container_of(head, struct rhlist_head, rhead); in __rhashtable_insert_fast() 756 RCU_INIT_POINTER(list->rhead.next, head); in __rhashtable_insert_fast() 783 list = container_of(obj, struct rhlist_head, rhead); in __rhashtable_insert_fast() 852 return PTR_ERR(__rhashtable_insert_fast(&hlt->ht, key, &list->rhead, in rhltable_insert_key() 875 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert() 1007 list = container_of(he, struct rhlist_head, rhead); in __rhashtable_remove_fast_one() 1021 } while (list && obj != &list->rhead); in __rhashtable_remove_fast_one() 1038 RCU_INIT_POINTER(list->rhead.next, obj); in __rhashtable_remove_fast_one() [all …]
|
| D | rhashtable-types.h | 22 struct rhash_head rhead; member
|
| /Linux-v5.15/lib/ |
| D | rhashtable.c | 517 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_lookup_one() 518 plist = container_of(head, struct rhlist_head, rhead); in rhashtable_lookup_one() 522 RCU_INIT_POINTER(list->rhead.next, head); in rhashtable_lookup_one() 571 list = container_of(obj, struct rhlist_head, rhead); in rhashtable_insert_one() 759 for (list = container_of(p, struct rhlist_head, rhead); in rhashtable_walk_start_check() 804 rhead); in __rhashtable_walk_find_next() 824 return rht_obj(ht, rhlist ? &list->rhead : p); in __rhashtable_walk_find_next() 869 list = container_of(p, struct rhlist_head, rhead); in rhashtable_walk_next() 875 return rht_obj(ht, rhlist ? &list->rhead : p); in rhashtable_walk_next() 905 return rht_obj(ht, ht->rhlist ? &list->rhead : p); in rhashtable_walk_peek() [all …]
|
| D | test_rhashtable.c | 509 struct rhlist_head *list = container_of(pos, struct rhlist_head, rhead); in print_ht() 512 pos = &list->rhead; in print_ht() 554 key = rht_obj(&rhlt->ht, &rhl_test_objects[i].list_node.rhead); in test_insert_dup() 559 &rhl_test_objects[i].list_node.rhead)); in test_insert_dup()
|
| /Linux-v5.15/net/mac80211/ |
| D | mesh_pathtbl.c | 63 if (rhashtable_init(&newtbl->rhead, &mesh_rht_params)) { in mesh_table_alloc() 73 rhashtable_free_and_destroy(&tbl->rhead, in mesh_table_free() 219 mpath = rhashtable_lookup(&tbl->rhead, dst, mesh_rht_params); in mpath_lookup() 423 mpath = rhashtable_lookup_get_insert_fast(&tbl->rhead, in mesh_path_add() 466 ret = rhashtable_lookup_insert_fast(&tbl->rhead, in mpp_path_add() 533 rhashtable_remove_fast(&tbl->rhead, &mpath->rhash, mesh_rht_params); in __mesh_path_del() 620 mpath = rhashtable_lookup_fast(&tbl->rhead, addr, mesh_rht_params); in table_path_del()
|
| D | mesh.h | 144 struct rhashtable rhead; member
|
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_bo_list.h | 44 struct rcu_head rhead; member
|
| D | amdgpu_bo_list.c | 42 rhead); in amdgpu_bo_list_free_rcu() 59 call_rcu(&list->rhead, amdgpu_bo_list_free_rcu); in amdgpu_bo_list_free()
|
| /Linux-v5.15/security/selinux/ |
| D | avc.c | 58 struct rcu_head rhead; member 434 static void avc_node_free(struct rcu_head *rhead) in avc_node_free() argument 436 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free() 445 call_rcu(&node->rhead, avc_node_free); in avc_node_delete() 461 call_rcu(&old->rhead, avc_node_free); in avc_node_replace()
|
| /Linux-v5.15/Documentation/core-api/ |
| D | kref.rst | 284 struct rcu_head rhead; 311 kfree_rcu(entry, rhead); 321 by using kfree_rcu(entry, rhead) as done above, or by calling synchronize_rcu()
|
| /Linux-v5.15/fs/ceph/ |
| D | mds_client.c | 2733 struct ceph_mds_request_head_old *rhead; in __prepare_send_request() local 2760 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request() 2763 flags = le32_to_cpu(rhead->flags); in __prepare_send_request() 2765 rhead->flags = cpu_to_le32(flags); in __prepare_send_request() 2768 rhead->ino = cpu_to_le64(ceph_ino(req->r_target_inode)); in __prepare_send_request() 2770 rhead->num_retry = req->r_attempts - 1; in __prepare_send_request() 2773 rhead->num_releases = 0; in __prepare_send_request() 2794 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request() 2796 rhead->oldest_client_tid = cpu_to_le64(__get_oldest_tid(mdsc)); in __prepare_send_request() 2803 rhead->flags = cpu_to_le32(flags); in __prepare_send_request() [all …]
|