Home
last modified time | relevance | path

Searched refs:rlp (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_resource.c543 struct orlimit *rlp; member
564 struct orlimit *rlp; member
589 error = copyout(&olim, uap->rlp, sizeof(olim)); in ogetrlimit()
597 struct rlimit *rlp; member
784 struct rlimit *rlp; member
797 error = copyout(&rlim, uap->rlp, sizeof(struct rlimit)); in sys_getrlimit()
1309 lim_rlimit(struct thread *td, int which, struct rlimit *rlp) in lim_rlimit() argument
1316 *rlp = td->td_limit->pl_rlimit[which]; in lim_rlimit()
1318 p->p_sysent->sv_fixlimit(rlp, which); in lim_rlimit()
1328 *rlp = p->p_limit->pl_rlimit[which]; in lim_rlimit_proc()
[all …]
H A Dsystrace_args.c951 uarg[1] = (intptr_t) p->rlp; /* struct rlimit * */ in systrace_args()
959 uarg[1] = (intptr_t) p->rlp; /* struct rlimit * */ in systrace_args()
/f-stack/dpdk/app/test/
H A Dtest_event_ring.c64 struct rte_event_ring *rlp = rte_event_ring_lookup("ring_not_found"); in test_lookup_null() local
65 if (rlp == NULL && rte_errno != ENOENT) { in test_lookup_null()
/f-stack/tools/compat/include/sys/
H A Dresourcevar.h143 void lim_rlimit(struct thread *td, int which, struct rlimit *rlp);
144 void lim_rlimit_proc(struct proc *p, int which, struct rlimit *rlp);
/f-stack/freebsd/sys/
H A Dresourcevar.h155 void lim_rlimit(struct thread *td, int which, struct rlimit *rlp);
156 void lim_rlimit_proc(struct proc *p, int which, struct rlimit *rlp);
H A Dsysproto.h552 char rlp_l_[PADL_(struct rlimit *)]; struct rlimit * rlp; char rlp_r_[PADR_(struct rlimit *)]; member
556 char rlp_l_[PADL_(struct rlimit *)]; struct rlimit * rlp; char rlp_r_[PADR_(struct rlimit *)]; member
2365 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)]; member
2369 char rlp_l_[PADL_(struct orlimit *)]; struct orlimit * rlp; char rlp_r_[PADR_(struct orlimit *)]; member
/f-stack/lib/
H A Dff_glue.c783 lim_rlimit(struct thread *td, int which, struct rlimit *rlp) in lim_rlimit() argument
790 *rlp = p->p_limit->pl_rlimit[which]; in lim_rlimit()
792 p->p_sysent->sv_fixlimit(rlp, which); in lim_rlimit()
796 lim_rlimit_proc(struct proc *p, int which, struct rlimit *rlp) in lim_rlimit_proc() argument
801 *rlp = p->p_limit->pl_rlimit[which]; in lim_rlimit_proc()
803 p->p_sysent->sv_fixlimit(rlp, which); in lim_rlimit_proc()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2671 redaction_list_phys_t *rlp = rl->rl_phys; in dump_bookmark() local
2673 if (rlp->rlp_last_object != UINT64_MAX || in dump_bookmark()
2674 rlp->rlp_last_blkid != UINT64_MAX) { in dump_bookmark()
2676 (u_longlong_t)rlp->rlp_last_object, in dump_bookmark()
2677 (u_longlong_t)rlp->rlp_last_blkid); in dump_bookmark()
2682 for (unsigned int i = 0; i < rlp->rlp_num_snaps; i++) { in dump_bookmark()
2686 (u_longlong_t)rlp->rlp_snaps[i]); in dump_bookmark()
2689 (u_longlong_t)rlp->rlp_num_entries); in dump_bookmark()
2696 if (rlp->rlp_num_entries == 0) { in dump_bookmark()
2725 for (size_t i = 1; i < rlp->rlp_num_entries; i++) { in dump_bookmark()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c1224 redaction_list_t **rlp) in dsl_redaction_list_hold_obj() argument
1254 *rlp = rl; in dsl_redaction_list_hold_obj()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c5601 const struct tcp_hwrate_limit_table *rlp; in bbr_adjust_for_hw_pacing() local
5616 rlp = bbr->r_ctl.crte; in bbr_adjust_for_hw_pacing()
5630 hdwr_delay *= rlp->time_between; in bbr_adjust_for_hw_pacing()
5639 (delta < (max(rlp->time_between, in bbr_adjust_for_hw_pacing()
5654 seg_sz = max(((cur_delay + rlp->time_between)/rlp->time_between), in bbr_adjust_for_hw_pacing()