Searched refs:dst_rec (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | linker.c | 2445 struct bpf_func_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local 2463 dst_rec = add_btf_ext_rec(&dst_sec->func_info, src_rec); in linker_append_btf_ext() 2464 if (!dst_rec) in linker_append_btf_ext() 2467 dst_rec->insn_off += src_sec->dst_off; in linker_append_btf_ext() 2468 dst_rec->type_id = obj->btf_type_map[dst_rec->type_id]; in linker_append_btf_ext() 2474 struct bpf_line_info_min *src_rec, *dst_rec; in linker_append_btf_ext() local 2492 dst_rec = add_btf_ext_rec(&dst_sec->line_info, src_rec); in linker_append_btf_ext() 2493 if (!dst_rec) in linker_append_btf_ext() 2496 dst_rec in linker_append_btf_ext() 2516 struct bpf_core_relo *src_rec, *dst_rec; linker_append_btf_ext() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_btree.c | 1310 union xfs_btree_rec *dst_rec, in xfs_btree_copy_recs() 1315 memcpy(dst_rec, src_rec, numrecs * cur->bc_ops->rec_len); in xfs_btree_copy_recs() 1361 char *dst_rec; in xfs_btree_shift_recs() local 1366 dst_rec = (char *)rec + (dir * cur->bc_ops->rec_len); in xfs_btree_shift_recs() 1367 memmove(dst_rec, rec, numrecs * cur->bc_ops->rec_len); in xfs_btree_shift_recs() 1308 xfs_btree_copy_recs( struct xfs_btree_cur *cur, union xfs_btree_rec *dst_rec, union xfs_btree_rec *src_rec, int numrecs) xfs_btree_copy_recs() argument
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_btree.c | 1382 union xfs_btree_rec *dst_rec, in xfs_btree_copy_recs() 1387 memcpy(dst_rec, src_rec, numrecs * cur->bc_ops->rec_len); in xfs_btree_copy_recs() 1433 char *dst_rec; in xfs_btree_shift_recs() local 1438 dst_rec = (char *)rec + (dir * cur->bc_ops->rec_len); in xfs_btree_shift_recs() 1439 memmove(dst_rec, rec, numrecs * cur->bc_ops->rec_len); in xfs_btree_shift_recs() 1380 xfs_btree_copy_recs( struct xfs_btree_cur *cur, union xfs_btree_rec *dst_rec, union xfs_btree_rec *src_rec, int numrecs) xfs_btree_copy_recs() argument
|
Completed in 15 milliseconds