Searched refs:constructor (Results  1 – 25 of 25) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/ | 
| D | kselftest_harness.h | 175 	static void __attribute__((constructor)) _register_##test_name(void) \ 215 	static void __attribute__((constructor)) \ 317 	static void __attribute__((constructor)) \ 336 	static void __attribute__((constructor)) \ 782 static void __attribute__((constructor)) __constructor_order_first(void)  in __constructor_order_first()
  | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | bpf_rlimit.h | 4 static  __attribute__((constructor)) void bpf_rlimit_ctor(void)  in bpf_rlimit_ctor()
  | 
| /Linux-v5.4/Documentation/livepatch/ | 
| 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-v5.4/tools/testing/selftests/rseq/ | 
| D | rseq.c | 141 void __attribute__((constructor)) rseq_init(void)  in rseq_init()
  | 
| /Linux-v5.4/include/net/ | 
| D | inet_frag.h | 101 	void			(*constructor)(struct inet_frag_queue *q,  member
  | 
| D | neighbour.h | 204 	int			(*constructor)(struct neighbour *);  member
  | 
| /Linux-v5.4/net/sunrpc/xprtrdma/ | 
| D | svc_rdma_rw.c | 403 		      void (*constructor)(struct svc_rdma_write_info *info,  in svc_rdma_build_writes() 434 		constructor(info, write_len, ctxt);  in svc_rdma_build_writes()
  | 
| /Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/ | 
| D | ebb.c | 479 static void __attribute__((constructor)) ebb_init(void)  in ebb_init()
  | 
| /Linux-v5.4/tools/lib/lockdep/ | 
| D | preload.c | 419 __attribute__((constructor)) static void init_preload(void)  in init_preload()
  | 
| /Linux-v5.4/tools/testing/selftests/rtc/ | 
| D | rtctest.c | 316 static void __attribute__((constructor))
  | 
| /Linux-v5.4/net/ipv6/netfilter/ | 
| D | nf_conntrack_reasm.c | 533 	nf_frags.constructor = ip6frag_init;  in nf_ct_frag6_init()
  | 
| /Linux-v5.4/net/ieee802154/6lowpan/ | 
| D | reassembly.c | 519 	lowpan_frags.constructor = lowpan_frag_init;  in lowpan_net_frag_init()
  | 
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ | 
| D | switch.rst | 100     The region number (region size was specified in constructor parameters).
  | 
| 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-v5.4/net/ipv6/ | 
| D | reassembly.c | 552 	ip6_frags.constructor = ip6frag_init;  in ipv6_frag_init()
  | 
| D | ndisc.c | 114 	.constructor =	ndisc_constructor,
  | 
| /Linux-v5.4/net/ipv4/ | 
| D | inet_fragment.c | 286 	f->constructor(q, arg);  in inet_frag_alloc()
  | 
| D | ip_fragment.c | 741 	ip4_frags.constructor = ip4_frag_init;  in ipfrag_init()
  | 
| D | arp.c | 157 	.constructor	= arp_constructor,
  | 
| /Linux-v5.4/net/decnet/ | 
| D | dn_neigh.c | 85 	.constructor =			dn_neigh_construct,
  | 
| /Linux-v5.4/tools/testing/selftests/net/ | 
| D | reuseport_bpf.c | 442 static  __attribute__((constructor)) void main_ctor(void)  in main_ctor()
  | 
| /Linux-v5.4/Documentation/sound/kernel-api/ | 
| D | writing-an-alsa-driver.rst | 253       /* chip-specific constructor 295       /* constructor -- see "Driver Constructor" sub-section */ 358 The real constructor of PCI drivers is the ``probe`` callback. The 596 :c:func:`snd_device_new()` inside its constructor. The destructor 727 In this section, we'll complete the chip-specific constructor, 757       /* chip-specific constructor */ 1396 function. It would be better to create a constructor for pcm, namely, 3349 one is a constructor for the ``opl3_t`` instance. 3698 ``SNDRV_DMA_TYPE_DEV_SG`` in the PCM constructor like other PCI
  | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | sysfs-kernel-slab | 138 		constructor function, which is invoked for each object when a
  | 
| /Linux-v5.4/net/core/ | 
| D | neighbour.c | 598 	if (tbl->constructor &&	(error = tbl->constructor(n)) < 0) {  in ___neigh_create()
  | 
| /Linux-v5.4/tools/perf/util/ | 
| D | annotate.c | 1571 static __attribute__((constructor)) void symbol__init_regexpr(void)  in symbol__init_regexpr()
  |