/linux-4.19.296/drivers/media/radio/ |
D | radio-terratec.c | 86 long rest; in terratec_s_frequency() local 92 rest = freq * 10 + 10700; /* I once had understood what is going on here */ in terratec_s_frequency() 97 while (rest != 0) { in terratec_s_frequency() 98 if (rest % temp == rest) in terratec_s_frequency() 102 rest = rest - temp; in terratec_s_frequency()
|
/linux-4.19.296/drivers/s390/block/ |
D | dasd_eer.c | 134 unsigned long rest, len; in dasd_eer_write_buffer() local 138 rest = count; in dasd_eer_write_buffer() 139 while (rest > 0) { in dasd_eer_write_buffer() 142 len = min(rest, PAGE_SIZE - localhead); in dasd_eer_write_buffer() 145 rest -= len; in dasd_eer_write_buffer() 160 unsigned long rest, len, finalcount; in dasd_eer_read_buffer() local 165 rest = finalcount; in dasd_eer_read_buffer() 166 while (rest > 0) { in dasd_eer_read_buffer() 169 len = min(rest, PAGE_SIZE - localtail); in dasd_eer_read_buffer() 172 rest -= len; in dasd_eer_read_buffer()
|
/linux-4.19.296/lib/zstd/ |
D | entropy_common.c | 226 U32 const rest = total - weightTotal; in HUF_readStats_wksp() local 227 U32 const verif = 1 << BIT_highbit32(rest); in HUF_readStats_wksp() 228 U32 const lastWeight = BIT_highbit32(rest) + 1; in HUF_readStats_wksp() 229 if (verif != rest) in HUF_readStats_wksp()
|
/linux-4.19.296/fs/squashfs/ |
D | xattr.c | 49 size_t rest = buffer_size; in squashfs_listxattr() local 75 if (prefix_size + name_size + 1 > rest) { in squashfs_listxattr() 90 rest -= prefix_size + name_size + 1; in squashfs_listxattr() 111 err = buffer_size - rest; in squashfs_listxattr()
|
/linux-4.19.296/fs/nfsd/ |
D | nfs3acl.c | 244 #define PROC(name, argt, rest, relt, cache, respsize) \ argument 248 .pc_encode = nfs3svc_encode_##rest##res, \ 251 .pc_ressize = sizeof(struct nfsd3_##rest##res), \
|
D | nfs2acl.c | 357 #define PROC(name, argt, rest, relt, cache, respsize) \ argument 361 .pc_encode = nfsaclsvc_encode_##rest##res, \ 364 .pc_ressize = sizeof(struct nfsd3_##rest##res), \
|
/linux-4.19.296/drivers/s390/char/ |
D | vmur.h | 53 char rest[200]; member
|
/linux-4.19.296/fs/ufs/ |
D | balloc.c | 765 unsigned rest, offset; in ubh_scanc() local 773 rest = size; in ubh_scanc() 775 rest = uspi->s_fsize - offset; in ubh_scanc() 776 size -= rest; in ubh_scanc() 778 while ((table[*cp++] & mask) == 0 && --rest) in ubh_scanc() 780 if (rest || !size) in ubh_scanc() 785 return (size + rest); in ubh_scanc()
|
/linux-4.19.296/fs/ext2/ |
D | xattr.c | 251 size_t rest = buffer_size; in ext2_xattr_list() local 303 if (size > rest) { in ext2_xattr_list() 313 rest -= size; in ext2_xattr_list() 316 error = buffer_size - rest; /* total size */ in ext2_xattr_list() 538 size_t rest = (char *)last - (char *)here; in ext2_xattr_set() local 539 memmove((char *)here + size, here, rest); in ext2_xattr_set()
|
/linux-4.19.296/fs/hugetlbfs/ |
D | inode.c | 1129 char *p, *rest; in hugetlbfs_parse_options() local 1171 max_size_opt = memparse(args[0].from, &rest); in hugetlbfs_parse_options() 1173 if (*rest == '%') in hugetlbfs_parse_options() 1182 pconfig->nr_inodes = memparse(args[0].from, &rest); in hugetlbfs_parse_options() 1187 ps = memparse(args[0].from, &rest); in hugetlbfs_parse_options() 1201 min_size_opt = memparse(args[0].from, &rest); in hugetlbfs_parse_options() 1203 if (*rest == '%') in hugetlbfs_parse_options()
|
/linux-4.19.296/fs/f2fs/ |
D | xattr.c | 545 size_t rest = buffer_size; in f2fs_listxattr() local 579 if (size > rest) { in f2fs_listxattr() 589 rest -= size; in f2fs_listxattr() 591 error = buffer_size - rest; in f2fs_listxattr()
|
/linux-4.19.296/drivers/isdn/hardware/eicon/ |
D | mi_pc.h | 92 dword volatile rest[((0x1020 >> 2) - 6) - 0x1b - 1 - 0x03 - (sizeof(MP_XCPTC) >> 2)]; member
|
/linux-4.19.296/fs/reiserfs/ |
D | bitmap.c | 1157 int rest = amount_needed; in allocate_without_wrapping_disk() local 1160 while (rest > 0 && start <= finish) { in allocate_without_wrapping_disk() 1162 rest + prealloc_size, in allocate_without_wrapping_disk() 1169 while (rest > 0 && nr_allocated > 0) { in allocate_without_wrapping_disk() 1171 rest--; in allocate_without_wrapping_disk() 1191 return (amount_needed - rest); in allocate_without_wrapping_disk()
|
/linux-4.19.296/fs/fat/ |
D | fatent.c | 676 unsigned long rest = sbi->fat_length - cur_block; in fat_count_free_clusters() local 677 fat_ent_reada(sb, &fatent, min(reada_blocks, rest)); in fat_count_free_clusters() 742 unsigned long rest = sbi->fat_length - cur_block; in fat_trim_fs() local 743 fat_ent_reada(sb, &fatent, min(reada_blocks, rest)); in fat_trim_fs()
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | dib0090.c | 184 u32 rest; member 875 u16 rest; in slopes_to_scale() local 879 rest = slopes[i].range; in slopes_to_scale() 881 rest = val; in slopes_to_scale() 882 ret += (rest * slopes[i].slope) / slopes[i].range; in slopes_to_scale() 883 val -= rest; in slopes_to_scale() 2149 …if (state->rest == 0 || state->identity.in_soc) { /* Just for 8090P SOCS where auto captrim HW bug… in dib0090_captrim_search() 2393 state->rest = Rest; in dib0090_tune()
|
/linux-4.19.296/fs/lockd/ |
D | svc4proc.c | 498 #define PROC(name, xargt, xrest, argt, rest, respsize) \ argument 504 .pc_ressize = sizeof(struct nlm_##rest), \
|
D | svcproc.c | 540 #define PROC(name, xargt, xrest, argt, rest, respsize) \ argument 546 .pc_ressize = sizeof(struct nlm_##rest), \
|
/linux-4.19.296/drivers/char/ipmi/ |
D | Kconfig | 43 string (the rest of the event). Bytes 1, 2, and 3 are the normal
|
/linux-4.19.296/fs/nilfs2/ |
D | segment.c | 1086 size_t n, rest = nilfs_segctor_buffer_rest(sci); in nilfs_segctor_scan_file() local 1089 inode, &data_buffers, rest + 1, 0, LLONG_MAX); in nilfs_segctor_scan_file() 1090 if (n > rest) { in nilfs_segctor_scan_file() 1134 size_t n, rest = nilfs_segctor_buffer_rest(sci); in nilfs_segctor_scan_file_dsync() local 1137 n = nilfs_lookup_dirty_data_buffers(inode, &data_buffers, rest + 1, in nilfs_segctor_scan_file_dsync() 1145 BUG_ON(n > rest); in nilfs_segctor_scan_file_dsync()
|
/linux-4.19.296/fs/ext4/ |
D | xattr.c | 692 size_t rest = buffer_size; in ext4_xattr_list_entries() local 704 if (size > rest) in ext4_xattr_list_entries() 712 rest -= size; in ext4_xattr_list_entries() 715 return buffer_size - rest; /* total size */ in ext4_xattr_list_entries() 1787 size_t rest = (void *)last - (void *)here + sizeof(__u32); in ext4_xattr_set_entry() local 1789 memmove((void *)here + size, here, rest); in ext4_xattr_set_entry()
|
D | resize.c | 1136 int rest = sb->s_blocksize - size; in update_backups() local 1187 if (rest) in update_backups() 1188 memset(bh->b_data + size, 0, rest); in update_backups()
|
/linux-4.19.296/drivers/char/agp/ |
D | Kconfig | 8 connect graphics cards to the rest of the system.
|
/linux-4.19.296/drivers/nvmem/ |
D | Kconfig | 88 functions for QFPROM data to rest of the drivers via nvmem interface.
|
/linux-4.19.296/usr/ |
D | Kconfig | 211 compressed at a later stage anyways along with the rest of the kernel,
|
/linux-4.19.296/fs/affs/ |
D | Changes | 25 a multiple of the blocksize, the rest of the
|