Home
last modified time | relevance | path

Searched refs:po_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c408 if ((po->po_flags & PMC_PO_OWNS_LOGFILE) == 0) in pmclog_loop()
417 if (po->po_flags & PMC_PO_SHUTDOWN) in pmclog_loop()
551 if (po->po_flags & PMC_PO_SHUTDOWN) in pmclog_reserve()
657 po->po_flags &= ~PMC_PO_OWNS_LOGFILE; in pmclog_stop_kthread()
693 if (po->po_flags & PMC_PO_OWNS_LOGFILE) in pmclog_configure_log()
706 po->po_flags |= PMC_PO_OWNS_LOGFILE; in pmclog_configure_log()
740 po->po_flags &= ~PMC_PO_OWNS_LOGFILE; in pmclog_configure_log()
760 if ((po->po_flags & PMC_PO_OWNS_LOGFILE) == 0) in pmclog_deconfigure_log()
826 if ((po->po_flags & PMC_PO_OWNS_LOGFILE) == 0) { in pmclog_flush()
885 po->po_flags |= PMC_PO_SHUTDOWN; in pmclog_close()
H A Dhwpmc_mod.c869 if (po->po_flags & PMC_PO_OWNS_LOGFILE) in pmc_remove_owner()
1847 if (po->po_flags & PMC_PO_OWNS_LOGFILE) in pmc_process_mmap()
1888 if (po->po_flags & PMC_PO_OWNS_LOGFILE) in pmc_process_munmap()
1939 po->po_flags |= PMC_PO_INITIAL_MAPPINGS_DONE; in pmc_log_kernel_mappings()
2874 if ((po->po_flags & PMC_PO_OWNS_LOGFILE) != 0) in pmc_register_owner()
3082 (po->po_flags & PMC_PO_OWNS_LOGFILE) == 0) in pmc_start()
4987 if ((po->po_flags & PMC_PO_OWNS_LOGFILE) != 0) in pmc_process_exit()
5119 if ((po->po_flags & PMC_PO_OWNS_LOGFILE) != 0) in pmc_process_exit()
5154 if (po->po_flags & PMC_PO_OWNS_LOGFILE) { in pmc_process_fork()
5273 if ((po->po_flags & PMC_PO_OWNS_LOGFILE) == 0) in pmc_process_allproc()
[all …]
/freebsd/sys/sys/
H A Dpmc.h865 uint32_t po_flags; /* (k) flags PMC_PO_* */ member