Searched refs:find_entry (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.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-6.12.1/fs/smb/client/ |
D | readdir.c | 915 static int cifs_filldir(char *find_entry, struct file *file, in cifs_filldir() argument 928 rc = cifs_fill_dirent(&de, find_entry, file_info->srch_inf.info_level, in cifs_filldir() 963 (struct smb2_posix_info *)find_entry, in cifs_filldir() 968 &((FILE_UNIX_INFO *)find_entry)->basic, in cifs_filldir() 975 (FIND_FILE_STANDARD_INFO *)find_entry, in cifs_filldir() 980 cifs_fulldir_info_to_fattr(&fattr, find_entry, cifs_sb); in cifs_filldir() 984 (FILE_DIRECTORY_INFO *)find_entry, in cifs_filldir()
|
/linux-6.12.1/fs/proc/ |
D | proc_sysctl.c | 113 static struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry() function 355 entry = find_entry(&head, dir, name, namelen); in lookup_entry() 940 entry = find_entry(&head, dir, name, namelen); in find_subdir() 1067 entry = find_entry(&head, dir, procname, strlen(procname)); in sysctl_follow_link() 1227 link = find_entry(&tmp_head, dir, procname, strlen(procname)); in get_links() 1240 link = find_entry(&tmp_head, dir, procname, strlen(procname)); in get_links() 1483 link = find_entry(&link_head, core_parent, name, strlen(name)); in put_links()
|
/linux-6.12.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()
|