/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 220 txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr) in txg_thread_enter() argument 222 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG); in txg_thread_enter() 227 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) in txg_thread_exit() argument 233 CALLB_CPR_EXIT(cpr); /* drops &tx->tx_sync_lock */ in txg_thread_exit() 238 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time) in txg_thread_wait() argument 240 CALLB_CPR_SAFE_BEGIN(cpr); in txg_thread_wait() 248 CALLB_CPR_SAFE_END(cpr, &tx->tx_sync_lock); in txg_thread_wait() 451 callb_cpr_t cpr; in txg_sync_thread() local 454 txg_thread_enter(tx, &cpr); in txg_sync_thread() 475 txg_thread_wait(tx, &cpr, &tx->tx_sync_more_cv, timer); in txg_sync_thread() [all …]
|
H A D | arc.c | 3708 callb_cpr_t cpr; in arc_reclaim_thread() local 3710 CALLB_CPR_INIT(&cpr, &arc_reclaim_lock, callb_generic_cpr, FTAG); in arc_reclaim_thread() 3778 CALLB_CPR_SAFE_BEGIN(&cpr); in arc_reclaim_thread() 3781 CALLB_CPR_SAFE_END(&cpr, &arc_reclaim_lock); in arc_reclaim_thread() 3787 CALLB_CPR_EXIT(&cpr); /* drops arc_reclaim_lock */ in arc_reclaim_thread() 3794 callb_cpr_t cpr; in arc_user_evicts_thread() local 3796 CALLB_CPR_INIT(&cpr, &arc_user_evicts_lock, callb_generic_cpr, FTAG); in arc_user_evicts_thread() 3824 CALLB_CPR_SAFE_BEGIN(&cpr); in arc_user_evicts_thread() 3827 CALLB_CPR_SAFE_END(&cpr, &arc_user_evicts_lock); in arc_user_evicts_thread() 3832 CALLB_CPR_EXIT(&cpr); /* drops arc_user_evicts_lock */ in arc_user_evicts_thread() [all …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel-suspend-resume.mf | 58 $(i386_ONLY)file path=platform/i86pc/kernel/misc/$(ARCH64)/cpr group=sys \ 60 $(i386_ONLY)file path=platform/i86pc/kernel/misc/cpr group=sys mode=0755 64 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/cpr group=sys \ 66 file path=usr/share/man/man7/cpr.7
|
/titanic_41/usr/src/cmd/captoinfo/ |
H A D | mapfile-intf | 42 # captoinfo interposes on cpr() and progname[]. 45 cpr { FLAGS = INTERPOSE };
|
/titanic_41/usr/src/man/man7/ |
H A D | Makefile | 24 cpr.7 \
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | print.h | 52 extern int cpr(FILE *, char *);
|
H A D | cexpand.c | 241 cpr(FILE *stream, char *string) in cpr() function
|
/titanic_41/usr/src/uts/common/sys/usb/hubd/ |
H A D | hubdvar.h | 128 callb_cpr_t cpr; /* for cpr related info */ member 133 _NOTE(DATA_READABLE_WITHOUT_LOCK(hubd_cpr_t::cpr))
|
/titanic_41/usr/src/psm/stand/ |
H A D | Makefile | 31 SUBDIRS= lib bootblks boot cpr bootlst
|
/titanic_41/usr/src/psm/stand/cpr/ |
H A D | Makefile | 57 $(TOPDIR)/uts/*/cpr $(TOPDIR)/uts/*/sys/cpr_*
|
/titanic_41/usr/src/uts/i86pc/cpr/ |
H A D | Makefile | 41 MODULE = cpr
|
/titanic_41/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | Makefile | 67 $(TOPDIR)/uts/common/sys/cpr.h \
|
/titanic_41/usr/src/uts/sun4u/cpr/ |
H A D | Makefile | 40 MODULE = cpr
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | uadmin.c | 346 extern int cpr(int, void *); in kadmin() 351 error = cpr(fcn, mdep); in kadmin()
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | hpet_acpi.c | 85 boolean_t cpr; /* currently in CPR */ member 798 hpet_state.cpr = B_TRUE; in hpet_cpr() 809 hpet_state.cpr = B_FALSE; in hpet_cpr() 826 hpet_state.cpr = B_FALSE; in hpet_cpr() 1294 if ((hpet_state.cpr == B_TRUE) || in hpet_use_hpet_timer()
|
/titanic_41/usr/src/uts/i86xpv/ |
H A D | Makefile.rules | 123 $(OBJS_DIR)/%.o: $(UTSBASE)/common/cpr/%.c 229 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/cpr/%.c
|
/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/ |
H A D | scsa2usb.h | 512 callb_cpr_t cpr; /* for cpr related info */ member 517 _NOTE(DATA_READABLE_WITHOUT_LOCK(scsa2usb_cpr_t::cpr))
|
/titanic_41/usr/src/cmd/power/ |
H A D | power.dfl | 28 # and cpr(7) for details.
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | cpr_resume_setup.s | 90 ! reserve 4k for cpr tmp stack; tstack should be first,
|
/titanic_41/usr/src/uts/i86pc/ |
H A D | Makefile.i86pc | 329 MISC_KMODS += cpr
|
/titanic_41/usr/src/uts/common/cpr/ |
H A D | cpr_mod.c | 127 cpr(int fcn, void *mdep) in cpr() function
|
/titanic_41/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 960 MODULE(cpr,misc); 961 STUB(cpr, cpr, 0); 962 END_MODULE(cpr);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | cpr.h | 504 typedef struct cpr { struct
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 1060 MODULE(cpr,misc); 1061 STUB(cpr, cpr, 0); 1062 END_MODULE(cpr);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 864 parse_cky_pr(int argc, char **argv, ike_cky_pr_t *cpr) in parse_cky_pr() argument 868 if ((rtn = parse_cky(argc, argv, &cpr->cky_i)) < 0) { in parse_cky_pr() 875 if ((rtn = parse_cky(argc, argv, &cpr->cky_r)) < 0) { in parse_cky_pr() 2827 ike_cky_pr_t cpr; in do_getdel() local 2847 if (parse_cky_pr(argc, argv, &cpr) >= 0) { in do_getdel() 2850 idp = (char *)&cpr; in do_getdel()
|