opnsense-src/sys/compat/linuxkpi/common/include/linux
Hans Petter Selasky 74d3a63559 Use atomic_clear_rel_long() to implement clear_bit_unlock() in the LinuxKPI
after r363842.

Suggested by:	alc@
MFC after:	1 week
Sponsored by:	Mellanox Technologies
2020-08-11 12:41:40 +00:00
..
atomic.h LinuxKPI: Include asm/atomic-long.h from atomic.h. 2019-05-15 17:44:25 +00:00
bitmap.h Implement the bitmap_subset() function in the LinuxKPI. This function 2020-07-10 12:06:18 +00:00
bitops.h Use atomic_clear_rel_long() to implement clear_bit_unlock() in the LinuxKPI 2020-08-11 12:41:40 +00:00
bottom_half.h
cache.h
cdev.h
clocksource.h
compat.h
compiler.h linuxkpi: Add __same_type and __must_be_array macros 2020-05-25 12:42:55 +00:00
completion.h
dcache.h
debugfs.h
delay.h
device.h Enable device class group attributes in the LinuxKPI. 2019-11-04 14:19:09 +00:00
dma-attrs.h
dma-mapping.h Re-apply r363564. 2020-08-04 14:53:41 +00:00
dmapool.h
err.h Allow the ERR_CAST() function in the LinuxKPI to take a const void pointer. 2020-04-20 13:36:01 +00:00
errno.h linuxkpi: Add EBADRQC to errno.h 2020-05-13 07:49:12 +00:00
etherdevice.h
export.h
file.h fd: remove the seq argument from fget_unlocked 2020-02-03 22:27:55 +00:00
fs.h linuxkpi: Move shmem related functions in it's own file 2020-02-21 09:28:45 +00:00
gfp.h Add necessary bits for Linux KPI to work correctly on powerpc 2019-08-04 19:28:10 +00:00
hardirq.h linuxkpi: Include hardirq.h in preempt.h and lockdep.h in hardirq.h 2020-07-26 16:30:59 +00:00
hrtimer.h
idr.h
if_arp.h
if_ether.h
if_vlan.h
in.h
in6.h
inetdevice.h
interrupt.h Fix broken DECLARE_TASKLET() macro after r347852. 2019-09-11 07:53:49 +00:00
io-mapping.h
io.h Fix include file order in io.h in the LinuxKPI. 2020-07-05 19:38:36 +00:00
ioctl.h
irq_work.h linuxkpi: Add irq_work.h 2020-05-19 09:04:35 +00:00
irqreturn.h
jhash.h
jiffies.h linuxkpi: Add time_after32 and time_before32 2020-08-04 15:27:32 +00:00
kdev_t.h
kernel.h linuxkpi: Add taint* defines 2020-07-26 16:31:49 +00:00
kmod.h
kobject.h
kref.h linuxkpi: Add kref_put_lock 2020-08-04 14:44:16 +00:00
kthread.h
ktime.h LinuxKPI: Expand ktime functionality. 2019-05-15 16:59:04 +00:00
list.h linuxkpi: Add list_is_first function 2020-02-20 17:19:16 +00:00
lockdep.h Fix r363565 2020-07-26 18:33:29 +00:00
log2.h
math64.h Implement DIV64_U64_ROUND_UP() in the LinuxKPI. 2020-05-01 10:25:07 +00:00
miscdevice.h
mm.h Remove set_page_dirty_lock(). 2020-01-02 19:29:14 +00:00
mm_types.h Implement mmget_not_zero() in the LinuxKPI. 2020-01-24 13:05:53 +00:00
module.h
moduleparam.h
mutex.h linuxkpi: Add nested variant of mutex_lock_interruptible 2020-08-04 14:45:22 +00:00
net.h
net_dim.h Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4). 2019-05-08 10:23:33 +00:00
netdevice.h Fix missing epochification of the LinuxKPI after r353292. 2019-10-15 11:14:14 +00:00
notifier.h
overflow.h Implement the array_size() function in the LinuxKPI. This function 2020-07-10 11:27:54 +00:00
page.h
pci.h Ensure pci_channel_offline() actually queries the PCI register space, 2020-06-05 08:12:08 +00:00
pfn.h
pfn_t.h
pid.h
poll.h
preempt.h linuxkpi: Include hardirq.h in preempt.h and lockdep.h in hardirq.h 2020-07-26 16:30:59 +00:00
printk.h Implement print_hex_dump_debug() function macro in the LinuxKPI. 2019-05-06 16:10:26 +00:00
radix-tree.h Implement radix_tree_store() in the LinuxKPI for use with the coming 2020-08-07 16:15:44 +00:00
random.h linuxkpi: Add prandom_u32_max 2020-05-23 17:52:25 +00:00
rbtree.h In r362552, RB_SET_PARENT is defined, and use in parens in 2020-06-23 22:47:54 +00:00
rculist.h LinuxKPI: Additions to rcu list. 2019-06-21 18:48:07 +00:00
rcupdate.h linuxkpi: Add rcu_swap_protected 2020-05-27 10:01:30 +00:00
refcount.h linuxkpi: Add refcount.h 2020-05-25 12:44:07 +00:00
rwlock.h
rwsem.h
scatterlist.h Optimise use of sg_page_count() in __sg_page_iter_next() in the LinuxKPI. 2020-05-04 10:10:07 +00:00
sched.h Need to clone the task struct fields related to RCU aswell in the 2020-08-11 12:17:46 +00:00
semaphore.h
seq_file.h LinuxKPI: Finalize import of seq_file. 2019-05-16 21:17:18 +00:00
shmem_fs.h linuxkpi: Move shmem related functions in it's own file 2020-02-21 09:28:45 +00:00
sizes.h linuxkpi: Add linux/sizes.h 2020-08-04 14:42:38 +00:00
slab.h
smp.h
socket.h
spinlock.h
srcu.h Implement synchronize_srcu_expedited() in the LinuxKPI. 2020-05-16 14:27:50 +00:00
string.h linuxkpi: Ignore NULL pointers passed to string parameter of kstr(n)dup 2020-07-14 21:56:59 +00:00
swap.h
sysfs.h Enable device class group attributes in the LinuxKPI. 2019-11-04 14:19:09 +00:00
time.h
timer.h linuxkpi: Fix mod_timer and del_timer_sync 2020-05-25 12:46:05 +00:00
types.h Implement aligned LinuxKPI types for u16, u32 and u64. 2020-04-20 14:03:05 +00:00
uaccess.h LinuxKPI: Update access_ok macro for v5.0. 2019-05-16 17:44:17 +00:00
usb.h
vmalloc.h
wait.h linuxkpi: Add __init_waitqueue_head 2020-05-19 08:43:17 +00:00
workqueue.h linuxkpi: Add rcu_work functions 2020-05-21 20:18:38 +00:00
ww_mutex.h LinuxKPI: Add context member to ww_mutex and bump FreeBSD version. 2019-05-14 23:21:20 +00:00