Searched refs:all (Results 1 - 25 of 28) sorted by relevance

12

/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A DMakefile0 all: file timer
/darwin-on-arm/xnu/tools/lockstat/
H A DMakefile5 all: $(TARGETS)
/darwin-on-arm/xnu/tools/tests/affinity/
H A DMakefile11 all: $(TESTS)
/darwin-on-arm/xnu/iokit/Tests/
H A DTests.cpp18 * The Original Code and all software distributed under the License are
51 OSOrderedSet * all; local
59 all = iter->iterateAll();
60 IOLog("\nCount %d\n", all->getCount() );
61 all->release();
89 all = iter->iterateAll();
90 IOLog("del gc/, count now %d\n", all->getCount() );
91 all->release();
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitDebug.cpp18 * The Original Code and all software distributed under the License are
72 OSOrderedSet * all; local
78 all = iter->iterateAll();
79 if( all) {
80 DEBG("Count %d\n", all->getCount() );
81 all->release();
H A DIOCPU.cpp18 * The Original Code and all software distributed under the License are
315 OSOrderedSet * all; local
327 all = 0;
330 if (all)
331 all->release();
332 all = iter->iterateAll();
337 if (all)
339 while((service = (IOService *) all->getFirstObject()))
345 all->removeObject(service);
347 all
[all...]
H A DIORegistryEntry.cpp18 * The Original Code and all software distributed under the License are
324 OSArray * all; local
346 all = getParentSetReference( plane );
347 if( all) for( index = 0;
348 (next = (IORegistryEntry *) all->getObject(index));
354 all = getChildSetReference( plane );
355 if( all) for( index = 0;
356 (next = (IORegistryEntry *) all->getObject(index));
1779 OSOrderedSet * all; local
1786 all
[all...]
/darwin-on-arm/xnu/tools/tests/jitter/
H A DMakefile7 all: jitter
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMakefile6 all: $(TARGETS)
/darwin-on-arm/xnu/osfmk/i386/
H A Dmisc_protos.h18 * The Original Code and all software distributed under the License are
115 /* Flush all cachelines for a page. */
164 copy_debug_state32(x86_debug_state32_t *src, x86_debug_state32_t *target, boolean_t all);
167 copy_debug_state64(x86_debug_state64_t *src, x86_debug_state64_t *target, boolean_t all);
H A Dpcb.c18 * The Original Code and all software distributed under the License are
38 * notice and this permission notice appear in all copies of the
208 * as all 64-bit capable processors so far support this.
2118 * Duplicate one x86_debug_state32_t to another. "all" parameter
2127 boolean_t all)
2129 if (all) {
2143 * Duplicate one x86_debug_state64_t to another. "all" parameter
2152 boolean_t all)
2154 if (all) {
2124 copy_debug_state32( x86_debug_state32_t *src, x86_debug_state32_t *target, boolean_t all) argument
2149 copy_debug_state64( x86_debug_state64_t *src, x86_debug_state64_t *target, boolean_t all) argument
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.dir340 # Setup pass for all architectures for all Configuration/Architecture options
380 # Build all architectures for all Configuration/Architecture options
386 .PHONY: all
389 all:
406 all:
409 all:
412 all:
434 all
[all...]
/darwin-on-arm/xnu/libsyscall/
H A DMakefile167 .PHONY: all install clean
170 all: setup $(LIB)
186 install: all
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh14 # The Original Code and all software distributed under the License are
56 * The Original Code and all software distributed under the License are
H A Dmake_symbol_aliasing.sh14 # The Original Code and all software distributed under the License are
60 * The Original Code and all software distributed under the License are
/darwin-on-arm/xnu/osfmk/vm/
H A Ddefault_freezer.h18 * The Original Code and all software distributed under the License are
152 __private_extern__ void default_freezer_mapping_free(default_freezer_mapping_table_t *table_p, boolean_t all);
H A Ddefault_freezer.c18 * The Original Code and all software distributed under the License are
86 default_freezer_mapping_free(default_freezer_mapping_table_t *table_p, boolean_t all) argument
91 if (all) {
433 /*Nothing to do. A thaw must have cleared it all out.*/
/darwin-on-arm/xnu/osfmk/kern/
H A Dstack.c18 * The Original Code and all software distributed under the License are
459 unsigned long long all; local
464 all = stack_allocs;
476 *sum_size = all * kernel_stack_size;
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME47 all varients (x86/sparc/Solaris/Linux) in one place.
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s80 mcr p15, 0, r0, c8, c3, 0 @ flush I+D tlb all
82 mcr p15, 0, r0, c8, c7, 0 @ flush I+D tlb all
126 mcrne p15, 0, r0, c8, c3, 0 @ invalidate all I+D TLBs
128 mcrne p15, 0, r0, c8, c7, 0 @ invalidate all I+D TLBs
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c18 * The Original Code and all software distributed under the License are
130 * Because the proc_lock is not held at all times on all code
160 * Because the proc_lock is not held at all times on all code
257 int PRIV_POLICY_CHOICE(void* cred, int priv, int all) argument
259 #pragma unused(priv, all)
777 * We ignore the M_NOWAIT bit in kmflag (all of kmflag, in fact).
793 * We ignore the M_NOWAIT bit in kmflag (all of kmflag, in fact).
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c18 * The Original Code and all software distributed under the License are
1432 * Flush out and invalidate all buffers associated with a vnode.
1452 * the lists may not be empty, but all that's left at this
3061 * with Atomic updates... all other counters
4268 buffer_cache_gc(int all) argument
4278 if (all)
4282 * Unless "all" is set (used to evict meta data buffers in preparation
4373 /* Back under lock, move them all to invalid hash and clear busy */
4391 } while (all && (found == BUF_MAX_GC_BATCH_SIZE));
4555 * would not change the value. sysctl() can get all th
4792 buqlimprt(int all) argument
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c18 * The Original Code and all software distributed under the License are
434 /* Routines to manipulate bits on all threads */
1500 killpg1(proc_t cp, int signum, int pgid, int all, int posix) argument
1510 if (all) {
H A Dpthread_support.c18 * The Original Code and all software distributed under the License are
283 #define PTH_RWS_CV_CBIT PTH_RWS_SBIT /* kernel has cleared all info w.r.s.t CV */
494 int ksyn_queue_move_tofree(ksyn_wait_queue_t kwq, ksyn_queue_t kq, uint32_t upto, ksyn_queue_t freeq, int all, int reease);
2262 /* no prepost and all threads are in place, reset the bit */
2531 /* no prepost and all threads are in place, reset the bit */
2715 /* free all the fake entries, dequeue rest */
2785 /* if all users are unlockers then wait for it to finish */
3287 /* clear all read and longreads */
3339 /* This handles the unlock grants for next set on rw_unlock() or on arrival of all preposted waiters */
3460 /* all rea
4108 ksyn_queue_move_tofree(ksyn_wait_queue_t ckwq, ksyn_queue_t kq, uint32_t upto, ksyn_queue_t kfreeq, int all, int release) argument
[all...]
/darwin-on-arm/xnu/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 */
720 * In all cases, we make sure that the data structures are consistent
933 * now compute V = max(V, min(S_i)). Remember that all elements in sch
1026 /* make all time measurements in milliseconds (ms) -
1566 /* make all time measurements in milliseconds (ms) -
1752 * Note that for all flows in scheduler_heap (SCH), S_i <= V,
1753 * and for all flow
1822 purge_flow_set(struct dn_flow_set *fs, int all) argument
[all...]

Completed in 219 milliseconds

12