Searched refs:pobj (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_socket_cookie.c | 135 struct bpf_object *pobj; in run_test() local 147 err = bpf_prog_load_xattr(&attr, &pobj, &prog_fd); in run_test() 153 bpf_object__for_each_program(prog, pobj) { in run_test() 175 if (validate_map(bpf_map__next(NULL, pobj), client_fd)) in run_test() 184 bpf_object__close(pobj); in run_test()
|
| D | test_stub.c | 9 struct bpf_object **pobj, int *prog_fd) in bpf_prog_test_load() argument 19 return bpf_prog_load_xattr(&attr, pobj, prog_fd); in bpf_prog_test_load()
|
| /Linux-v5.4/fs/fscache/ |
| D | object-list.c | 90 struct fscache_object *pobj, *obj = NULL, *minobj = NULL; in fscache_objlist_lookup() local 105 pobj = (struct fscache_object *)pos; in fscache_objlist_lookup() 109 if (pobj < obj) { in fscache_objlist_lookup() 113 } else if (pobj > obj) { in fscache_objlist_lookup()
|
| /Linux-v5.4/tools/lib/bpf/ |
| D | libbpf.h | 355 struct bpf_object **pobj, int *prog_fd); 357 struct bpf_object **pobj, int *prog_fd);
|
| D | libbpf.c | 4792 struct bpf_object **pobj, int *prog_fd) in bpf_prog_load() argument 4801 return bpf_prog_load_xattr(&attr, pobj, prog_fd); in bpf_prog_load() 4805 struct bpf_object **pobj, int *prog_fd) in bpf_prog_load_xattr() argument 4871 *pobj = obj; in bpf_prog_load_xattr()
|