Home
last modified time | relevance | path

Searched refs:b (Results 1 – 7 of 7) sorted by relevance

/samples/rust/hostprogs/
A Dsingle.rs6 mod b; module
11 a::f(b::CONSTANT); in main()
/samples/rust/
A Drust_dma.rs31 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 Drust_print_main.rs23 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 Dtest_lru_dist.c23 #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 Dxdp_sample.bpf.c35 #define IN_SET(a, b) \ argument
39 __res = (a)[i] == (b); \
A Dxdp_sample_user.c1488 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 DREADME.rst28 -b : ($BURST) HW level bursting of SKBs

Completed in 15 milliseconds