Home
last modified time | relevance | path

Searched defs:mp (Results 1 – 25 of 272) sorted by relevance

1234567891011

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dmutex.h49 #define MUTEX(mp) (&((mp)->m_mutex)) argument
52 spl_mutex_set_owner(kmutex_t *mp) in spl_mutex_set_owner()
58 spl_mutex_clear_owner(kmutex_t *mp) in spl_mutex_clear_owner()
65 #define MUTEX_HELD(mp) mutex_owned(mp) argument
66 #define MUTEX_NOT_HELD(mp) (!MUTEX_HELD(mp)) argument
87 #define spl_mutex_set_type(mp, type) argument
88 #define spl_mutex_lockdep_off_maybe(mp) argument
89 #define spl_mutex_lockdep_on_maybe(mp) argument
111 #define mutex_destroy(mp) \ argument
117 #define mutex_tryenter(mp) \ argument
[all …]
H A Dcondvar.h100 #define cv_wait(cvp, mp) __cv_wait(cvp, mp) argument
101 #define cv_wait_io(cvp, mp) __cv_wait_io(cvp, mp) argument
102 #define cv_wait_idle(cvp, mp) __cv_wait_idle(cvp, mp) argument
103 #define cv_wait_io_sig(cvp, mp) __cv_wait_io_sig(cvp, mp) argument
104 #define cv_wait_sig(cvp, mp) __cv_wait_sig(cvp, mp) argument
113 #define cv_timedwait(cvp, mp, t) __cv_timedwait(cvp, mp, t) argument
114 #define cv_timedwait_io(cvp, mp, t) __cv_timedwait_io(cvp, mp, t) argument
115 #define cv_timedwait_sig(cvp, mp, t) __cv_timedwait_sig(cvp, mp, t) argument
116 #define cv_timedwait_idle(cvp, mp, t) __cv_timedwait_idle(cvp, mp, t) argument
/f-stack/dpdk/drivers/mempool/ring/
H A Drte_mempool_ring.c13 common_ring_mp_enqueue(struct rte_mempool *mp, void * const *obj_table, in common_ring_mp_enqueue()
21 common_ring_sp_enqueue(struct rte_mempool *mp, void * const *obj_table, in common_ring_sp_enqueue()
29 rts_ring_mp_enqueue(struct rte_mempool *mp, void * const *obj_table, in rts_ring_mp_enqueue()
37 hts_ring_mp_enqueue(struct rte_mempool *mp, void * const *obj_table, in hts_ring_mp_enqueue()
45 common_ring_mc_dequeue(struct rte_mempool *mp, void **obj_table, unsigned n) in common_ring_mc_dequeue()
73 common_ring_get_count(const struct rte_mempool *mp) in common_ring_get_count()
79 ring_alloc(struct rte_mempool *mp, uint32_t rg_flags) in ring_alloc()
109 common_ring_alloc(struct rte_mempool *mp) in common_ring_alloc()
122 rts_ring_alloc(struct rte_mempool *mp) in rts_ring_alloc()
128 hts_ring_alloc(struct rte_mempool *mp) in hts_ring_alloc()
[all …]
/f-stack/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c10 __stack_alloc(struct rte_mempool *mp, uint32_t flags) in __stack_alloc()
33 stack_alloc(struct rte_mempool *mp) in stack_alloc()
39 lf_stack_alloc(struct rte_mempool *mp) in lf_stack_alloc()
45 stack_enqueue(struct rte_mempool *mp, void * const *obj_table, in stack_enqueue()
54 stack_dequeue(struct rte_mempool *mp, void **obj_table, in stack_dequeue()
63 stack_get_count(const struct rte_mempool *mp) in stack_get_count()
71 stack_free(struct rte_mempool *mp) in stack_free()
/f-stack/freebsd/kern/
H A Dvfs_init.c169 vfs_mount_sigdefer(struct mount *mp) in vfs_mount_sigdefer()
182 vfs_unmount_sigdefer(struct mount *mp, int mntflags) in vfs_unmount_sigdefer()
193 vfs_root_sigdefer(struct mount *mp, int flags, struct vnode **vpp) in vfs_root_sigdefer()
215 vfs_quotactl_sigdefer(struct mount *mp, int cmd, uid_t uid, void *arg) in vfs_quotactl_sigdefer()
226 vfs_statfs_sigdefer(struct mount *mp, struct statfs *sbp) in vfs_statfs_sigdefer()
237 vfs_sync_sigdefer(struct mount *mp, int waitfor) in vfs_sync_sigdefer()
259 vfs_fhtovp_sigdefer(struct mount *mp, struct fid *fidp, int flags, in vfs_fhtovp_sigdefer()
308 vfs_susp_clean_sigdefer(struct mount *mp) in vfs_susp_clean_sigdefer()
320 vfs_reclaim_lowervp_sigdefer(struct mount *mp, struct vnode *vp) in vfs_reclaim_lowervp_sigdefer()
332 vfs_unlink_lowervp_sigdefer(struct mount *mp, struct vnode *vp) in vfs_unlink_lowervp_sigdefer()
[all …]
H A Dvfs_mount.c124 struct mount *mp; in mount_init() local
140 struct mount *mp; in mount_fini() local
493 struct mount *mp; in vfs_mount_alloc() local
903 struct mount *mp; in vfs_domount_first() local
1076 struct mount *mp; in vfs_domount_update() local
1400 struct mount *mp; in kern_unmount() local
1583 struct mount *mp; member
1591 struct mount *mp; in vfs_op_action_func() local
1604 struct mount *mp; in vfs_op_wait_func() local
2557 struct mount *mp; in suspend_all_fs() local
[all …]
H A Dvfs_export.c105 vfs_hang_addrlist(struct mount *mp, struct netexport *nep, in vfs_hang_addrlist()
300 vfs_export(struct mount *mp, struct export_args *argp) in vfs_export()
378 vfs_setpublicfs(struct mount *mp, struct netexport *nep, in vfs_setpublicfs()
460 vfs_export_lookup(struct mount *mp, struct sockaddr *nam) in vfs_export_lookup()
516 vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, uint64_t *extflagsp, in vfs_stdcheckexp()
H A Dvfs_subr.c839 struct mount *mp; in vfs_getvfs() local
871 struct mount *mp; in vfs_busyfs() local
1097 struct mount *mp; in vlrureclaim() local
1222 struct mount *mp; in vnlru_free_impl() local
1897 struct mount *mp; in delmntque() local
2560 struct mount *mp; in sync_vnode() local
3041 struct mount *mp; in vlazy() local
3069 struct mount *mp; in vunlazy_gone() local
3520 struct mount *mp; in vdrop_deactivate() local
3931 struct mount *mp; in vgonel() local
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c117 cv_wait_common(kcondvar_t *cvp, kmutex_t *mp, int state, int io) in cv_wait_common()
169 __cv_wait(kcondvar_t *cvp, kmutex_t *mp) in __cv_wait()
176 __cv_wait_io(kcondvar_t *cvp, kmutex_t *mp) in __cv_wait_io()
183 __cv_wait_io_sig(kcondvar_t *cvp, kmutex_t *mp) in __cv_wait_io_sig()
192 __cv_wait_sig(kcondvar_t *cvp, kmutex_t *mp) in __cv_wait_sig()
201 __cv_wait_idle(kcondvar_t *cvp, kmutex_t *mp) in __cv_wait_idle()
319 __cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait()
327 __cv_timedwait_io(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait_io()
335 __cv_timedwait_sig(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait_sig()
345 __cv_timedwait_idle(kcondvar_t *cvp, kmutex_t *mp, clock_t exp_time) in __cv_timedwait_idle()
[all …]
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c177 rte_mempool_obj_iter(struct rte_mempool *mp, in rte_mempool_obj_iter()
195 rte_mempool_mem_iter(struct rte_mempool *mp, in rte_mempool_mem_iter()
292 mempool_ops_alloc_once(struct rte_mempool *mp) in mempool_ops_alloc_once()
613 get_anon_size(const struct rte_mempool *mp) in get_anon_size()
703 rte_mempool_free(struct rte_mempool *mp) in rte_mempool_free()
788 struct rte_mempool *mp = NULL; in rte_mempool_create_empty() local
927 struct rte_mempool *mp; in rte_mempool_create() local
1138 mempool_audit_cookies(struct rte_mempool *mp) in mempool_audit_cookies()
1180 rte_mempool_audit(struct rte_mempool *mp) in rte_mempool_audit()
1277 struct rte_mempool *mp = NULL; in rte_mempool_list_dump() local
[all …]
H A Drte_mempool_ops.c75 rte_mempool_ops_alloc(struct rte_mempool *mp) in rte_mempool_ops_alloc()
86 rte_mempool_ops_free(struct rte_mempool *mp) in rte_mempool_ops_free()
99 rte_mempool_ops_get_count(const struct rte_mempool *mp) in rte_mempool_ops_get_count()
111 rte_mempool_ops_calc_mem_size(const struct rte_mempool *mp, in rte_mempool_ops_calc_mem_size()
128 rte_mempool_ops_populate(struct rte_mempool *mp, unsigned int max_objs, in rte_mempool_ops_populate()
150 rte_mempool_ops_get_info(const struct rte_mempool *mp, in rte_mempool_ops_get_info()
164 rte_mempool_set_ops_byname(struct rte_mempool *mp, const char *name, in rte_mempool_set_ops_byname()
H A Drte_mempool.h185 struct rte_mempool *mp; /**< The mempool owning the chunk */ member
288 #define __MEMPOOL_STAT_ADD(mp, name, n) do {} while(0) argument
300 #define MEMPOOL_HEADER_SIZE(mp, cs) \ argument
329 struct rte_mempool *mp = rte_mempool_from_obj(obj); in __mempool_get_trailer() local
707 rte_mempool_ops_dequeue_bulk(struct rte_mempool *mp, in rte_mempool_ops_dequeue_bulk()
1261 struct rte_mempool *mp) in rte_mempool_cache_flush()
1389 rte_mempool_put(struct rte_mempool *mp, void *obj) in rte_mempool_put()
1550 rte_mempool_get(struct rte_mempool *mp, void **obj_p) in rte_mempool_get()
1577 rte_mempool_get_contig_blocks(struct rte_mempool *mp, in rte_mempool_get_contig_blocks()
1638 rte_mempool_full(const struct rte_mempool *mp) in rte_mempool_full()
[all …]
H A Drte_mempool_ops_default.c10 rte_mempool_op_calc_mem_size_helper(const struct rte_mempool *mp, in rte_mempool_op_calc_mem_size_helper()
69 rte_mempool_op_calc_mem_size_default(const struct rte_mempool *mp, in rte_mempool_op_calc_mem_size_default()
91 rte_mempool_op_populate_helper(struct rte_mempool *mp, unsigned int flags, in rte_mempool_op_populate_helper()
138 rte_mempool_op_populate_default(struct rte_mempool *mp, unsigned int max_objs, in rte_mempool_op_populate_default()
/f-stack/dpdk/drivers/mempool/octeontx/
H A Drte_mempool_octeontx.c13 octeontx_fpavf_alloc(struct rte_mempool *mp) in octeontx_fpavf_alloc()
46 octeontx_fpavf_free(struct rte_mempool *mp) in octeontx_fpavf_free()
71 octeontx_fpavf_enqueue(struct rte_mempool *mp, void * const *obj_table, in octeontx_fpavf_enqueue()
87 octeontx_fpavf_dequeue(struct rte_mempool *mp, void **obj_table, in octeontx_fpavf_dequeue()
120 octeontx_fpavf_get_count(const struct rte_mempool *mp) in octeontx_fpavf_get_count()
130 octeontx_fpavf_calc_mem_size(const struct rte_mempool *mp, in octeontx_fpavf_calc_mem_size()
156 octeontx_fpavf_populate(struct rte_mempool *mp, unsigned int max_objs, in octeontx_fpavf_populate()
/f-stack/dpdk/app/test/
H A Dsample_packet_forward.c37 test_mp_free(struct rte_mempool *mp) in test_mp_free()
58 test_get_mempool(struct rte_mempool **mp, char *poolname) in test_get_mempool()
69 test_get_mbuf_from_pool(struct rte_mempool **mp, struct rte_mbuf **pbuf, in test_get_mbuf_from_pool()
87 test_put_mbuf_to_pool(struct rte_mempool *mp, struct rte_mbuf **pbuf) in test_put_mbuf_to_pool()
H A Dtest_mempool.c67 my_obj_init(struct rte_mempool *mp, __rte_unused void *arg, in my_obj_init()
78 test_mempool_basic(struct rte_mempool *mp, int use_external_cache) in test_mempool_basic()
300 my_mp_init(struct rte_mempool *mp, __rte_unused void *arg) in my_mp_init()
364 test_mempool_basic_ex(struct rte_mempool *mp) in test_mempool_basic_ex()
452 walk_cb(struct rte_mempool *mp, void *userdata __rte_unused) in walk_cb()
462 test_mp_mem_init(struct rte_mempool *mp, in test_mp_mem_init()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c100 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_hdl_register() local
122 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_hdl_unregister() local
162 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_hdl_setspecific() local
174 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_hdl_getspecific() local
205 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_hdl_debug() local
256 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_stat_create() local
271 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_case_open() local
296 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_case_solve() local
314 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_case_close() local
493 fmd_module_t *mp = (fmd_module_t *)hdl; in fmd_serd_create() local
[all …]
/f-stack/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c40 rte_hw_mbuf_create_pool(struct rte_mempool *mp) in rte_hw_mbuf_create_pool()
147 rte_hw_mbuf_free_pool(struct rte_mempool *mp) in rte_hw_mbuf_free_pool()
267 rte_dpaa2_mbuf_pool_bpid(struct rte_mempool *mp) in rte_dpaa2_mbuf_pool_bpid()
281 rte_dpaa2_mbuf_from_buf_addr(struct rte_mempool *mp, void *buf_addr) in rte_dpaa2_mbuf_from_buf_addr()
390 rte_hw_mbuf_get_count(const struct rte_mempool *mp) in rte_hw_mbuf_get_count()
419 dpaa2_populate(struct rte_mempool *mp, unsigned int max_objs, in dpaa2_populate()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h107 cv_wait_sig(kcondvar_t *cvp, kmutex_t *mp) in cv_wait_sig()
114 cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait()
129 cv_timedwait_sig(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait_sig()
156 cv_timedwait_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires()
181 cv_timedwait_sig_hires(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim, in cv_timedwait_sig_hires()
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c62 bucket_stack_create(const struct rte_mempool *mp, unsigned int n_elts) in bucket_stack_create()
140 bucket_enqueue(struct rte_mempool *mp, void * const *obj_table, in bucket_enqueue()
279 bucket_dequeue(struct rte_mempool *mp, void **obj_table, unsigned int n) in bucket_dequeue()
310 bucket_dequeue_contig_blocks(struct rte_mempool *mp, void **first_obj_table, in bucket_dequeue_contig_blocks()
367 count_underfilled_buckets(struct rte_mempool *mp, in count_underfilled_buckets()
392 bucket_get_count(const struct rte_mempool *mp) in bucket_get_count()
413 struct rte_mempool *mp; in bucket_init_per_lcore() local
455 bucket_alloc(struct rte_mempool *mp) in bucket_alloc()
549 bucket_free(struct rte_mempool *mp) in bucket_free()
565 bucket_calc_mem_size(const struct rte_mempool *mp, uint32_t obj_num, in bucket_calc_mem_size()
[all …]
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c45 struct rte_mempool *mp; member
52 struct rte_mempool *mp; member
66 struct rte_mempool *mp; member
82 struct rte_mempool *mp; in pdump_copy() local
124 struct rte_ring *ring, struct rte_mempool *mp, in pdump_register_rx_callbacks()
178 struct rte_ring *ring, struct rte_mempool *mp, in pdump_register_tx_callbacks()
240 struct rte_mempool *mp; in set_pdump_rxtx_cbs() local
371 pdump_validate_ring_mp(struct rte_ring *ring, struct rte_mempool *mp) in pdump_validate_ring_mp()
435 struct rte_mempool *mp, in pdump_prepare_client_request()
485 struct rte_mempool *mp, in rte_pdump_enable()
[all …]
/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool_ops.c11 otx2_npa_enq(struct rte_mempool *mp, void * const *obj_table, unsigned int n) in otx2_npa_enq()
276 otx2_npa_clear_alloc(struct rte_mempool *mp, void **obj_table, unsigned int n) in otx2_npa_clear_alloc()
289 otx2_npa_deq_arm64(struct rte_mempool *mp, void **obj_table, unsigned int n) in otx2_npa_deq_arm64()
316 otx2_npa_deq(struct rte_mempool *mp, void **obj_table, unsigned int n) in otx2_npa_deq()
343 otx2_npa_get_count(const struct rte_mempool *mp) in otx2_npa_get_count()
715 otx2_npa_alloc(struct rte_mempool *mp) in otx2_npa_alloc()
787 otx2_npa_free(struct rte_mempool *mp) in otx2_npa_free()
804 otx2_npa_calc_mem_size(const struct rte_mempool *mp, uint32_t obj_num, in otx2_npa_calc_mem_size()
825 otx2_npa_populate(struct rte_mempool *mp, unsigned int max_objs, void *vaddr, in otx2_npa_populate()
/f-stack/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c43 dpaa_mbuf_create_pool(struct rte_mempool *mp) in dpaa_mbuf_create_pool()
126 dpaa_mbuf_free_pool(struct rte_mempool *mp) in dpaa_mbuf_free_pool()
279 dpaa_mbuf_get_count(const struct rte_mempool *mp) in dpaa_mbuf_get_count()
296 dpaa_populate(struct rte_mempool *mp, unsigned int max_objs, in dpaa_populate()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c43 struct softnic_mtr_meter_profile *mp; in softnic_mtr_free() local
59 struct softnic_mtr_meter_profile *mp; in softnic_mtr_meter_profile_find() local
96 struct softnic_mtr_meter_profile *mp; in meter_profile_check() local
143 struct softnic_mtr_meter_profile *mp; in pmd_mtr_meter_profile_add() local
177 struct softnic_mtr_meter_profile *mp; in pmd_mtr_meter_profile_delete() local
269 struct softnic_mtr_meter_profile *mp; in pmd_mtr_create() local
317 struct softnic_mtr_meter_profile *mp; in pmd_mtr_destroy() local
/f-stack/freebsd/sys/
H A Dmutex.h215 #define _mtx_obtain_lock(mp, tid) \ argument
218 #define _mtx_obtain_lock_fetch(mp, vp, tid) \ argument
222 #define _mtx_release_lock(mp, tid) \ argument
226 #define _mtx_release_lock_quick(mp) \ argument
229 #define _mtx_release_lock_fetch(mp, vp) \ argument
239 #define __mtx_lock(mp, tid, opts, file, line) do { \ argument
255 #define __mtx_lock_spin(mp, tid, opts, file, line) do { \ argument
280 #define __mtx_lock_spin(mp, tid, opts, file, line) do { \ argument
308 #define __mtx_unlock(mp, tid, opts, file, line) do { \ argument
327 #define __mtx_unlock_spin(mp) do { \ argument
[all …]

1234567891011