Home
last modified time | relevance | path

Searched refs:POISON_END (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dpoison.h50 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dpoison.h50 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dpoison.h50 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/linux/
H A Dpoison.h59 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/linux/
H A Dpoison.h59 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/linux/
H A Dpoison.h59 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/debug/kdb/
H A Dkdb_support.c769 *((char *)p + best->size - 1) = POISON_END; in debug_kmalloc()
792 *((char *)p + h->size - 1) = POISON_END; in debug_kfree()
814 *((char *)h + dah_overhead - 1) = POISON_END; in debug_kfree()
829 *((char *)next + dah_overhead - 1) = POISON_END; in debug_kfree()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/debug/kdb/
H A Dkdb_support.c769 *((char *)p + best->size - 1) = POISON_END; in debug_kmalloc()
792 *((char *)p + h->size - 1) = POISON_END; in debug_kfree()
814 *((char *)h + dah_overhead - 1) = POISON_END; in debug_kfree()
829 *((char *)next + dah_overhead - 1) = POISON_END; in debug_kfree()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/debug/kdb/
H A Dkdb_support.c769 *((char *)p + best->size - 1) = POISON_END; in debug_kmalloc()
792 *((char *)p + h->size - 1) = POISON_END; in debug_kfree()
814 *((char *)h + dah_overhead - 1) = POISON_END; in debug_kfree()
829 *((char *)next + dah_overhead - 1) = POISON_END; in debug_kfree()
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dmempool.c48 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element()
78 obj[size - 1] = POISON_END; in __poison_element()
H A Dslab.c1454 *(unsigned char *)(addr + size - 1) = POISON_END; in poison_obj()
1528 exp = POISON_END; in check_poison_obj()
H A Dslub.c770 p[s->object_size - 1] = POISON_END; in init_object()
931 p + s->object_size - 1, POISON_END, 1))) in check_object()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dmempool.c48 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element()
78 obj[size - 1] = POISON_END; in __poison_element()
H A Dslab.c1454 *(unsigned char *)(addr + size - 1) = POISON_END; in poison_obj()
1528 exp = POISON_END; in check_poison_obj()
H A Dslub.c770 p[s->object_size - 1] = POISON_END; in init_object()
931 p + s->object_size - 1, POISON_END, 1))) in check_object()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dmempool.c48 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element()
78 obj[size - 1] = POISON_END; in __poison_element()
H A Dslab.c1454 *(unsigned char *)(addr + size - 1) = POISON_END; in poison_obj()
1528 exp = POISON_END; in check_poison_obj()
H A Dslub.c770 p[s->object_size - 1] = POISON_END; in init_object()
931 p + s->object_size - 1, POISON_END, 1))) in check_object()