Searched refs:last_entry (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/net/ipv6/netfilter/ |
| D | ip6t_srh.c | 92 !(srh->first_segment == srhinfo->last_entry))) in srh_mt6() 97 !(srh->first_segment > srhinfo->last_entry))) in srh_mt6() 102 !(srh->first_segment < srhinfo->last_entry))) in srh_mt6() 182 !(srh->first_segment == srhinfo->last_entry))) in srh1_mt6() 186 !(srh->first_segment > srhinfo->last_entry))) in srh1_mt6() 190 !(srh->first_segment < srhinfo->last_entry))) in srh1_mt6()
|
| /Linux-v5.4/include/uapi/linux/netfilter_ipv6/ |
| D | ip6t_srh.h | 57 __u8 last_entry; member 84 __u8 last_entry; member
|
| /Linux-v5.4/fs/qnx6/ |
| D | dir.c | 36 static unsigned last_entry(struct inode *inode, unsigned long page_nr) in last_entry() function 129 int limit = last_entry(inode, n); in qnx6_readdir() 237 int limit = last_entry(dir, n); in qnx6_find_entry()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_bo_list.c | 66 unsigned last_entry = 0, first_userptr = num_entries; in amdgpu_bo_list_create() local 116 entry = &array[last_entry++]; in amdgpu_bo_list_create() 143 for (i = 0; i < last_entry; ++i) { in amdgpu_bo_list_create()
|
| /Linux-v5.4/fs/cifs/ |
| D | readdir.c | 633 if (cfile->srch_inf.last_entry) in find_cifs_entry() 634 cifs_save_resume_key(cfile->srch_inf.last_entry, cfile); in find_cifs_entry() 648 if (cfile->srch_inf.last_entry) in find_cifs_entry() 649 cifs_save_resume_key(cfile->srch_inf.last_entry, cfile); in find_cifs_entry()
|
| D | cifsglob.h | 1204 char *last_entry; member
|
| D | smb2pdu.c | 4283 srch_inf->srch_entries_start = srch_inf->last_entry = in SMB2_query_directory() 4288 &srch_inf->last_entry, info_buf_size); in SMB2_query_directory() 4292 srch_inf->srch_entries_start, srch_inf->last_entry); in SMB2_query_directory()
|
| D | cifssmb.c | 4638 psrch_inf->last_entry = NULL; in CIFSFindFirst() 4642 psrch_inf->last_entry = psrch_inf->srch_entries_start + in CIFSFindFirst() 4765 psrch_inf->last_entry = NULL; in CIFSFindNext() 4768 psrch_inf->last_entry = in CIFSFindNext()
|
| /Linux-v5.4/kernel/ |
| D | kexec_core.c | 265 image->last_entry = &image->head; in do_kimage_alloc_init() 539 if (image->entry == image->last_entry) { in kimage_add_entry() 550 image->last_entry = ind_page + in kimage_add_entry()
|
| /Linux-v5.4/include/linux/ |
| D | kexec.h | 247 kimage_entry_t *last_entry; member
|
| /Linux-v5.4/drivers/iommu/ |
| D | amd_iommu_init.c | 864 u64 int_ctl, int_tab_len, entry = 0, last_entry = 0; in copy_device_table() local 882 if (last_entry && last_entry != entry) { in copy_device_table() 887 last_entry = entry; in copy_device_table()
|
| /Linux-v5.4/net/batman-adv/ |
| D | translation-table.c | 2318 bool last_entry = true; in batadv_tt_global_del_roaming() local 2330 last_entry = false; in batadv_tt_global_del_roaming() 2336 if (last_entry) { in batadv_tt_global_del_roaming()
|
| /Linux-v5.4/drivers/scsi/aic7xxx/ |
| D | aic7xxx_core.c | 2798 const struct ahc_phase_table_entry *last_entry; in ahc_lookup_phase_entry() local 2804 last_entry = &ahc_phase_table[num_phases]; in ahc_lookup_phase_entry() 2805 for (entry = ahc_phase_table; entry < last_entry; entry++) { in ahc_lookup_phase_entry()
|
| D | aic79xx_core.c | 4342 const struct ahd_phase_table_entry *last_entry; in ahd_lookup_phase_entry() local 4348 last_entry = &ahd_phase_table[num_phases]; in ahd_lookup_phase_entry() 4349 for (entry = ahd_phase_table; entry < last_entry; entry++) { in ahd_lookup_phase_entry()
|