Home
last modified time | relevance | path

Searched refs:nr_records (Results 1 – 12 of 12) sorted by relevance

/linux/kernel/trace/
H A Dtrace_recursion_record.c17 static atomic_t nr_records; variable
36 i = atomic_read(&nr_records); in ftrace_record_recursion()
109 i = atomic_read(&nr_records); in ftrace_record_recursion()
114 atomic_cmpxchg(&nr_records, i, index + 1); in ftrace_record_recursion()
127 index = atomic_read(&nr_records); in recursed_function_seq_start()
146 index = atomic_read(&nr_records); in recursed_function_seq_next()
189 atomic_set(&nr_records, -1); in recursed_function_open()
194 atomic_set(&nr_records, 0); in recursed_function_open()
/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.h86 uint64_t nr_records; member
126 struct xfs_btree_bload *bbl, uint64_t nr_records);
H A Dxfs_btree_staging.c575 uint64_t nr_records) in xfs_btree_bload_compute_geometry() argument
594 bbl->nr_records = nr_this_level = nr_records; in xfs_btree_bload_compute_geometry()
684 uint64_t nr_this_level = bbl->nr_records; in xfs_btree_bload()
/linux/include/trace/events/
H A Drcu.h690 TP_PROTO(const char *rcuname, unsigned long nr_records, void **p),
692 TP_ARGS(rcuname, nr_records, p),
696 __field(unsigned long, nr_records)
702 __entry->nr_records = nr_records;
707 __entry->rcuname, __entry->p, __entry->nr_records)
/linux/mm/
H A Dslab_common.c1324 unsigned long nr_records; member
1325 void *records[] __counted_by(nr_records);
1415 for (i = 0; i < bhead->nr_records; i++) in debug_rcu_bhead_unqueue()
1497 "slab", bnode->nr_records, in kvfree_rcu_bulk()
1500 kfree_bulk(bnode->nr_records, bnode->records); in kvfree_rcu_bulk()
1502 for (i = 0; i < bnode->nr_records; i++) { in kvfree_rcu_bulk()
1670 atomic_sub(bnode->nr_records, &krcp->bulk_count[i]); in kvfree_rcu_drain_ready()
1828 if (!bnode || bnode->nr_records == KVFREE_BULK_MAX_ENTR) { in add_ptr_to_bulk_krc_lock()
1853 bnode->nr_records = 0; in add_ptr_to_bulk_krc_lock()
1858 bnode->nr_records++; in add_ptr_to_bulk_krc_lock()
[all …]
/linux/tools/testing/cxl/test/
H A Dmem.c1100 int nr_records = 0; in cxl_get_injected_po() local
1115 po->record[nr_records].address = cpu_to_le64(dpa); in cxl_get_injected_po()
1116 po->record[nr_records].length = cpu_to_le32(1); in cxl_get_injected_po()
1117 nr_records++; in cxl_get_injected_po()
1118 if (nr_records == poison_inject_dev_max) in cxl_get_injected_po()
1123 po->count = cpu_to_le16(nr_records); in cxl_get_injected_po()
1135 int nr_records; in mock_get_poison() local
1140 nr_records = le16_to_cpu(po->count); in mock_get_poison()
1141 memcpy(cmd->payload_out, po, struct_size(po, record, nr_records)); in mock_get_poison()
1142 cmd->size_out = struct_size(po, record, nr_records); in mock_get_poison()
/linux/fs/xfs/scrub/
H A Drtrmap_repair.c97 uint64_t nr_records; member
536 rr->nr_records++; in xrep_rtrmap_check_record()
636 rr->nr_records = 0; in xrep_rtrmap_find_rmaps()
738 &rr->new_btree.bload, rr->nr_records); in xrep_rtrmap_build_new_tree()
H A Drcbag_btree.h57 unsigned long long rcbagbt_calc_size(unsigned long long nr_records);
H A Drcbag_btree.c282 unsigned long long nr_records) in rcbagbt_calc_size() argument
292 return xfs_btree_calc_size(minrecs, nr_records); in rcbagbt_calc_size()
H A Drmap_repair.c152 unsigned long long nr_records; member
895 rr->nr_records++; in xrep_rmap_check_record()
1002 rr->nr_records = 0; in xrep_rmap_find_rmaps()
1125 &rr->new_btree.bload, rr->nr_records + freesp_records); in xrep_rmap_try_reserve()
1150 &rr->new_btree.bload, rr->nr_records); in xrep_rmap_reserve_space()
1385 error = xrep_rmap_count_records(rr->mcur, &rr->nr_records); in xrep_rmap_build_new_tree()
/linux/drivers/cxl/core/
H A Dmbox.c1345 int nr_records = 0; in cxl_mem_get_poison() local
1376 nr_records = nr_records + le16_to_cpu(po->count); in cxl_mem_get_poison()
1377 if (nr_records >= mds->poison.max_errors) { in cxl_mem_get_poison()
1379 nr_records); in cxl_mem_get_poison()
/linux/fs/xfs/
H A Dxfs_trace.h4596 union xfs_btree_ptr *ptr, unsigned int nr_records),
4597 TP_ARGS(cur, level, block_idx, nr_blocks, ptr, nr_records),
4606 __field(unsigned int, nr_records)
4623 __entry->nr_records = nr_records;
4633 __entry->nr_records)