Searched refs:iw_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dmempolicy.c142 * iw_table is the sysfs-set interleave weight table, a value of 0 denotes
143 * system-default value should be used. A NULL iw_table also denotes that
147 * iw_table is RCU protected
149 static u8 __rcu *iw_table; variable
158 table = rcu_dereference(iw_table);
159 /* if no iw_table, use system default */
161 /* if value in iw_table is 0, use system default */
1993 table = rcu_dereference(iw_table);
2441 table = rcu_dereference(iw_table);
3365 old = rcu_dereference_protected(iw_table,
[all...]

Completed in 112 milliseconds