Lines Matching refs:foo
358 struct foo {
365 struct foo *gbl_foo;
368 * Create a new struct foo that is the same as the one currently
382 struct foo *new_fp;
383 struct foo *old_fp;
456 so the function is not permitted to block. The foo struct needs to
459 struct foo {
469 * Create a new struct foo that is the same as the one currently
483 struct foo *new_fp;
484 struct foo *old_fp;
500 struct foo *fp = container_of(rp, struct foo, rcu);