/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test-linkage.c | 16 __attribute__((constructor)) 22 __attribute__((constructor))
|
H A D | nolibc-test.c | 682 __attribute__((constructor)) 688 __attribute__((constructor)) 731 CASE_TEST(constructor); EXPECT_EQ(1, constructor_test_value, 2); break; in run_startup()
|
/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 190 static void __attribute__((constructor)) _register_##test_name(void) \ 234 static void __attribute__((constructor)) \ 360 static void __attribute__((constructor)) \ 462 static void __attribute__((constructor)) \ 876 static void __attribute__((constructor)) \ 1329 static void __attribute__((constructor)) __constructor_order_first(void) in __constructor_order_first()
|
/linux/Documentation/livepatch/ |
H A D | shadow-vars.rst | 41 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/sched_ext/ |
H A D | scx_test.h | 76 __attribute__((constructor)) \
|
/linux/tools/testing/selftests/openat2/ |
H A D | helpers.c | 96 void __attribute__((constructor)) init(void) in init()
|
/linux/tools/testing/selftests/rseq/ |
H A D | rseq.c | 180 static __attribute__((constructor))
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | writecache.rst | 56 when this option is activated (either in the constructor 112 See above "cleaner" constructor documentation.
|
H A D | switch.rst | 100 The region number (region size was specified in constructor parameters).
|
H A D | dm-raid.rst | 402 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 D | inet_frag.h | 110 void (*constructor)(struct inet_frag_queue *q, member
|
H A D | neighbour.h | 209 int (*constructor)(struct neighbour *); member
|
/linux/Documentation/networking/ |
H A D | netdevices.rst | 121 /* 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 D | custom_sec_handlers.c | 59 __attribute__((constructor))
|
/linux/tools/testing/selftests/iommu/ |
H A D | iommufd_fail_nth.c | 42 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 D | ebb.c | 477 static void __attribute__((constructor)) ebb_init(void) in ebb_init()
|
/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 469 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/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 520 lowpan_frags.constructor = lowpan_frag_init; in lowpan_net_frag_init()
|
/linux/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | 551 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()
|
/linux/net/ipv6/ |
H A D | reassembly.c | 576 ip6_frags.constructor = ip6frag_init; in ipv6_frag_init()
|
/linux/tools/testing/selftests/net/ |
H A D | reuseport_bpf.c | 440 static __attribute__((constructor)) void main_ctor(void) in main_ctor()
|
/linux/net/ipv4/ |
H A D | inet_fragment.c | 326 f->constructor(q, arg); in inet_frag_alloc()
|
H A D | ip_fragment.c | 749 ip4_frags.constructor = ip4_frag_init; in ipfrag_init()
|
H A D | arp.c | 158 .constructor = arp_constructor,
|
/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 248 /* chip-specific constructor 290 /* constructor -- see "Driver Constructor" sub-section */ 353 The real constructor of PCI drivers is the ``probe`` callback. The 578 :c:func:`snd_device_new()` inside its constructor. The destructor 697 In this section, we'll complete the chip-specific constructor, 725 /* chip-specific constructor */ 1336 function. It would be better to create a constructor for the PCM, namely:: 3236 one is a constructor for the ``opl3_t`` instance:: 3556 ``SNDRV_DMA_TYPE_DEV_SG`` in the PCM constructor like for other PCI
|