Searched refs:semaphore (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | time.c | 1450 atomic_t semaphore; member 1490 atomic_inc(&r->semaphore); in time_calibration_tsc_rendezvous() 1497 atomic_set(&r->semaphore, 0); in time_calibration_tsc_rendezvous() 1501 atomic_inc(&r->semaphore); in time_calibration_tsc_rendezvous() 1502 while ( atomic_read(&r->semaphore) < total_cpus ) in time_calibration_tsc_rendezvous() 1508 atomic_inc(&r->semaphore); in time_calibration_tsc_rendezvous() 1509 while ( atomic_read(&r->semaphore) > total_cpus ) in time_calibration_tsc_rendezvous() 1529 atomic_inc(&r->semaphore); in time_calibration_std_rendezvous() 1533 atomic_inc(&r->semaphore); in time_calibration_std_rendezvous() 1534 while ( atomic_read(&r->semaphore) != total_cpus ) in time_calibration_std_rendezvous() [all …]
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/linux/ |
A D | mutex.h | 21 #define mutex semaphore
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | livepatch.c | 87 atomic_t semaphore; /* Used to rendezvous CPUs in member 1235 atomic_set(&livepatch_work.semaphore, -1); in schedule_work() 1309 if ( atomic_inc_and_test(&livepatch_work.semaphore) ) in check_for_livepatch_work() 1345 if ( livepatch_spin(&livepatch_work.semaphore, timeout, cpus, "CPU") ) in check_for_livepatch_work() 1349 atomic_set(&livepatch_work.semaphore, 0); in check_for_livepatch_work() 1358 if ( !livepatch_spin(&livepatch_work.semaphore, timeout, cpus, "IRQ") ) in check_for_livepatch_work() 1392 atomic_inc(&livepatch_work.semaphore); in check_for_livepatch_work()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/ |
A D | vmx.h | 630 u32 semaphore; member
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 349 +/* Protect the heap only by using a semaphore */ 353 +/* mem_malloc is protected using semaphore AND LWIP_MEM_ALLOC_PROTECT */ 1759 + * semaphore). 1760 + * If set to 1, mem_malloc will be protected by a semaphore and SYS_ARCH_PROTECT,
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 2241 if ( !writable || veinfo->semaphore != 0 ) in vmx_vcpu_emulate_ve() 2247 veinfo->semaphore = ~0; in vmx_vcpu_emulate_ve()
|
Completed in 20 milliseconds