Searched refs:check_bytes_and_report (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | slub.c | 733 static int check_bytes_and_report(struct kmem_cache *s, struct page *page,  in check_bytes_and_report()  function 814 	return check_bytes_and_report(s, page, p, "Object padding",  in check_pad_bytes() 861 		if (!check_bytes_and_report(s, page, object, "Redzone",  in check_object() 865 		if (!check_bytes_and_report(s, page, object, "Redzone",  in check_object() 870 			check_bytes_and_report(s, page, p, "Alignment padding",  in check_object() 878 			(!check_bytes_and_report(s, page, p, "Poison", p,  in check_object() 880 			 !check_bytes_and_report(s, page, p, "Poison",  in check_object()
  |