Searched refs:b (Results 1 – 7 of 7) sorted by relevance
| /samples/rust/hostprogs/ |
| A D | single.rs | 6 mod b; module 11 a::f(b::CONSTANT); in main()
|
| /samples/rust/ |
| A D | rust_dma.rs | 31 b: u32, field 35 fn new(h: u32, b: u32) -> Self { in new() 36 Self { h, b } in new() 91 let val1 = kernel::dma_read!(self.ca[i].b); in drop()
|
| A D | rust_print_main.rs | 23 let b = UniqueArc::new("hello, world", GFP_KERNEL)?; in arc_print() 29 pr_info!("{:?}", b); in arc_print() 31 let a: Arc<&str> = b.into(); in arc_print()
|
| /samples/bpf/ |
| A D | test_lru_dist.c | 23 #define min(a, b) ((a) < (b) ? (a) : (b)) argument 171 char *b, *l; in read_keys() local 178 b = malloc(fst.st_size); in read_keys() 179 assert(b); in read_keys() 181 assert(read(dist_fd, b, fst.st_size) == fst.st_size); in read_keys() 184 if (b[i] == '\n') in read_keys() 193 for (l = strtok(b, "\n"); l; l = strtok(NULL, "\n")) in read_keys() 195 free(b); in read_keys()
|
| A D | xdp_sample.bpf.c | 35 #define IN_SET(a, b) \ argument 39 __res = (a)[i] == (b); \
|
| A D | xdp_sample_user.c | 1488 static void swap(struct stats_record **a, struct stats_record **b) in swap() argument 1493 *a = *b; in swap() 1494 *b = tmp; in swap()
|
| /samples/pktgen/ |
| A D | README.rst | 28 -b : ($BURST) HW level bursting of SKBs
|
Completed in 15 milliseconds