/linux/drivers/firmware/efi/libstub/ |
H A D | alignedmem.c | 31 int slack; in efi_allocate_pages_aligned() local 40 slack = align / EFI_PAGE_SIZE - 1; in efi_allocate_pages_aligned() 43 memory_type, size / EFI_PAGE_SIZE + slack, in efi_allocate_pages_aligned() 50 if (slack > 0) { in efi_allocate_pages_aligned() 54 efi_bs_call(free_pages, alloc_addr, slack - l + 1); in efi_allocate_pages_aligned() 55 slack = l - 1; in efi_allocate_pages_aligned() 57 if (slack) in efi_allocate_pages_aligned() 58 efi_bs_call(free_pages, *addr + size, slack); in efi_allocate_pages_aligned()
|
H A D | arm32-stub.c | 86 const int slack = TEXT_OFFSET - 5 * PAGE_SIZE; in handle_kernel_image() local 103 if ((alloc_base % EFI_PHYS_ALIGN) > slack) { in handle_kernel_image() 115 *reserve_addr = kernel_base + slack; in handle_kernel_image()
|
/linux/fs/ |
H A D | select.c | 55 long slack; in __estimate_accuracy() local 67 slack = tv->tv_nsec / divfactor; in __estimate_accuracy() 68 slack += tv->tv_sec * (NSEC_PER_SEC/divfactor); in __estimate_accuracy() 70 if (slack > MAX_SLACK) in __estimate_accuracy() 73 return slack; in __estimate_accuracy() 80 u64 slack = current->timer_slack_ns; in select_estimate_accuracy() local 82 if (slack == 0) in select_estimate_accuracy() 88 if (ret < slack) in select_estimate_accuracy() 89 return slack; in select_estimate_accuracy() 235 ktime_t *expires, unsigned long slack) in poll_schedule_timeout() argument [all …]
|
/linux/arch/sparc/mm/ |
H A D | init_32.c | 148 unsigned long slack = bytes_avail - cmdline_memory_size; in bootmem_init() local 150 bytes_avail -= slack; in bootmem_init() 151 end_of_phys_memory -= slack; in bootmem_init() 153 sp_banks[i].num_bytes -= slack; in bootmem_init()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.c | 546 int *slack, in xfs_btree_bload_ensure_slack() argument 560 if (*slack < 0) in xfs_btree_bload_ensure_slack() 561 *slack = maxr - ((maxr + minr) >> 1); in xfs_btree_bload_ensure_slack() 563 *slack = min(*slack, maxr - minr); in xfs_btree_bload_ensure_slack()
|
/linux/fs/proc/ |
H A D | task_nommu.c | 26 unsigned long bytes = 0, sbytes = 0, slack = 0, size; in task_mem() local 46 slack = region->vm_end - vma->vm_end; in task_mem() 78 bytes, slack, sbytes); in task_mem()
|
/linux/include/linux/sunrpc/ |
H A D | svc.h | 548 * @slack: buffer space to reserve for the transaction's security flavor in svcxdr_encode_opaque_pages() 550 * Set the request's slack space requirement, and set aside that much in svcxdr_encode_opaque_pages() 553 static inline void svcxdr_set_auth_slack(struct svc_rqst *rqstp, int slack) 559 rqstp->rq_auth_slack = slack; 561 xdr->end -= XDR_QUADLEN(slack); 562 svcxdr_set_auth_slack(struct svc_rqst * rqstp,int slack) svcxdr_set_auth_slack() argument
|
H A D | gss_api.h | 24 unsigned int slack, align; member
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_wrap.c | 143 struct xdr_buf *buf, unsigned int *slack, in gss_krb5_unwrap_v2() argument 235 *slack = *align + XDR_QUADLEN(ec + GSS_KRB5_TOK_HDR_LEN + tailskip); in gss_krb5_unwrap_v2()
|
H A D | gss_krb5_internal.h | 52 struct xdr_buf *buf, unsigned int *slack, 97 struct xdr_buf *buf, unsigned int *slack,
|
H A D | gss_krb5_mech.c | 593 &gctx->slack, &gctx->align); in gss_krb5_unwrap()
|
H A D | auth_gss.c | 54 * slack space allotted by the client and server auth_gss code 1877 /* slack space should prevent this ever happening: */ in gss_wrap_req_priv() 2089 2 + ctx->gc_gss_ctx->slack); in gss_unwrap_resp_priv()
|
/linux/Documentation/input/devices/ |
H A D | ntrig.rst | 81 Deactivation slack helps prevent dropped contact for single touch use, but does 104 primarily on activation slack. If you see longer lived ghosts, turning up the 105 activation slack while reducing the size thresholds may suffice to eliminate
|
/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 1720 xfs_rtxlen_t slack; in xfs_rtalloc_align_minmax() local 1722 slack = newmaxlen % *prod; in xfs_rtalloc_align_minmax() 1723 if (slack) in xfs_rtalloc_align_minmax() 1724 newmaxlen -= slack; in xfs_rtalloc_align_minmax() 1725 slack = newminlen % *prod; in xfs_rtalloc_align_minmax() 1726 if (slack) in xfs_rtalloc_align_minmax() 1727 newminlen += *prod - slack; in xfs_rtalloc_align_minmax()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-ntrig | 30 Threholds to override activation slack.
|
H A D | sysfs-class-net-queues | 61 Indicates the hold time in milliseconds to measure the slack
|
/linux/Documentation/filesystems/ext4/ |
H A D | checksums.rst | 22 removing slack space from the directory files and rebalancing the htree
|
/linux/Documentation/filesystems/nfs/ |
H A D | knfsd-stats.rst | 103 - It is usually a wise policy to provide some slack,
|
/linux/drivers/base/power/ |
H A D | runtime.c | 602 u64 slack = (u64)READ_ONCE(dev->power.autosuspend_delay) * in rpm_suspend() local 608 slack, in rpm_suspend()
|
/linux/Documentation/admin-guide/media/ |
H A D | philips.rst | 78 slack when your program is behind. But you need a multi-threaded or
|
/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 3244 working set size or adding slack to the limit. Since working set size 3261 allocation from the slack available in other groups or the rest of the
|
/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 749 This sysctl control the slack used when arming the
|