Home
last modified time | relevance | path

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

12

/Linux-v6.6/tools/testing/selftests/
Dkselftest_harness.h199 static void __attribute__((constructor)) _register_##test_name(void) \
243 static void __attribute__((constructor)) \
343 static void __attribute__((constructor)) \
408 static void __attribute__((constructor)) \
429 static void __attribute__((constructor)) \
1218 static void __attribute__((constructor)) __constructor_order_first(void) in __constructor_order_first()
/Linux-v6.6/Documentation/livepatch/
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-v6.6/tools/testing/selftests/openat2/
Dhelpers.c96 void __attribute__((constructor)) init(void) in init()
/Linux-v6.6/tools/testing/selftests/rseq/
Drseq.c165 static __attribute__((constructor))
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Dwritecache.rst56 when this option is activated (either in the constructor
112 See above "cleaner" constructor documentation.
Dswitch.rst100 The region number (region size was specified in constructor parameters).
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-v6.6/include/net/
Dinet_frag.h110 void (*constructor)(struct inet_frag_queue *q, member
Dneighbour.h209 int (*constructor)(struct neighbour *); member
/Linux-v6.6/Documentation/networking/
Dnetdevices.rst121 /* Implicit constructor */
131 /* End of constructor, set the destructor: */
157 There is no explicit constructor callback, driver "constructs" the private
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dcustom_sec_handlers.c59 __attribute__((constructor))
/Linux-v6.6/tools/testing/selftests/iommu/
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-v6.6/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c477 static void __attribute__((constructor)) ebb_init(void) in ebb_init()
/Linux-v6.6/tools/testing/selftests/drivers/s390x/uvdevice/
Dtest_uvdevice.c260 static void __attribute__((constructor)) __constructor_order_last(void) in __constructor_order_last()
/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c470 void (*constructor)(struct svc_rdma_write_info *info, in svc_rdma_build_writes()
497 constructor(info, write_len, ctxt); in svc_rdma_build_writes()
/Linux-v6.6/tools/testing/selftests/rtc/
Drtctest.c413 static void __attribute__((constructor))
/Linux-v6.6/net/ieee802154/6lowpan/
Dreassembly.c524 lowpan_frags.constructor = lowpan_frag_init; in lowpan_net_frag_init()
/Linux-v6.6/net/ipv6/netfilter/
Dnf_conntrack_reasm.c548 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()
/Linux-v6.6/net/ipv6/
Dreassembly.c578 ip6_frags.constructor = ip6frag_init; in ipv6_frag_init()
/Linux-v6.6/net/ipv4/
Dinet_fragment.c323 f->constructor(q, arg); in inet_frag_alloc()
Dip_fragment.c751 ip4_frags.constructor = ip4_frag_init; in ipfrag_init()
Darp.c158 .constructor = arp_constructor,
/Linux-v6.6/tools/testing/selftests/net/
Dreuseport_bpf.c440 static __attribute__((constructor)) void main_ctor(void) in main_ctor()
/Linux-v6.6/tools/testing/selftests/hid/
Dhid_bpf.c856 static void __attribute__((constructor)) __constructor_order_last(void) in __constructor_order_last()
/Linux-v6.6/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst248 /* 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

12