Home
last modified time | relevance | path

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

/linux/kernel/trace/
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/
A Dxfs_btree_staging.h89 uint64_t nr_records; member
119 struct xfs_btree_bload *bbl, uint64_t nr_records);
A 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()
752 uint64_t nr_this_level = bbl->nr_records; in xfs_btree_bload()
/linux/include/trace/events/
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/kernel/rcu/
A Dtree.c3082 unsigned long nr_records; member
3165 for (i = 0; i < bhead->nr_records; i++) in debug_rcu_bhead_unqueue()
3270 rcu_state.name, bkvhead[i]->nr_records, in kfree_rcu_work()
3273 kfree_bulk(bkvhead[i]->nr_records, in kfree_rcu_work()
3276 for (j = 0; j < bkvhead[i]->nr_records; j++) { in kfree_rcu_work()
3468 (*krcp)->bkvhead[idx]->nr_records == KVFREE_BULK_MAX_ENTR) { in add_ptr_to_bulk_krc_lock()
3493 bnode->nr_records = 0; in add_ptr_to_bulk_krc_lock()
3502 [(*krcp)->bkvhead[idx]->nr_records++] = ptr; in add_ptr_to_bulk_krc_lock()
/linux/fs/xfs/
A 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)

Completed in 21 milliseconds