Searched refs:all (Results 26 - 31 of 31) sorted by relevance

12

/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c18 * The Original Code and all software distributed under the License are
435 /* Routines to manipulate bits on all threads */
1501 killpg1(proc_t cp, int signum, int pgid, int all, int posix) argument
1511 if (all) {
H A Dkern_proc.c18 * The Original Code and all software distributed under the License are
572 /* wait for all that hold parentrefs to drop */
1098 * visible in all the right places and initialize its own lists to empty.
1486 * hang-up all process in that group.
1585 * by using "/dev/null", or all core files can be stored in "/cores/%U/%N-%P".
1720 * or by having the all-login-context lock held) and
1848 SYSCTL_PROC(_kern_lctx, KERN_LCTX_ALL, all, CTLFLAG_RD|CTLTYPE_STRUCT | CTLFLAG_LOCKED,
2077 /* only allow setting a subset of all code sign flags */
3169 * Examine all processes and find the biggest (biggest is based on the number of pages this
H A Dkern_sysctl.c18 * The Original Code and all software distributed under the License are
79 * SYSCTL_*-style definitions, and as soon as all of them are gone,
484 * = 3 means reset all counts
848 SYSCTL_PROC(_kern_proc, KERN_PROC_ALL, all, CTLTYPE_NODE|CTLFLAG_RD | CTLFLAG_LOCKED,
1303 * On all machines we have so far, the stack grows
1436 * Note: we keep all pointers&sizes aligned to word boundries
1472 /* Add up all the space that is needed */
1640 /* trace all processes. Tell user what we traced */
1837 /* Original code allowed writing, I'm copying this, although this all makes
2627 * vm_global_user_wire_limit - system wide limit on wired memory from all processe
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.c18 * The Original Code and all software distributed under the License are
137 * ready_heap contains all dn_flow_queue related to fixed-rate pipes.
167 static struct dn_pipe_head pipehash[HASHSIZE]; /* all pipes */
168 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */
722 * In all cases, we make sure that the data structures are consistent
935 * now compute V = max(V, min(S_i)). Remember that all elements in sch
1028 /* make all time measurements in milliseconds (ms) -
1564 /* make all time measurements in milliseconds (ms) -
1746 * Note that for all flows in scheduler_heap (SCH), S_i <= V,
1747 * and for all flow
1813 purge_flow_set(struct dn_flow_set *fs, int all) argument
[all...]
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c18 * The Original Code and all software distributed under the License are
1469 * Flush out and invalidate all buffers associated with a vnode.
1489 * the lists may not be empty, but all that's left at this
3088 * with Atomic updates... all other counters
4379 buffer_cache_gc(int all) argument
4389 if (all)
4393 * Unless "all" is set (used to evict meta data buffers in preparation
4485 /* Back under lock, move them all to invalid hash and clear busy */
4503 } while (all && (found == BUF_MAX_GC_BATCH_SIZE));
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c43 * implementation very much assume mastery of all of these sources; if one has
197 static dtrace_probe_t **dtrace_probes; /* array of all probes */
276 * For porting purposes, all kmutex_t vars have been changed
442 * disallow all negative sizes. Ranges of size 0 are allowed.
512 #else /* all other architectures */
572 * consumers. Correctness may not be supported for all the variables, so you
635 * Set DTrace maximal size in bytes used by all the consumers' state buffers. By default
636 * the limit is PHYS_MEM / 3 for *all* consumers. Attempting to set a null, a negative value
647 * Current state buffer memory used, in bytes, by all the DTrace consumers.
792 * support functions -- they may not interact at all wit
7879 int all = 0; local
11441 int i, all = 0; local
[all...]

Completed in 174 milliseconds

12