Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
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-v5.15/fs/xfs/libxfs/
Dxfs_btree_staging.h89 uint64_t nr_records; member
119 struct xfs_btree_bload *bbl, uint64_t nr_records);
Dxfs_btree_staging.c646 uint64_t nr_records) in xfs_btree_bload_compute_geometry() argument
664 bbl->nr_records = nr_this_level = nr_records; in xfs_btree_bload_compute_geometry()
750 uint64_t nr_this_level = bbl->nr_records; in xfs_btree_bload()
/Linux-v5.15/include/trace/events/
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-v5.15/kernel/rcu/
Dtree.c3084 unsigned long nr_records; member
3167 for (i = 0; i < bhead->nr_records; i++) in debug_rcu_bhead_unqueue()
3272 rcu_state.name, bkvhead[i]->nr_records, in kfree_rcu_work()
3275 kfree_bulk(bkvhead[i]->nr_records, in kfree_rcu_work()
3278 for (j = 0; j < bkvhead[i]->nr_records; j++) { in kfree_rcu_work()
3470 (*krcp)->bkvhead[idx]->nr_records == KVFREE_BULK_MAX_ENTR) { in add_ptr_to_bulk_krc_lock()
3495 bnode->nr_records = 0; in add_ptr_to_bulk_krc_lock()
3504 [(*krcp)->bkvhead[idx]->nr_records++] = ptr; in add_ptr_to_bulk_krc_lock()
/Linux-v5.15/fs/xfs/
Dxfs_trace.h3943 union xfs_btree_ptr *ptr, unsigned int nr_records),
3944 TP_ARGS(cur, level, block_idx, nr_blocks, ptr, nr_records),
3953 __field(unsigned int, nr_records)
3970 __entry->nr_records = nr_records;
3980 __entry->nr_records)