Searched refs:cb2 (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | cb_refs.c | 40 static __always_inline int cb2(void *map, void *key, void *value, void *ctx) in cb2() function 60 bpf_for_each_map_elem(&array_map, cb2, &p, 0); in leak_prog()
|
/linux-6.6.21/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 353 struct hcp_ehea_port_cb2 *cb2; in ehea_update_stats() local 356 cb2 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_update_stats() 357 if (!cb2) { in ehea_update_stats() 364 H_PORT_CB2, H_PORT_CB2_ALL, cb2); in ehea_update_stats() 371 ehea_dump(cb2, sizeof(*cb2), "net_device_stats"); in ehea_update_stats() 373 stats->multicast = cb2->rxmcp; in ehea_update_stats() 374 stats->rx_errors = cb2->rxuerr; in ehea_update_stats() 377 free_page((unsigned long)cb2); in ehea_update_stats()
|
/linux-6.6.21/arch/m68k/ifpsp060/ |
D | ftest.sa | 164 dc.l $01700000,$0c5cf23b,$9c000170,$00000cb2
|
D | fplsp.sa | 876 dc.l $ff8460ff,$00003cb2,$0c813fff,$80006e00
|