Searched refs:nr_records (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/kernel/trace/ |
D | trace_recursion_record.c | 17 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-6.1.9/fs/xfs/libxfs/ |
D | xfs_btree_staging.h | 89 uint64_t nr_records; member 119 struct xfs_btree_bload *bbl, uint64_t nr_records);
|
D | xfs_btree_staging.c | 646 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() 752 uint64_t nr_this_level = bbl->nr_records; in xfs_btree_bload()
|
/linux-6.1.9/include/trace/events/ |
D | rcu.h | 690 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-6.1.9/kernel/rcu/ |
D | tree.c | 2851 unsigned long nr_records; member 2932 for (i = 0; i < bhead->nr_records; i++) in debug_rcu_bhead_unqueue() 3037 rcu_state.name, bkvhead[i]->nr_records, in kfree_rcu_work() 3040 kfree_bulk(bkvhead[i]->nr_records, in kfree_rcu_work() 3043 for (j = 0; j < bkvhead[i]->nr_records; j++) { in kfree_rcu_work() 3261 (*krcp)->bkvhead[idx]->nr_records == KVFREE_BULK_MAX_ENTR) { in add_ptr_to_bulk_krc_lock() 3286 bnode->nr_records = 0; in add_ptr_to_bulk_krc_lock() 3295 [(*krcp)->bkvhead[idx]->nr_records++] = ptr; in add_ptr_to_bulk_krc_lock()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_trace.h | 3991 union xfs_btree_ptr *ptr, unsigned int nr_records), 3992 TP_ARGS(cur, level, block_idx, nr_blocks, ptr, nr_records), 4001 __field(unsigned int, nr_records) 4018 __entry->nr_records = nr_records; 4028 __entry->nr_records)
|