Lines Matching refs:affn
6982 int affn, cpu; in wq_affn_dfl_set() local
6984 affn = parse_affn_scope(val); in wq_affn_dfl_set()
6985 if (affn < 0) in wq_affn_dfl_set()
6986 return affn; in wq_affn_dfl_set()
6987 if (affn == WQ_AFFN_DFL) in wq_affn_dfl_set()
6993 wq_affn_dfl = affn; in wq_affn_dfl_set()
7200 int affn, ret = -ENOMEM; in wq_affn_scope_store() local
7202 affn = parse_affn_scope(buf); in wq_affn_scope_store()
7203 if (affn < 0) in wq_affn_scope_store()
7204 return affn; in wq_affn_scope_store()
7209 attrs->affn_scope = affn; in wq_affn_scope_store()