Home
last modified time | relevance | path

Searched defs:x (Results 1 – 13 of 13) sorted by relevance

/samples/bpf/
A Dnet_shared.h24 #define bpf_ntohs(x) __builtin_bswap16(x) argument
25 #define bpf_htons(x) __builtin_bswap16(x) argument
28 #define bpf_ntohs(x) (x) argument
29 #define bpf_htons(x) (x) argument
A Dasm_goto_workaround.h14 #define asm_goto_output(x...) asm volatile("invalid use of asm_goto_output") argument
27 #define volatile(x...) volatile("") argument
A Dxdp_sample.bpf.h97 #define READ_ONCE(x) \ argument
105 #define WRITE_ONCE(x, val) \ argument
116 #define NO_TEAR_ADD(x, val) WRITE_ONCE((x), READ_ONCE(x) + (val)) argument
117 #define NO_TEAR_INC(x) NO_TEAR_ADD((x), 1) argument
119 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument
A Dtracex5.bpf.c15 #define __stringify(x) #x argument
A Dcookie_uid_helper_example.c34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) argument
A Dxdp_sample_user.c55 #define __COLUMN(x) "%'10" x " %-13s" argument
410 struct map_entry *e, *x = NULL; in map_collect_percpu_devmap() local
1013 struct map_entry *e, *x = NULL; in stats_get_devmap_xmit_multi() local
/samples/auxdisplay/
A Dcfag12864b-example.c28 #define CFAG12864B_ADDRESS(x, y) ((y) * CFAG12864B_WIDTH / \ argument
34 #define CFAG12864B_CHECK(x, y) ((x) < CFAG12864B_WIDTH && \ argument
37 #define CFAG12864B_CHECK(x, y) (1) argument
79 static void cfag12864b_set(unsigned char x, unsigned char y) in cfag12864b_set()
89 static void cfag12864b_unset(unsigned char x, unsigned char y) in cfag12864b_unset()
102 static unsigned char cfag12864b_isset(unsigned char x, unsigned char y) in cfag12864b_isset()
115 static void cfag12864b_not(unsigned char x, unsigned char y) in cfag12864b_not()
/samples/seccomp/
A Dbpf-helper.h76 #define JEQ(x, jt) JEQ32(x, EXPAND(jt)) argument
77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) argument
78 #define JGT(x, jt) JGT32(x, EXPAND(jt)) argument
82 #define JA(x, jt) JA32(x, EXPAND(jt)) argument
103 #define JEQ(x, jt) \ argument
107 #define JGT(x, jt) \ argument
111 #define JGE(x, jt) \ argument
115 #define JNE(x, jt) \ argument
119 #define JLT(x, jt) \ argument
123 #define JLE(x, jt) \ argument
[all …]
A Duser-trap.c24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) argument
/samples/hid/
A Dhid_mouse.bpf.c55 s16 x; in hid_x_event() local
/samples/kobject/
A Dkset-example.c35 #define to_foo_obj(x) container_of(x, struct foo_obj, kobj) argument
43 #define to_foo_attr(x) container_of(x, struct foo_attribute, attr) argument
/samples/tsm-mr/
A Dtsm_mr_sample.c4 #define pr_fmt(x) KBUILD_MODNAME ": " x argument
/samples/vfs/
A Dtest-fsmount.c18 #define E(x) do { if ((x) == -1) { perror(#x); exit(1); } } while(0) argument

Completed in 19 milliseconds