Searched refs:rem (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | bitmap.c | 47 #define BITMAP_OFFSET_TO_NUM(offset, rem) ((offset) * sizeof(uint64_t) * 8 + (rem)) 163 unsigned offset, rem; local 172 rem = BITMAP_NUM_TO_REM(i->idx); 173 bitmask = UINT64_C(1) << rem; 177 for (; bitmask; bitmask <<= 1, rem ++) { 179 *n = BITMAP_OFFSET_TO_NUM(offset, rem); 187 rem = 0;
|
H A D | cgroup-util.c | 248 int cg_kill_recursive(const char *controller, const char *path, int sig, bool sigcont, bool ignore_self, bool rem, Set *s) { argument 281 r = cg_kill_recursive(controller, p, sig, sigcont, ignore_self, rem, s); 289 if (rem) { 382 bool rem) { 411 r = cg_migrate_recursive(cfrom, p, cto, pto, ignore_self, rem); 419 if (rem) { 434 bool rem) { 443 r = cg_migrate_recursive(cfrom, pfrom, cto, pto, ignore_self, rem); 452 q = cg_migrate_recursive(cfrom, pfrom, cto, prefix, ignore_self, rem); 376 cg_migrate_recursive( const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self, bool rem) argument 428 cg_migrate_recursive_fallback( const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self, bool rem) argument
|
H A D | cgroup-util.h | 108 int cg_migrate_recursive_fallback(const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self, bool rem);
|
Completed in 1475 milliseconds