| /Linux-v5.4/include/linux/ | 
| D | userfaultfd_k.h | 135 					 struct list_head *uf)  in userfaultfd_unmap_prep()141 					      struct list_head *uf)  in userfaultfd_unmap_complete()
 
 | 
| D | mm.h | 2346 	struct list_head *uf)  in do_mmap_pgoff()
 | 
| /Linux-v5.4/mm/ | 
| D | mremap.c | 321 		bool *locked, struct vm_userfaultfd_ctx *uf,  in move_vma()500 		struct vm_userfaultfd_ctx *uf,  in mremap_to()
 605 	struct vm_userfaultfd_ctx uf = NULL_VM_UFFD_CTX;  in SYSCALL_DEFINE5()  local
 
 | 
| D | mmap.c | 1401 			struct list_head *uf)  in do_mmap()1723 		struct list_head *uf)  in mmap_region()
 2745 		struct list_head *uf, bool downgrade)  in __do_munmap()
 2854 	      struct list_head *uf)  in do_munmap()
 3002 … int do_brk_flags(unsigned long addr, unsigned long len, unsigned long flags, struct list_head *uf)  in do_brk_flags()
 
 | 
| D | nommu.c | 1102 			struct list_head *uf)  in do_mmap()1481 int do_munmap(struct mm_struct *mm, unsigned long start, size_t len, struct list_head *uf)  in do_munmap()
 
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | rtas_flash.c | 210 	struct rtas_update_flash_t *const uf = &rtas_update_flash_data;  in rtas_flash_release()  local275 	struct rtas_update_flash_t *const uf = &rtas_update_flash_data;  in rtas_flash_read_msg()  local
 292 	struct rtas_update_flash_t *const uf = &rtas_update_flash_data;  in rtas_flash_read_num()  local
 313 	struct rtas_update_flash_t *const uf = &rtas_update_flash_data;  in rtas_flash_write()  local
 
 | 
| /Linux-v5.4/drivers/scsi/isci/ | 
| D | unsolicited_frame_control.c | 63 	struct sci_unsolicited_frame *uf;  in sci_unsolicited_frame_control_construct()  local
 | 
| /Linux-v5.4/drivers/usb/host/ | 
| D | ehci-sched.c | 265 	unsigned		uframe, uf, x;  in compute_tt_budget()  local383 		unsigned	i, uf;  in tt_available()  local
 1402 	unsigned		frame, uf;  in sitd_slot_ok()  local
 1700 	struct ehci_iso_packet	*uf = &iso_sched->packet[index];  in itd_patch()  local
 2118 	struct ehci_iso_packet	*uf = &iso_sched->packet[index];  in sitd_patch()  local
 2365 	unsigned		uf, now_frame, frame;  in scan_isoc()  local
 
 | 
| D | ehci-hcd.c | 111 	unsigned uf;  in ehci_moschip_read_frame_index()  local
 | 
| D | fotg210-hcd.c | 4307 	struct fotg210_iso_packet *uf = &iso_sched->packet[index];  in itd_patch()  local4585 	unsigned uf;  in scan_frame_queue()  local
 4654 	unsigned uf, now_frame, frame, ret;  in scan_isoc()  local
 
 | 
| /Linux-v5.4/drivers/scsi/bfa/ | 
| D | bfa_svc.c | 5352 	struct bfa_uf_s   *uf = cbarg;  in __bfa_cb_uf_recv()  local5391 	struct bfa_uf_s   *uf;  in claim_ufs()  local
 5470 	struct bfa_uf_s   *uf;  in bfa_uf_get()  local
 5477 bfa_uf_put(struct bfa_uf_mod_s *uf_mod, struct bfa_uf_s *uf)  in bfa_uf_put()
 5483 bfa_uf_post(struct bfa_uf_mod_s *ufm, struct bfa_uf_s *uf)  in bfa_uf_post()
 5504 	struct bfa_uf_s   *uf;  in bfa_uf_post_all()  local
 5517 	struct bfa_uf_s *uf = &ufm->uf_list[uf_tag];  in uf_recv()  local
 5558 	struct bfa_uf_s *uf;  in bfa_uf_iocdisable()  local
 5601 bfa_uf_free(struct bfa_uf_s *uf)  in bfa_uf_free()
 
 | 
| D | bfa_fcs.c | 1522 bfa_fcs_uf_recv(void *cbarg, struct bfa_uf_s *uf)  in bfa_fcs_uf_recv()
 | 
| D | bfa_svc.h | 640 bfa_uf_get_frmbuf(struct bfa_uf_s *uf)  in bfa_uf_get_frmbuf()646 bfa_uf_get_frmlen(struct bfa_uf_s *uf)  in bfa_uf_get_frmlen()
 
 | 
| D | bfa_fcs.h | 677 	} uf;  member
 | 
| /Linux-v5.4/net/bluetooth/ | 
| D | hci_sock.c | 1816 	struct hci_ufilter uf = { .opcode = 0 };  in hci_sock_setsockopt()  local1902 	struct hci_ufilter uf;  in hci_sock_getsockopt()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_cs.c | 709 		struct amdgpu_bo *uf = ttm_to_amdgpu_bo(p->uf_entry.tv.bo);  in amdgpu_cs_parser_bos()  local778 		struct amdgpu_bo *uf = ttm_to_amdgpu_bo(parser->uf_entry.tv.bo);  in amdgpu_cs_parser_fini()  local
 
 | 
| /Linux-v5.4/fs/ | 
| D | userfaultfd.c | 856 void userfaultfd_unmap_complete(struct mm_struct *mm, struct list_head *uf)  in userfaultfd_unmap_complete()
 | 
| /Linux-v5.4/arch/x86/kvm/ | 
| D | mmu.c | 4761 		u8 uf = (pfec & PFERR_USER_MASK) ? (u8)~u : 0;  in update_permission_bitmask()  local4854 		bool check_pkey, check_write, ff, uf, wf, pte_user;  in update_pkru_bitmask()  local
 
 | 
| /Linux-v5.4/drivers/net/ | 
| D | tun.c | 917 	struct tun_filter uf;  in update_filter()  local
 |