Searched refs:granularity (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/moe/server/src/ |
A D | sched_proxy.cc | 25 unsigned char og = src.granularity() & (sizeof(l4_umword_t) * 8 - 1); in blow_up() 39 unsigned char const ga = a.granularity() & (sizeof(l4_umword_t) * 8 - 1); in operator &() 40 unsigned char const gb = b.granularity() & (sizeof(l4_umword_t) * 8 - 1); in operator &() 113 unsigned char g = cpus->granularity() & (sizeof(l4_umword_t) * 8 - 1); in info() 146 sp.affinity.offset(), sp.affinity.granularity()); in run_thread() 150 s.affinity.granularity()); in run_thread()
|
A D | page_alloc.cc | 71 unsigned granularity) in _alloc_max() argument 73 void *ret = page_alloc()->alloc_max(min, max, align, granularity); in _alloc_max()
|
A D | page_alloc.h | 30 unsigned align, unsigned granularity);
|
/l4re-core-master/l4sys/include/ |
A D | scheduler.h | 74 unsigned char granularity() const { return gran_offset >> 24; } in granularity() function 78 void set(unsigned char granularity, unsigned offset) in set() 79 { gran_offset = ((l4_umword_t)granularity << 24) | (offset & 0x00ffffff); } in set() 94 l4_sched_cpu_set(l4_umword_t offset, unsigned char granularity, 218 l4_sched_cpu_set(l4_umword_t offset, unsigned char granularity, in l4_sched_cpu_set() argument 222 cs.gran_offset = ((l4_umword_t)granularity << 24) | offset; in l4_sched_cpu_set()
|
A D | scheduler | 67 * \a cpus.granularity (see l4_sched_cpu_set_t).
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | manager.c | 406 const size_t granularity = 2 * pagesize; in pthread_allocate_stack() local 409 const size_t granularity = pagesize; in pthread_allocate_stack() 417 guardsize = page_roundup (attr->__guardsize, granularity); in pthread_allocate_stack() 420 page_roundup (attr->__stacksize, granularity)); in pthread_allocate_stack() 424 guardsize = granularity; in pthread_allocate_stack() 480 guardsize = page_roundup (attr->__guardsize, granularity); in pthread_allocate_stack() 483 page_roundup (attr->__stacksize, granularity)); in pthread_allocate_stack() 487 guardsize = granularity; in pthread_allocate_stack() 488 stacksize = STACK_SIZE - granularity; in pthread_allocate_stack()
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | list_alloc | 91 * \param granularity Granularity to use for the allocation (power 100 unsigned long align, unsigned granularity); 267 unsigned granularity) 278 // truncate maximum size according to granularity 279 *max = *max & ~(granularity - 1UL); 313 // round down according to granularity 314 r_size &= ~(granularity - 1UL);
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | manager.cc | 444 const size_t granularity = pagesize; in pthread_allocate_stack() local 450 guardsize = page_roundup (attr->__guardsize, granularity); in pthread_allocate_stack() 453 page_roundup (attr->__stacksize, granularity)); in pthread_allocate_stack() 457 guardsize = granularity; in pthread_allocate_stack()
|
/l4re-core-master/moe/doc/ |
A D | moe.dox | 119 * Dataspaces can be allocated with an arbitrary size. The granularity 122 * granularity, there may be padding memory at the end of a dataspace
|
/l4re-core-master/l4re/include/ |
A D | mem_alloc | 82 * granularity is (super)pages, however, the allocator
|
A D | dataspace | 222 * dataspace manager may also allocate more memory due to page granularity.
|
Completed in 12 milliseconds