Searched refs:baz (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/samples/kobject/ |
H A D | kobject-example.c | 17 * "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) in b_show() 60 var = baz; in b_show() 75 if (strcmp(attr->attr.name, "baz") == 0) in b_store() 76 baz = var; in b_store() 83 __ATTR(baz, 0664, b_show, b_store);
|
H A D | kset-example.c | 18 * Then tree kobjects are created and assigned to this kset, "foo", "baz", 32 int baz; member 136 * looking at the attribute for the "baz" and "bar" files. 143 if (strcmp(attr->attr.name, "baz") == 0) in b_show() 144 var = foo_obj->baz; in b_show() 159 if (strcmp(attr->attr.name, "baz") == 0) in b_store() 160 foo_obj->baz = var; in b_store() 167 __ATTR(baz, 0664, b_show, b_store); 262 baz_obj = create_foo_obj("baz"); in example_init()
|
/kernel/linux/linux-6.6/samples/kobject/ |
H A D | kobject-example.c | 17 * "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) in b_show() 60 var = baz; in b_show() 75 if (strcmp(attr->attr.name, "baz") == 0) in b_store() 76 baz = var; in b_store() 83 __ATTR(baz, 0664, b_show, b_store);
|
H A D | kset-example.c | 18 * Then tree kobjects are created and assigned to this kset, "foo", "baz", 32 int baz; member 136 * looking at the attribute for the "baz" and "bar" files. 143 if (strcmp(attr->attr.name, "baz") == 0) in b_show() 144 var = foo_obj->baz; in b_show() 159 if (strcmp(attr->attr.name, "baz") == 0) in b_store() 160 foo_obj->baz = var; in b_store() 167 __ATTR(baz, 0664, b_show, b_store); 262 baz_obj = create_foo_obj("baz"); in example_init()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func_args.c | 49 __noinline int baz(struct S **s) in baz() function 84 baz(&p); in test_cls()
|
H A D | test_global_func9.c | 45 __noinline int baz(volatile int *x) in baz() function 112 result |= baz(&global_data_y); in global_func9()
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
H A D | test-bootconfig.sh | 117 key = bar, baz 125 xpass grep -q "baz" $OUTFILE 130 key = bar, baz 138 xfail grep -q "baz" $OUTFILE
|
/kernel/linux/linux-6.6/tools/bootconfig/ |
H A D | test-bootconfig.sh | 117 key = bar, baz 125 xpass grep -q "baz" $OUTFILE 130 key = bar, baz 138 xfail grep -q "baz" $OUTFILE
|
Completed in 3 milliseconds