Lines Matching refs:foo
360 struct foo {
367 struct foo __rcu *gbl_foo;
370 * Create a new struct foo that is the same as the one currently
384 struct foo *new_fp;
385 struct foo *old_fp;
458 so the function is not permitted to block. The foo struct needs to
461 struct foo {
471 * Create a new struct foo that is the same as the one currently
485 struct foo *new_fp;
486 struct foo *old_fp;
502 struct foo *fp = container_of(rp, struct foo, rcu);