Searched refs:mmap_unlock_irq_work (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/bpf/
H A Dmmap_unlock_work.h10 struct mmap_unlock_irq_work { struct
15 DECLARE_PER_CPU(struct mmap_unlock_irq_work, mmap_unlock_work);
24 static inline bool bpf_mmap_unlock_get_irq_work(struct mmap_unlock_irq_work **work_ptr)
26 struct mmap_unlock_irq_work *work = NULL;
49 static inline void bpf_mmap_unlock_mm(struct mmap_unlock_irq_work *work, struct mm_struct *mm)
H A Dtask_iter.c761 struct mmap_unlock_irq_work *work = NULL;
807 struct mmap_unlock_irq_work *work;
1039 DEFINE_PER_CPU(struct mmap_unlock_irq_work, mmap_unlock_work);
1043 struct mmap_unlock_irq_work *work;
1048 work = container_of(entry, struct mmap_unlock_irq_work, irq_work);
1054 struct mmap_unlock_irq_work *work;
H A Dstackmap.c131 struct mmap_unlock_irq_work *work = NULL;

Completed in 224 milliseconds