Searched refs:lend (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_shmemfs.c122 linux_shmem_truncate_range(vm_object_t obj, loff_t lstart, loff_t lend) argument
125 vm_pindex_t end = OFF_TO_IDX(lend + 1);
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_image.c183 uint64_t lbegin, lend, loff; local
199 lend = pt_msec_end(msec);
201 if ((end <= lbegin) || (lend <= begin)) {
236 if (end < lend) {
239 lend - end, current->isid);
/freebsd-13-stable/tools/sched/
H A Dschedgraph.d98 sched:::lend-pri
100 printf("%d %d KTRGRAPH group:\"thread\", id:\"%s/%s tid %d\", point:\"lend prio\", attributes: prio:%d, new prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, curthread->td_proc->p_comm, curthread->td_name, curthread->td_tid, args[0]->td_priority, arg2, args[0]->td_proc->p_comm, args[0]->td_name, args[0]->td_tid);
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c715 const BYTE* const lend = seqStorePtr->lit; local
732 (unsigned)(lend-lp), (unsigned)(send-sstart));
747 assert(lp <= lend);
748 assert(litSize <= (size_t)(lend - lp));
749 litSize = (size_t)(lend - lp);
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipf_y.y413 | settos lstart toslist lend
430 | setttl lstart ttllist lend
436 lend: '}' { nrules += added; } label
575 | IPFY_ON lstart onlist lend
844 | lstart srcaddrlist lend
859 | porteq lstart srcportlist lend
869 | porteq lstart srcportlist lend
904 | lstart dstaddrlist lend
928 | porteq lstart dstportlist lend
938 | porteq lstart dstportlist lend
[all...]
/freebsd-13-stable/cddl/usr.sbin/dwatch/libexec/
H A DMakefile48 LINKS+= ${LIBEXECDIR}/dwatch/sched ${LIBEXECDIR}/dwatch/sched-lend-pri
/freebsd-13-stable/sys/kern/
H A Dsched_4bsd.c841 "lend prio", "prio:%d", td->td_priority, "new prio:%d",
952 goto lend;
954 goto lend;
956 goto lend;
959 lend:
H A Dsched_ule.c1761 "lend prio", "prio:%d", td->td_priority, "new prio:%d",
1900 goto lend;
1902 goto lend;
1904 goto lend;
1907 lend:
/freebsd-13-stable/sys/geom/raid/
H A Dg_raid.c1156 off_t lend = lstart + len - 1; local
1162 if (lend < bstart)
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12419 const BYTE* const lend = seqStorePtr->lit; local
12436 (unsigned)(lend-lp), (unsigned)(send-sstart));
12451 assert(lp <= lend);
12452 assert(litSize <= (size_t)(lend - lp));
12453 litSize = (size_t)(lend - lp);
[all...]

Completed in 239 milliseconds