Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 36) sorted by relevance

12

/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test-linkage.c16 __attribute__((constructor))
22 __attribute__((constructor))
H A Dnolibc-test.c629 __attribute__((constructor))
635 __attribute__((constructor))
677 CASE_TEST(constructor); EXPECT_EQ(1, constructor_test_value, 2); break; in run_startup()
/linux/tools/testing/selftests/
H A Dkselftest_harness.h203 static void __attribute__((constructor)) _register_##test_name(void) \
247 static void __attribute__((constructor)) \
373 static void __attribute__((constructor)) \
475 static void __attribute__((constructor)) \
504 static void __attribute__((constructor)) \
895 static void __attribute__((constructor)) \
1333 static void __attribute__((constructor)) __constructor_order_first(void) in __constructor_order_first()
/linux/Documentation/livepatch/
H A Dshadow-vars.rst41 They also allow to call a custom constructor function when a non-zero
45 Note that the constructor is called under klp_shadow_lock spinlock. It allows
61 - initialize the variable using a custom constructor and data when provided
74 - initialize the variable using a custom constructor and data when provided
/linux/tools/testing/selftests/openat2/
H A Dhelpers.c96 void __attribute__((constructor)) init(void) in init()
/linux/tools/testing/selftests/rseq/
H A Drseq.c165 static __attribute__((constructor))
/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst56 when this option is activated (either in the constructor
112 See above "cleaner" constructor documentation.
H A Dswitch.rst100 The region number (region size was specified in constructor parameters).
H A Ddm-raid.rst402 1.9.2 Don't emit '- -' on the status table line in case the constructor
404 'D' on the status line. If '- -' is passed into the constructor, emit
/linux/include/net/
H A Dinet_frag.h110 void (*constructor)(struct inet_frag_queue *q, member
H A Dneighbour.h209 int (*constructor)(struct neighbour *); member
/linux/Documentation/networking/
H A Dnetdevices.rst121 /* Implicit constructor */
131 /* End of constructor, set the destructor: */
157 There is no explicit constructor callback, driver "constructs" the private
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcustom_sec_handlers.c59 __attribute__((constructor))
/linux/tools/testing/selftests/iommu/
H A Diommufd_fail_nth.c42 static __attribute__((constructor)) void setup_buffer(void) in setup_buffer()
56 static __attribute__((constructor)) void setup_fault_injection(void) in setup_fault_injection()
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c477 static void __attribute__((constructor)) ebb_init(void) in ebb_init()
/linux/tools/testing/selftests/drivers/s390x/uvdevice/
H A Dtest_uvdevice.c260 static void __attribute__((constructor)) __constructor_order_last(void) in __constructor_order_last()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c469 void (*constructor)(struct svc_rdma_write_info *info, in svc_rdma_build_writes()
496 constructor(info, write_len, ctxt); in svc_rdma_build_writes()
/linux/tools/testing/selftests/rtc/
H A Drtctest.c413 static void __attribute__((constructor))
/linux/net/ieee802154/6lowpan/
H A Dreassembly.c520 lowpan_frags.constructor = lowpan_frag_init; in lowpan_net_frag_init()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c547 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()
/linux/net/ipv6/
H A Dreassembly.c576 ip6_frags.constructor = ip6frag_init; in ipv6_frag_init()
/linux/tools/testing/selftests/net/
H A Dreuseport_bpf.c440 static __attribute__((constructor)) void main_ctor(void) in main_ctor()
/linux/net/ipv4/
H A Dinet_fragment.c326 f->constructor(q, arg); in inet_frag_alloc()
H A Dip_fragment.c749 ip4_frags.constructor = ip4_frag_init; in ipfrag_init()
/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c964 static void __attribute__((constructor)) __constructor_order_last(void) in __constructor_order_last()

12