Searched refs:OBJ (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | prom_init_check.sh | 27 OBJ="$2" 31 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
|
/Linux-v4.19/arch/x86/boot/ |
D | mtools.conf.in | 11 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter 15 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter
|
/Linux-v4.19/tools/lib/lockdep/ |
D | Makefile | 73 OBJ = $@ macro 93 print_shared_lib_compile = echo ' LD '$(OBJ); 94 print_static_lib_build = echo ' LD '$(OBJ);
|
/Linux-v4.19/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 27 | **bpftool** **prog load** *OBJ* *FILE* [**type** *TYPE*] [**map** {**idx** *IDX* | **name** *NAME… 77 …**bpftool prog load** *OBJ* *FILE* [**type** *TYPE*] [**map** {**idx** *IDX* | **name** *NAME*} *M… 78 Load bpf program from binary *OBJ* and pin as *FILE*.
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_vma.h | 419 #define for_each_ggtt_vma(V, OBJ) \ argument 420 list_for_each_entry(V, &(OBJ)->vma_list, obj_link) \
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | fscache.txt | 316 JIFS SECS OBJ INST OP RUNS OBJ RUNS RETRV DLY RETRIEVLS 325 OBJ INST Length of time to instantiate an object 327 OBJ RUNS Length of time a call to process an object event took 358 OBJECT Object debugging ID (appears as OBJ%x in some debug messages)
|
D | backend-api.txt | 145 using "OBJ%x" to be consistent with FS-Cache.
|
/Linux-v4.19/tools/lib/bpf/ |
D | Makefile | 103 OBJ = $@ macro
|
/Linux-v4.19/tools/lib/traceevent/ |
D | Makefile | 111 OBJ = $@ macro
|
/Linux-v4.19/net/core/ |
D | filter.c | 6542 #define SOCK_OPS_GET_FIELD(BPF_FIELD, OBJ_FIELD, OBJ) \ in sock_ops_convert_ctx_access() argument 6544 BUILD_BUG_ON(FIELD_SIZEOF(OBJ, OBJ_FIELD) > \ in sock_ops_convert_ctx_access() 6557 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(OBJ, \ in sock_ops_convert_ctx_access() 6560 offsetof(OBJ, OBJ_FIELD)); \ in sock_ops_convert_ctx_access() 6572 #define SOCK_OPS_SET_FIELD(BPF_FIELD, OBJ_FIELD, OBJ) \ in sock_ops_convert_ctx_access() argument 6575 BUILD_BUG_ON(FIELD_SIZEOF(OBJ, OBJ_FIELD) > \ in sock_ops_convert_ctx_access() 6595 *insn++ = BPF_STX_MEM(BPF_FIELD_SIZEOF(OBJ, OBJ_FIELD), \ in sock_ops_convert_ctx_access() 6597 offsetof(OBJ, OBJ_FIELD)); \ in sock_ops_convert_ctx_access() 6603 #define SOCK_OPS_GET_OR_SET_FIELD(BPF_FIELD, OBJ_FIELD, OBJ, TYPE) \ in sock_ops_convert_ctx_access() argument 6606 SOCK_OPS_SET_FIELD(BPF_FIELD, OBJ_FIELD, OBJ); \ in sock_ops_convert_ctx_access() [all …]
|