opnsense-src/sys/compat/linuxkpi/common/src
Warner Losh c6df6f5322 Create wrapper for Giant taken for newbus
Create a wrapper for newbus to take giant and for busses to take it too.
bus_topo_lock() should be called before interacting with newbus routines
and unlocked with bus_topo_unlock(). If you need the topology lock for
some reason, bus_topo_mtx() will provide that.

Sponsored by:		Netflix
Reviewed by:		mav
Differential Revision:	https://reviews.freebsd.org/D31831
2021-12-09 17:04:45 -07:00
..
linux_acpi.c LinuxKPI: Implement ACPI bits required by drm-kmod in base system 2020-11-09 13:20:14 +00:00
linux_compat.c LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's. 2021-11-02 16:53:34 +01:00
linux_current.c linuxkpi: remove global atomic counter of the task allocations 2021-07-27 20:01:19 +03:00
linux_devres.c LinuxKPI: implement devres() framework parts and two examples 2021-01-28 16:32:43 +00:00
linux_dmi.c linuxkpi: Add dmi_* function 2020-10-02 18:28:00 +00:00
linux_domain.c Implement basic support for allocating memory from a specific numa node 2021-03-09 21:01:47 +01:00
linux_firmware.c LinuxKPI: fix -Wunused-but-set-variable warnings 2021-11-24 21:32:38 +00:00
linux_fpu.c LinuxKPI: Make FPU sections thread-safe and use the NOCTX flag. 2021-07-31 15:36:48 +02:00
linux_hrtimer.c compat: clean up empty lines in .c and .h files 2020-09-01 21:24:33 +00:00
linux_idr.c compat: clean up empty lines in .c and .h files 2020-09-01 21:24:33 +00:00
linux_interrupt.c LinuxKPI: Hide some internal symbols in linux_interrupt.c 2021-09-29 23:26:14 +03:00
linux_kmod.c LinuxKPI: add module dependency on firmware(9) 2021-01-30 17:50:26 +00:00
linux_kthread.c schedlock 1/4 2019-12-15 21:11:15 +00:00
linux_lock.c Populate the acquire context field of a ww_mutex in the LinuxKPI. 2020-10-04 17:23:39 +00:00
linux_page.c Convert consumers to vm_page_alloc_noobj_contig() 2021-10-19 21:22:56 -04:00
linux_pci.c Create wrapper for Giant taken for newbus 2021-12-09 17:04:45 -07:00
linux_radix.c compat: clean up empty lines in .c and .h files 2020-09-01 21:24:33 +00:00
linux_rcu.c LinuxKPI: Do not wait for a grace period in rcu_barrier() 2021-07-05 03:19:50 +03:00
linux_schedule.c Implement the init_wait_entry() function macro in the LinuxKPI. 2018-06-06 14:59:23 +00:00
linux_seq_file.c compat: clean up empty lines in .c and .h files 2020-09-01 21:24:33 +00:00
linux_shmemfs.c linuxkpi: Move shmem related functions in it's own file 2020-02-21 09:28:45 +00:00
linux_shrinker.c LinuxKPI: allocate current before taking shrinkers lock 2021-09-29 23:12:58 +03:00
linux_slab.c linuxkpi: Handle a NULL cache pointer in kmem_cache_destroy() 2021-10-06 14:49:39 -04:00
linux_tasklet.c Make sure all tasklets are drained before unloading the LinuxKPI. 2021-05-21 11:21:32 +02:00
linux_usb.c Create wrapper for Giant taken for newbus 2021-12-09 17:04:45 -07:00
linux_work.c Fix race condition in linuxkpi workqueue 2021-02-04 13:54:53 -05:00
linux_xarray.c Implement extensible arrays API using the existing radix tree implementation 2020-08-27 10:28:12 +00:00