Home
last modified time | relevance | path

Searched refs:features (Results 1 – 5 of 5) sorted by relevance

/lib/kunit/
DKconfig42 features of KUnit. This test only exists to help new users understand
/lib/
DKconfig.kasan62 All KASAN modes are strictly debugging features.
200 kernel debugging features like KASAN.
DKconfig.ubsan20 Building kernels with Sanitizer features enabled tends to grow
DKconfig.debug309 draft features until 7.0), and gdb 8.0+.
400 user-space program samples. It is also needed by some features such
1561 It is also used by various kernel debugging features that require
2549 Test kernel livepatching features for correctness. The tests will
2587 This can be useful to test init_on_alloc and init_on_free features.
Dtest_bpf.c8878 netdev_features_t features; member
8885 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |
8891 .features = NETIF_F_SG | NETIF_F_FRAGLIST |
8910 segs = skb_segment(skb, test->features); in test_skb_segment_single()