Searched refs:proc (Results 1 - 25 of 1518) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp23 Processor *proc = new(mem) Processor; local
24 proc->thr = nullptr;
26 AllocatorProcStart(proc);
29 proc->dd_pt = ctx->dd->CreatePhysicalThread();
30 return proc;
33 void ProcDestroy(Processor *proc) { argument
34 CHECK_EQ(proc->thr, nullptr);
36 AllocatorProcFinish(proc);
38 ctx->clock_alloc.FlushCache(&proc->clock_cache);
39 ctx->metamap.OnProcIdle(proc);
46 ProcWire(Processor *proc, ThreadState *thr) argument
53 ProcUnwire(Processor *proc, ThreadState *thr) argument
[all...]
/freebsd-13-stable/sys/dev/wtap/wtap_hal/
H A Dhandler.h41 void (*proc)(void *); member in struct:timehandler
48 struct task proc; member in struct:eventhandler
/freebsd-13-stable/sys/sys/
H A Dkthread.h44 struct proc **global_procpp; /* ptr to proc ptr save area */
54 int kproc_create(void (*)(void *), void *, struct proc **,
57 int kproc_resume(struct proc *);
60 int kproc_suspend(struct proc *, int);
61 void kproc_suspend_check(struct proc *);
65 struct proc **,
71 struct proc *, struct thread **,
H A Dracct.h47 struct proc;
177 int racct_add(struct proc *p, int resource, uint64_t amount);
179 void racct_add_force(struct proc *p, int resource, uint64_t amount);
180 void racct_add_buf(struct proc *p, const struct buf *bufp, int is_write);
181 int racct_set(struct proc *p, int resource, uint64_t amount);
182 int racct_set_unlocked(struct proc *p, int resource, uint64_t amount);
183 void racct_set_force(struct proc *p, int resource, uint64_t amount);
184 void racct_sub(struct proc *p, int resource, uint64_t amount);
186 uint64_t racct_get_limit(struct proc *p, int resource);
187 uint64_t racct_get_available(struct proc *
[all...]
H A Dprocdesc.h57 struct proc;
65 struct proc *pd_proc; /* (t) Process. */
98 int procdesc_exit(struct proc *);
99 int procdesc_find(struct thread *, int fd, cap_rights_t *, struct proc **);
101 void procdesc_new(struct proc *, int);
104 void procdesc_reap(struct proc *);
H A Dresourcevar.h51 * c - locked by proc mtx
53 * w - locked by proc itim lock
54 * w2 - locked by proc prof lock
112 struct proc;
118 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
119 void calcru(struct proc *p, struct timeval *up, struct timeval *sp);
126 int kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which,
145 rlim_t lim_cur_proc(struct proc *p, int which);
146 void lim_fork(struct proc *p1, struct proc *p
[all...]
H A Drctl.h45 struct proc;
71 struct proc *rs_proc;
144 int rctl_enforce(struct proc *p, int resource, uint64_t amount);
146 int64_t rctl_pcpu_available(const struct proc *p);
147 uint64_t rctl_get_limit(struct proc *p, int resource);
148 uint64_t rctl_get_available(struct proc *p, int resource);
150 void rctl_proc_ucred_changed(struct proc *p, struct ucred *newcred);
151 int rctl_proc_fork(struct proc *parent, struct proc *child);
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_clntout.c82 proc_list *proc; local
85 for (proc = vp->procs; proc != NULL; proc = proc->next) {
88 ptype(proc->res_prefix, proc->res_type, 1);
90 pvname(proc->proc_name, vp->vers_num);
91 printarglist(proc, RESULT, "clnt", "CLIENT *");
94 pvname(proc
115 printarglist(proc_list *proc, const char *result, const char *addargname, const char *addargtype) argument
171 printbody(proc_list *proc) argument
[all...]
H A Drpc_sample.c83 proc_list *proc; local
93 for (proc = vp->procs; proc != NULL; proc = proc->next) {
97 ptype(proc->res_prefix, proc->res_type, 1);
100 ptype(proc->res_prefix, proc->res_type, 1);
104 if(proc
195 proc_list *proc; local
[all...]
H A Drpc_tblout.c89 proc_list *proc; local
108 for (proc = vp->procs; proc != NULL; proc = proc->next) {
109 current = atoi(proc->proc_num);
124 pvname_svc(proc->proc_name, vp->vers_num);
128 pvname(proc->proc_name, vp->vers_num);
133 if( proc->arg_num > 1 )
134 printit((char*) NULL, proc
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzone.h41 * Is proc in the global zone?
43 #define INGLOBALZONE(proc) (!jailed((proc)->p_ucred))
H A Ddisp.h32 #include <sys/proc.h>
H A Dproc.h34 #include_next <sys/proc.h>
62 typedef struct proc proc_t;
67 do_thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg,
85 error = kproc_kthread_add(proc, arg, ppp, &td, RFSTOPPED,
98 #define thread_create_named(name, stk, stksize, proc, arg, len, \
100 do_thread_create(stk, stksize, proc, arg, len, pp, state, pri, name)
101 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \
102 do_thread_create(stk, stksize, proc, arg, len, pp, state, pri, #proc)
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d31 proc:::signal-send
37 proc:::signal-clear
H A Dtst.startexit.ksh31 # 1. proc:::start
32 # 2. proc:::lwp-start
33 # 3. proc:::lwp-exit
34 # 4. proc:::exit
42 proc:::start
48 proc:::lwp-start
54 proc:::lwp-exit
60 proc:::exit
H A Dtst.exec.ksh29 # This script tests that the proc:::exec probe fires, followed by the
30 # proc:::exec-success probe (in a successful exec(2)).
38 proc:::exec
44 proc:::exec-success
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Ddisp.h34 #include <sys/proc.h>
/freebsd-13-stable/contrib/apr/misc/unix/
H A Dotherchild.c55 APR_DECLARE(void) apr_proc_other_child_register(apr_proc_t *proc, argument
63 ocr->proc = proc;
103 APR_DECLARE(apr_status_t) apr_proc_other_child_alert(apr_proc_t *proc,
111 if (ocr->proc->pid != proc->pid)
114 ocr->proc = NULL;
130 if (ocr->proc == NULL)
133 if (!ocr->proc->hproc) {
137 ocr->proc
191 apr_proc_other_child_register(apr_proc_t *proc, void (*maintenance) (int reason, void *, int status), void *data, apr_file_t *write_fd, apr_pool_t *p) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/callbacks/
H A Dzfs_dbgmsg.ksh25 sudo tail -n $lines /proc/spl/kstat/zfs/dbgmsg
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/
H A Dsetup.ksh25 if ! [ -f /proc/self/uid_map ]; then
/freebsd-13-stable/usr.sbin/rtprio/
H A Drtprio.c59 pid_t proc = 0; local
72 proc = parseint(argv[1], "pid");
73 proc = abs(proc);
76 if (rtprio(RTP_LOOKUP, proc, &rtp) != 0)
112 proc = parseint(argv[2], "pid");
113 proc = abs(proc);
116 if (rtprio(RTP_SET, proc, &rtp) != 0)
119 if (proc
[all...]
/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c48 #include <sys/proc.h>
91 pfs_visible_proc(struct thread *td, struct pfs_node *pn, struct proc *proc) argument
95 if (proc == NULL)
98 PROC_LOCK_ASSERT(proc, MA_OWNED);
100 visible = ((proc->p_flag & P_WEXIT) == 0);
102 visible = (p_cansee(td, proc) == 0);
104 visible = pn_vis(td, proc, pn);
112 struct proc **p)
114 struct proc *pro local
140 struct proc *proc; local
186 struct proc *proc; local
223 struct proc *proc; local
290 struct proc *proc; local
343 struct proc *proc; local
680 struct proc *proc; local
792 pfs_iterate(struct thread *td, struct proc *proc, struct pfs_node *pd, struct pfs_node **pn, struct proc **p) argument
854 struct proc *p, *proc; local
991 struct proc *proc = NULL; local
1088 struct proc *proc; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h27 bool InferiorCallMmap(Process *proc, lldb::addr_t &allocated_addr,
31 bool InferiorCallMunmap(Process *proc, lldb::addr_t addr, lldb::addr_t length);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.d44 proc:::create
58 proc:::exit
65 proc:::exit
/freebsd-13-stable/contrib/netbsd-tests/rump/kernspace/
H A Dsendsig.c36 #include <sys/proc.h>
48 struct proc *p;
77 struct proc *p = curproc;

Completed in 298 milliseconds

1234567891011>>