Searched refs:OBJ (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | prom_init_check.sh | 33 OBJ="$2" 49 for UNDEF in $($NM -u $OBJ | awk '{print $2}') 87 check_section $OBJ .data 88 check_section $OBJ .bss 89 check_section $OBJ .init.data
|
| /Linux-v5.4/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-v5.4/include/net/ |
| D | switchdev.h | 84 #define SWITCHDEV_OBJ_PORT_VLAN(OBJ) \ argument 85 container_of((OBJ), struct switchdev_obj_port_vlan, obj) 94 #define SWITCHDEV_OBJ_PORT_MDB(OBJ) \ argument 95 container_of((OBJ), struct switchdev_obj_port_mdb, obj)
|
| /Linux-v5.4/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-v5.4/tools/bpf/bpftool/Documentation/ |
| D | bpftool-prog.rst | 28 | **bpftool** **prog { load | loadall }** *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** *IDX* | … 107 …**bpftool prog { load | loadall }** *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** *IDX* | **nam… 108 Load bpf program(s) from binary *OBJ* and pin as *PATH*. 110 *OBJ* as *PATH*. **bpftool prog loadall** pins all programs 111 from the *OBJ* under *PATH* directory.
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_vma.h | 462 #define for_each_ggtt_vma(V, OBJ) \ argument 463 list_for_each_entry(V, &(OBJ)->vma.list, obj_link) \
|
| /Linux-v5.4/tools/lib/traceevent/plugins/ |
| D | Makefile | 95 OBJ = $@ macro
|
| /Linux-v5.4/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-v5.4/tools/lib/traceevent/ |
| D | Makefile | 93 OBJ = $@ macro
|
| /Linux-v5.4/tools/lib/bpf/ |
| D | Makefile | 87 OBJ = $@ macro
|
| /Linux-v5.4/net/core/ |
| D | filter.c | 7985 #define SOCK_OPS_GET_FIELD(BPF_FIELD, OBJ_FIELD, OBJ) \ in sock_ops_convert_ctx_access() argument 7987 BUILD_BUG_ON(FIELD_SIZEOF(OBJ, OBJ_FIELD) > \ in sock_ops_convert_ctx_access() 8000 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(OBJ, \ in sock_ops_convert_ctx_access() 8003 offsetof(OBJ, OBJ_FIELD)); \ in sock_ops_convert_ctx_access() 8018 #define SOCK_OPS_SET_FIELD(BPF_FIELD, OBJ_FIELD, OBJ) \ in sock_ops_convert_ctx_access() argument 8021 BUILD_BUG_ON(FIELD_SIZEOF(OBJ, OBJ_FIELD) > \ in sock_ops_convert_ctx_access() 8041 *insn++ = BPF_STX_MEM(BPF_FIELD_SIZEOF(OBJ, OBJ_FIELD), \ in sock_ops_convert_ctx_access() 8043 offsetof(OBJ, OBJ_FIELD)); \ in sock_ops_convert_ctx_access() 8049 #define SOCK_OPS_GET_OR_SET_FIELD(BPF_FIELD, OBJ_FIELD, OBJ, TYPE) \ in sock_ops_convert_ctx_access() argument 8052 SOCK_OPS_SET_FIELD(BPF_FIELD, OBJ_FIELD, OBJ); \ in sock_ops_convert_ctx_access() [all …]
|