| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_prio.c | 90 int prio = q->fs->fs.par[0]; in prio_enqueue() local 121 int prio; in prio_dequeue() local 166 int prio = q->fs->fs.par[0]; in prio_new_queue() local 200 int prio = q->fs->fs.par[0]; in prio_free_queue() local
|
| /f-stack/freebsd/sys/ |
| H A D | blockcount.h | 81 int prio) in _blockcount_wait() 89 #define blockcount_sleep(bc, lo, wmesg, prio) \ argument 91 #define blockcount_wait(bc, lo, wmesg, prio) \ argument
|
| H A D | lockmgr.h | 104 int prio, int timo, const char *file, int line) in _lockmgr_args() 113 const char *wmesg, int prio, int timo, const char *file, int line) in _lockmgr_args_rw() 127 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument 130 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
|
| H A D | rtprio.h | 77 u_short prio; member
|
| H A D | epoch.h | 108 #define NET_GROUPTASK_INIT(gtask, prio, func, ctx) \ argument
|
| /f-stack/freebsd/kern/ |
| H A D | sched_4bsd.c | 832 sched_priority(struct thread *td, u_char prio) in sched_priority() 861 sched_lend_prio(struct thread *td, u_char prio) in sched_lend_prio() 877 sched_unlend_prio(struct thread *td, u_char prio) in sched_unlend_prio() 894 sched_prio(struct thread *td, u_char prio) in sched_prio() 921 sched_user_prio(struct thread *td, u_char prio) in sched_user_prio() 932 sched_lend_user_prio(struct thread *td, u_char prio) in sched_lend_user_prio() 948 sched_lend_user_prio_cond(struct thread *td, u_char prio) in sched_lend_user_prio_cond()
|
| H A D | ksched.c | 226 ksched_get_priority_max(struct ksched *ksched, int policy, int *prio) in ksched_get_priority_max() 247 ksched_get_priority_min(struct ksched *ksched, int policy, int *prio) in ksched_get_priority_min()
|
| H A D | kern_synch.c | 412 int prio) in _blockcount_sleep() 657 kern_yield(int prio) in kern_yield()
|
| H A D | sched_ule.c | 1749 sched_thread_priority(struct thread *td, u_char prio) in sched_thread_priority() 1804 sched_lend_prio(struct thread *td, u_char prio) in sched_lend_prio() 1820 sched_unlend_prio(struct thread *td, u_char prio) in sched_unlend_prio() 1840 sched_prio(struct thread *td, u_char prio) in sched_prio() 1870 sched_user_prio(struct thread *td, u_char prio) in sched_user_prio() 1880 sched_lend_user_prio(struct thread *td, u_char prio) in sched_lend_user_prio() 1896 sched_lend_user_prio_cond(struct thread *td, u_char prio) in sched_lend_user_prio_cond() 2188 sched_sleep(struct thread *td, int prio) in sched_sleep()
|
| H A D | subr_smp.c | 951 quiesce_cpus(cpuset_t map, const char *wmesg, int prio) in quiesce_cpus() 988 quiesce_all_cpus(const char *wmesg, int prio) in quiesce_all_cpus()
|
| H A D | uipc_ktls.c | 917 struct rm_priotracker prio; in ktls_try_sw() local 1449 struct rm_priotracker prio; in ktls_destroy() local
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 126 #define RTE_PRIO(prio) \ argument 139 #define RTE_INIT_PRIO(func, prio) \ argument 164 #define RTE_FINI_PRIO(func, prio) \ argument
|
| /f-stack/freebsd/arm/arm/ |
| H A D | platform.c | 91 int prio, best_prio; in platform_probe_and_attach() local
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 165 #define RTE_PRIO(prio) \ argument 178 #define RTE_INIT_PRIO(func, prio) \ argument 203 #define RTE_FINI_PRIO(func, prio) \ argument
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-srio.h | 119 uint64_t prio : 2; /**< The sRIO prio (priority) field in the member 316 uint64_t prio : 2; /**< The sRIO prio (priority) field for all member
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 358 int mflag, prio; in taskq_dispatch() local 397 int prio; in taskq_dispatch_ent() local
|
| /f-stack/lib/ |
| H A D | ff_kern_synch.c | 122 kern_yield(int prio) in kern_yield()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow_utils.c | 659 int prio_idx = 0, rc = 0, needs_shift = 0, idx, prio = flow->priority; in flow_validate_and_shift_prio_ent() local 714 flow_find_ref_entry(struct otx2_npc_flow_info *flow_info, int *prio, in flow_find_ref_entry() 751 int rc, prio; in flow_fill_entry_cache() local
|
| /f-stack/tools/compat/include/sys/ |
| H A D | epoch.h | 108 #define NET_GROUPTASK_INIT(gtask, prio, func, ctx) \ argument
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_acl_ctrl.c | 51 enum ice_acl_entry_prio prio) in ice_acl_scen_assign_entry_idx() 972 enum ice_acl_entry_prio prio, u8 *keys, u8 *inverts, in ice_acl_add_entry()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | rrwlock.c | 163 rrw_enter_read_impl(rrwlock_t *rrl, boolean_t prio, void *tag) in rrw_enter_read_impl()
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_machdep.c | 276 int error, prio, result; in bcm_erom_probe_and_attach() local
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dcbx_api.h | 75 u8 prio[ECORE_MAX_PFC_PRIORITIES]; member 90 u8 prio; member
|
| H A D | ecore_dcbx.c | 24 #define ECORE_DCBX_PRIO2TC(prio_tc_tbl, prio) \ argument 133 bool enable, u8 prio, u8 tc, in ecore_dcbx_set_params() 170 bool enable, u8 prio, u8 tc, in ecore_dcbx_update_app_info()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | tap_flow.c | 606 uint16_t prio = VLAN_PRIO(tci); in tap_flow_create_vlan() local 1063 uint16_t prio = group | (attr->priority + in priv_flow_process() local 1911 uint16_t prio = group | (i + PRIORITY_OFFSET); in rss_enable() local
|