Searched defs:assoc_array_ops (Results  1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 50530 struct assoc_array_ops {  struct50531 	long unsigned int (*get_key_chunk)(const void *, int);
 50532 	long unsigned int (*get_object_key_chunk)(const void *, int);
 50556 	const struct assoc_array_ops *ops;  argument
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 79617 struct assoc_array_ops {  struct79618 	long unsigned int (*get_key_chunk)(const void *, int);
 79619 	long unsigned int (*get_object_key_chunk)(const void *, int);
 79643 	const struct assoc_array_ops *ops;  argument
 
 | 
| D | vmlinux.h | 79617 struct assoc_array_ops {  struct79618 	long unsigned int (*get_key_chunk)(const void *, int);
 79619 	long unsigned int (*get_object_key_chunk)(const void *, int);
 79643 	const struct assoc_array_ops *ops;  argument
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 46068 struct assoc_array_ops {  struct46069 	long unsigned int (*get_key_chunk)(const void *, int);
 46070 	long unsigned int (*get_object_key_chunk)(const void *, int);
 46094 	const struct assoc_array_ops *ops;  argument
 
 | 
| D | vmlinux_510.h | 46068 struct assoc_array_ops {  struct46069 	long unsigned int (*get_key_chunk)(const void *, int);
 46070 	long unsigned int (*get_object_key_chunk)(const void *, int);
 46094 	const struct assoc_array_ops *ops;  argument
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 54538 struct assoc_array_ops {  struct54539 	long unsigned int (*get_key_chunk)(const void *, int);
 54540 	long unsigned int (*get_object_key_chunk)(const void *, int);
 54564 	const struct assoc_array_ops *ops;  argument
 
 | 
| D | vmlinux.h | 54538 struct assoc_array_ops {  struct54539 	long unsigned int (*get_key_chunk)(const void *, int);
 54540 	long unsigned int (*get_object_key_chunk)(const void *, int);
 54564 	const struct assoc_array_ops *ops;  argument
 
 |