Searched refs:_po (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | pmclog.h | 297 int pmclog_configure_log(struct pmc_mdep *_md, struct pmc_owner *_po, 299 int pmclog_deconfigure_log(struct pmc_owner *_po); 300 int pmclog_flush(struct pmc_owner *_po, int force); 301 int pmclog_close(struct pmc_owner *_po); 317 void pmclog_process_procexec(struct pmc_owner *_po, pmc_id_t _pmid, pid_t _pid, 320 void pmclog_process_procfork(struct pmc_owner *_po, pid_t _oldpid, pid_t _newpid); 321 void pmclog_process_sysexit(struct pmc_owner *_po, pid_t _pid); 322 void pmclog_process_threadcreate(struct pmc_owner *_po, struct thread *td, int sync); 323 void pmclog_process_threadexit(struct pmc_owner *_po, struct thread *td); 324 void pmclog_process_proccreate(struct pmc_owner *_po, struct proc *p, int sync); [all …]
|
/freebsd/sys/compat/linuxkpi/common/include/asm/ |
H A D | atomic.h | 278 #define __atomic_try_cmpxchg(type, _p, _po, _n) \ argument 280 __typeof(_po) __po = (_po); \ 281 __typeof(*(_po)) __r, __o = *__po; \ 288 #define atomic_try_cmpxchg(_p, _po, _n) __atomic_try_cmpxchg(, _p, _po, _n) argument
|