Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 7 of 7) sorted by relevance

/scripts/coccinelle/api/
A Dkfree_mismatch.cocci17 @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 Dslab.py70 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 Dkmerr.cocci64 cocci.print_main("alloc call",p1)
72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
A Deno.cocci40 cocci.print_main("alloc call",p1)
/scripts/coccinelle/misc/
A Dbadty.cocci2 /// Correct the size argument to alloc functions
/scripts/
A Dlink-vmlinux.sh125 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
A DMakefile.extrawarn95 KBUILD_CFLAGS-$(call gcc-min-version, 90100) += -Wno-alloc-size-larger-than

Completed in 11 milliseconds