Lines Matching defs:rebind
362 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes);
545 mpol_ops[pol->mode].rebind(pol, newmask);
579 .rebind = mpol_rebind_default,
583 .rebind = mpol_rebind_nodemask,
587 .rebind = mpol_rebind_preferred,
591 .rebind = mpol_rebind_nodemask,
594 .rebind = mpol_rebind_default,
598 .rebind = mpol_rebind_preferred,
602 .rebind = mpol_rebind_nodemask,
2106 /* to prevent miscount use tsk->mems_allowed_seq to detect rebind */
2128 /* to prevent miscount, use tsk->mems_allowed_seq to detect rebind */
2654 /* read the nodes onto the stack, retry if done during rebind */
2820 * cpuset's mems), so we needn't do rebind work for current task.