Searched refs:alloc (Results 1 – 7 of 7) sorted by relevance
/scripts/coccinelle/api/ |
A D | kfree_mismatch.cocci | 17 @alloc@ 64 position a != alloc.kok; 78 position a != alloc.kok; 93 position a != alloc.vok; 106 position a != alloc.vok; 141 expression alloc.E; 150 expression alloc.E; 213 ka << alloc.kok; 214 va << alloc.vok; 222 ka << alloc.kok; [all …]
|
/scripts/gdb/linux/ |
A D | slab.py | 70 def get_track(cache, object_pointer, alloc): argument 72 p += (alloc * track_type.sizeof) 153 def slabtrace(alloc, cache_name): argument 164 def process_slab(loc_track, slab_list, alloc, cache): argument 172 p = get_track(cache, object_pointer, alloc) 174 if alloc == track_alloc: 203 process_slab(loc_track, cache_node['full'], alloc, target_cache) 262 alloc = track_alloc # default show alloc_traces 266 alloc = track_alloc 268 alloc = track_free [all …]
|
/scripts/coccinelle/null/ |
A D | kmerr.cocci | 64 cocci.print_main("alloc call",p1) 72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
|
A D | eno.cocci | 40 cocci.print_main("alloc call",p1)
|
/scripts/coccinelle/misc/ |
A D | badty.cocci | 2 /// Correct the size argument to alloc functions
|
/scripts/ |
A D | link-vmlinux.sh | 125 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
|
A D | Makefile.extrawarn | 95 KBUILD_CFLAGS-$(call gcc-min-version, 90100) += -Wno-alloc-size-larger-than
|
Completed in 11 milliseconds