Searched refs:num_ops (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | mutex_prof.h | 43 OP(num_ops, uint64_t, "n_lock_ops", false, num_ops) \ 44 OP(num_ops_ps, uint64_t, "(#/sec)", true, num_ops) \
|
/freebsd/usr.bin/genl/ |
H A D | genl.c | 90 uint32_t num_ops; member 150 if (ops->num_ops == 0) in dump_operations() 153 for (uint32_t i = 0; i < ops->num_ops; i++) { in dump_operations()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 58 StringRef fmt, size_t num_ops) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 1105 for (unsigned op_index = 0, num_ops = Old->arg_size(); in MaybeHandleCallArguments() local 1106 op_index < num_ops; ++op_index) in MaybeHandleCallArguments()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_all.c | 631 int num_ops[2]; in scsi_op_desc() local 655 num_ops[0] = ((struct scsi_op_quirk_entry *)match)->num_ops; in scsi_op_desc() 657 num_ops[1] = nitems(scsi_op_codes); in scsi_op_desc() 668 num_ops[0] = nitems(scsi_op_codes); in scsi_op_desc() 689 for (i = 0;i < num_ops[j] && table[j][i].opcode <= opcode; i++){ in scsi_op_desc()
|
H A D | scsi_all.h | 3782 int num_ops; member
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 356 {num_ops,num_spin_acq,num_wait,max_wait_time,total_wait_time,max_num_thds, 364 {num_ops,num_spin_acq,num_wait,max_wait_time,total_wait_time,max_num_thds, 369 {num_ops,num_spin_acq,num_wait,max_wait_time,total_wait_time,max_num_thds,
|