Lines Matching refs:s
6 /// Note in particular that there are no ...s in the rule, so all of the
161 msg="%s" % (x)
170 msg="WARNING: kzalloc should be used for %s, instead of kmalloc/memset" % (x)
191 msg="%s" % (x)
200 msg="WARNING: vzalloc should be used for %s, instead of vmalloc/memset" % (x)
221 msg="%s" % (x)
230 msg="WARNING: dma_alloc_coherent used in %s already zeroes out memory, so memset is not needed" % (…
251 msg="%s" % (x)
260 msg="WARNING: kzalloc_node should be used for %s, instead of kmalloc_node/memset" % (x)
281 msg="%s" % (x)
290 msg="WARNING: kmem_cache_zalloc should be used for %s, instead of kmem_cache_alloc/memset" % (x)
311 msg="%s" % (x)
320 msg="WARNING: kmem_zalloc should be used for %s, instead of kmem_alloc/memset" % (x)
341 msg="%s" % (x)
350 msg="WARNING: devm_kzalloc should be used for %s, instead of devm_kmalloc/memset" % (x)
371 msg="%s" % (x)
380 msg="WARNING: kvzalloc should be used for %s, instead of kvmalloc/memset" % (x)
401 msg="%s" % (x)
410 msg="WARNING: kvzalloc_node should be used for %s, instead of kvmalloc_node/memset" % (x)