Searched refs:bar (Results 1 – 4 of 4) sorted by relevance
/samples/trace_events/ |
D | trace-events-sample.h | 231 TP_PROTO(const char *foo, int bar, const int *lst, 234 TP_ARGS(foo, bar, lst, string, mask), 238 __field( int, bar ) 246 __entry->bar = bar; 253 TP_printk("foo %s %d %s %s %s %s (%s)", __entry->foo, __entry->bar, 265 __print_symbolic(__entry->bar, 283 __print_flags(__entry->bar, "|", 339 TP_PROTO(const char *foo, int bar), 341 TP_ARGS(foo, bar), 343 TP_CONDITION(!(bar % 10)), [all …]
|
/samples/kobject/ |
D | kobject-example.c | 23 static int bar; variable 62 var = bar; in b_show() 78 bar = var; in b_store() 85 __ATTR(bar, 0664, b_show, b_store);
|
D | kset-example.c | 33 int bar; member 146 var = foo_obj->bar; in b_show() 162 foo_obj->bar = var; in b_store() 169 __ATTR(bar, 0664, b_show, b_store);
|
/samples/ |
D | Kconfig | 152 That is basically the vram memory bar and the bochs dispi 153 interface vbe registers in the mmio register bar.
|