Lines Matching refs:affn
5877 int affn, cpu; in wq_affn_dfl_set() local
5879 affn = parse_affn_scope(val); in wq_affn_dfl_set()
5880 if (affn < 0) in wq_affn_dfl_set()
5881 return affn; in wq_affn_dfl_set()
5882 if (affn == WQ_AFFN_DFL) in wq_affn_dfl_set()
5888 wq_affn_dfl = affn; in wq_affn_dfl_set()
6096 int affn, ret = -ENOMEM; in wq_affn_scope_store() local
6098 affn = parse_affn_scope(buf); in wq_affn_scope_store()
6099 if (affn < 0) in wq_affn_scope_store()
6100 return affn; in wq_affn_scope_store()
6105 attrs->affn_scope = affn; in wq_affn_scope_store()