Searched refs:find_entry (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/tools/perf/dlfilters/ |
D | dlfilter-show-cycles.c | 47 static struct entry *find_entry(__s32 tid) in find_entry() function 74 struct entry *e = find_entry(tid); in add_entry() 121 struct entry *e = find_entry(tid); in filter_event()
|
/Linux-v6.1/fs/cifs/ |
D | readdir.c | 959 static int cifs_filldir(char *find_entry, struct file *file, in cifs_filldir() argument 972 rc = cifs_fill_dirent(&de, find_entry, file_info->srch_inf.info_level, in cifs_filldir() 1007 (struct smb2_posix_info *)find_entry, in cifs_filldir() 1012 &((FILE_UNIX_INFO *)find_entry)->basic, in cifs_filldir() 1019 (FIND_FILE_STANDARD_INFO *)find_entry, in cifs_filldir() 1024 (SEARCH_ID_FULL_DIR_INFO *)find_entry, in cifs_filldir() 1029 (FILE_DIRECTORY_INFO *)find_entry, in cifs_filldir()
|
/Linux-v6.1/fs/proc/ |
D | proc_sysctl.c | 120 static struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry() function 357 entry = find_entry(&head, dir, name, namelen); in lookup_entry() 955 entry = find_entry(&head, dir, name, namelen); in find_subdir() 1082 entry = find_entry(&head, dir, procname, strlen(procname)); in sysctl_follow_link() 1220 link = find_entry(&head, dir, procname, strlen(procname)); in get_links() 1233 link = find_entry(&head, dir, procname, strlen(procname)); in get_links() 1682 link = find_entry(&link_head, core_parent, name, strlen(name)); in put_links()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 694 static int find_entry(struct mlx4_dev *dev, u8 port, in find_entry() function 1125 err = find_entry(dev, port, gid, prot, in mlx4_qp_attach_common() 1234 err = find_entry(dev, port, gid, prot, in mlx4_qp_detach_common()
|