Searched defs:rem (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dbitmap.c47 #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 Dcgroup-util.c248 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

Completed in 14 milliseconds