Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/
Dkselftest_harness.h173 static void __attribute__((constructor)) _register_##test_name(void) \
213 static void __attribute__((constructor)) \
311 static void __attribute__((constructor)) \
330 static void __attribute__((constructor)) \
773 static void __attribute__((constructor)) __constructor_order_first(void) in __constructor_order_first()
/Linux-v4.19/tools/testing/selftests/bpf/
Dbpf_rlimit.h4 static __attribute__((constructor)) void bpf_rlimit_ctor(void) in bpf_rlimit_ctor()
/Linux-v4.19/Documentation/livepatch/
Dshadow-vars.txt38 They also allow to call a custom constructor function when a non-zero
42 Note that the constructor is called under klp_shadow_lock spinlock. It allows
54 - initialize the variable using a custom constructor and data when provided
63 - initialize the variable using a custom constructor and data when provided
/Linux-v4.19/include/net/
Dinet_frag.h96 void (*constructor)(struct inet_frag_queue *q, member
Dneighbour.h201 int (*constructor)(struct neighbour *); member
/Linux-v4.19/net/ipv4/
Dinet_fragment.c170 f->constructor(q, arg); in inet_frag_alloc()
Dip_fragment.c957 ip4_frags.constructor = ip4_frag_init; in ipfrag_init()
Darp.c161 .constructor = arp_constructor,
/Linux-v4.19/tools/testing/selftests/rtc/
Drtctest.c217 static void __attribute__((constructor))
/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c411 void (*constructor)(struct svc_rdma_write_info *info, in svc_rdma_build_writes()
442 constructor(info, write_len, ctxt); in svc_rdma_build_writes()
/Linux-v4.19/tools/lib/lockdep/
Dpreload.c419 __attribute__((constructor)) static void init_preload(void) in init_preload()
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c479 static void __attribute__((constructor)) ebb_init(void) in ebb_init()
/Linux-v4.19/Documentation/device-mapper/
Dswitch.txt101 The region number (region size was specified in constructor parameters).
Ddm-raid.txt337 1.9.2 Don't emit '- -' on the status table line in case the constructor
339 'D' on the status line. If '- -' is passed into the constructor, emit
/Linux-v4.19/net/decnet/
Ddn_neigh.c85 .constructor = dn_neigh_construct,
/Linux-v4.19/net/ieee802154/6lowpan/
Dreassembly.c604 lowpan_frags.constructor = lowpan_frag_init; in lowpan_net_frag_init()
/Linux-v4.19/tools/testing/selftests/net/
Dreuseport_bpf.c442 static __attribute__((constructor)) void main_ctor(void) in main_ctor()
/Linux-v4.19/net/ipv6/netfilter/
Dnf_conntrack_reasm.c644 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()
/Linux-v4.19/net/ipv6/
Dreassembly.c661 ip6_frags.constructor = ip6frag_init; in ipv6_frag_init()
Dndisc.c116 .constructor = ndisc_constructor,
/Linux-v4.19/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst288 /* chip-specific constructor
330 /* constructor -- see "Driver Constructor" sub-section */
394 The real constructor of PCI drivers is the ``probe`` callback. The
623 :c:func:`snd_device_new()` inside its constructor. The destructor
747 In this section, we'll complete the chip-specific constructor,
777 /* chip-specific constructor */
1409 function. It would be better to create a constructor for pcm, namely,
3331 one is a constructor for the ``opl3_t`` instance.
3680 ``SNDRV_DMA_TYPE_DEV_SG`` in the PCM constructor like other PCI
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-kernel-slab138 constructor function, which is invoked for each object when a
/Linux-v4.19/net/core/
Dneighbour.c508 if (tbl->constructor && (error = tbl->constructor(n)) < 0) { in __neigh_create()
/Linux-v4.19/tools/perf/util/
Dannotate.c1529 static __attribute__((constructor)) void symbol__init_regexpr(void) in symbol__init_regexpr()