Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/
A Dkselftest_harness.h194 static void __attribute__((constructor)) _register_##test_name(void) \
238 static void __attribute__((constructor)) \
336 static void __attribute__((constructor)) \
399 static void __attribute__((constructor)) \
420 static void __attribute__((constructor)) \
1062 static void __attribute__((constructor)) __constructor_order_first(void) in __constructor_order_first()
/linux/Documentation/livepatch/
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/bpf/
A Dbpf_rlimit.h4 static __attribute__((constructor)) void bpf_rlimit_ctor(void) in bpf_rlimit_ctor()
/linux/tools/testing/selftests/rseq/
A Drseq.c141 void __attribute__((constructor)) rseq_init(void) in rseq_init()
/linux/tools/testing/selftests/openat2/
A Dhelpers.c96 void __attribute__((constructor)) init(void) in init()
/linux/Documentation/admin-guide/device-mapper/
A Dwritecache.rst55 when this option is activated (either in the constructor
110 See above "cleaner" constructor documentation.
A Dswitch.rst100 The region number (region size was specified in constructor parameters).
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/Documentation/networking/
A Dnetdevices.rst121 /* Implicit constructor */
131 /* End of constructor, set the destructor: */
157 There is no explicit constructor callback, driver "constructs" the private
/linux/include/net/
A Dinet_frag.h102 void (*constructor)(struct inet_frag_queue *q, member
A Dneighbour.h204 int (*constructor)(struct neighbour *); member
/linux/tools/testing/selftests/powerpc/pmu/ebb/
A Debb.c477 static void __attribute__((constructor)) ebb_init(void) in ebb_init()
/linux/tools/testing/selftests/rtc/
A Drtctest.c316 static void __attribute__((constructor))
/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma_rw.c466 void (*constructor)(struct svc_rdma_write_info *info, in svc_rdma_build_writes()
493 constructor(info, write_len, ctxt); in svc_rdma_build_writes()
/linux/net/ieee802154/6lowpan/
A Dreassembly.c519 lowpan_frags.constructor = lowpan_frag_init; in lowpan_net_frag_init()
/linux/net/ipv6/netfilter/
A Dnf_conntrack_reasm.c547 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()
/linux/net/ipv6/
A Dreassembly.c571 ip6_frags.constructor = ip6frag_init; in ipv6_frag_init()
/linux/net/ipv4/
A Dinet_fragment.c317 f->constructor(q, arg); in inet_frag_alloc()
A Dip_fragment.c741 ip4_frags.constructor = ip4_frag_init; in ipfrag_init()
A Darp.c158 .constructor = arp_constructor,
/linux/net/decnet/
A Ddn_neigh.c85 .constructor = dn_neigh_construct,
/linux/tools/testing/selftests/net/
A Dreuseport_bpf.c442 static __attribute__((constructor)) void main_ctor(void) in main_ctor()
/linux/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst253 /* chip-specific constructor
295 /* constructor -- see "Driver Constructor" sub-section */
358 The real constructor of PCI drivers is the ``probe`` callback. The
595 :c:func:`snd_device_new()` inside its constructor. The destructor
726 In this section, we'll complete the chip-specific constructor,
756 /* chip-specific constructor */
1403 function. It would be better to create a constructor for pcm, namely,
3391 one is a constructor for the ``opl3_t`` instance.
3762 ``SNDRV_DMA_TYPE_DEV_SG`` in the PCM constructor like other PCI
/linux/Documentation/ABI/testing/
A Dsysfs-kernel-slab138 constructor function, which is invoked for each object when a
/linux/samples/bpf/
A Dxdp_sample_user.c1667 __attribute__((constructor)) static void sample_ctor(void) in sample_ctor()

Completed in 53 milliseconds

12