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

/linux-master/samples/kobject/
H A Dkobject-example.c17 * "foo", "baz", and "bar". If an integer is written to these files, it can be
22 static int baz; variable
52 * looking at the attribute for the "baz" and "bar" files.
59 if (strcmp(attr->attr.name, "baz") == 0)
60 var = baz;
75 if (strcmp(attr->attr.name, "baz") == 0)
76 baz = var;
83 __ATTR(baz, 0664, b_show, b_store);
H A Dkset-example.c18 * Then tree kobjects are created and assigned to this kset, "foo", "baz",
32 int baz; member in struct:foo_obj
136 * looking at the attribute for the "baz" and "bar" files.
143 if (strcmp(attr->attr.name, "baz") == 0)
144 var = foo_obj->baz;
159 if (strcmp(attr->attr.name, "baz") == 0)
160 foo_obj->baz = var;
167 __ATTR(baz, 0664, b_show, b_store);
262 baz_obj = create_foo_obj("baz");
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_func_args.c49 __noinline int baz(struct S **s) function
84 baz(&p);
H A Dtest_global_func9.c45 __noinline int baz(volatile int *x) function
112 result |= baz(&global_data_y);
/linux-master/tools/bootconfig/
H A Dtest-bootconfig.sh117 key = bar, baz
125 xpass grep -q "baz" $OUTFILE
130 key = bar, baz
138 xfail grep -q "baz" $OUTFILE

Completed in 124 milliseconds