Home
last modified time | relevance | path

Searched defs:rm (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/sys/sys/
H A Drmlock.h82 #define rm_wlock(rm) _rm_wlock_debug((rm), LOCK_FILE, LOCK_LINE) argument
83 #define rm_wunlock(rm) _rm_wunlock_debug((rm), LOCK_FILE, LOCK_LINE) argument
84 #define rm_rlock(rm,tracker) \ argument
86 #define rm_try_rlock(rm,tracker) \ argument
88 #define rm_runlock(rm,tracker) \ argument
91 #define rm_wlock(rm) _rm_wlock((rm)) argument
92 #define rm_wunlock(rm) _rm_wunlock((rm)) argument
93 #define rm_rlock(rm,tracker) ((void)_rm_rlock((rm),(tracker), 0)) argument
94 #define rm_try_rlock(rm,tracker) _rm_rlock((rm),(tracker), 1) argument
95 #define rm_runlock(rm,tracker) _rm_runlock((rm), (tracker)) argument
[all …]
/freebsd/sys/kern/
H A Dkern_rmlock.c66 #define rm_destroyed(rm) \ argument
124 struct rmlock *rm; in lock_rm() local
141 struct rmlock *rm; in unlock_rm() local
182 const struct rmlock *rm; in owner_rm() local
223 rm_trackers_present(const struct pcpu *pc, const struct rmlock *rm, in rm_trackers_present()
259 struct rmlock *rm = arg; in rm_cleanIPI() local
278 rm_init_flags(struct rmlock *rm, const char *name, int opts) in rm_init_flags()
310 rm_init(struct rmlock *rm, const char *name) in rm_init()
317 rm_destroy(struct rmlock *rm) in rm_destroy()
330 rm_wowned(const struct rmlock *rm) in rm_wowned()
[all …]
H A Dsubr_rman.c122 rman_init(struct rman *rm) in rman_init()
152 rman_manage_region(struct rman *rm, rman_res_t start, rman_res_t end) in rman_manage_region()
230 rman_init_from_resource(struct rman *rm, struct resource *r) in rman_init_from_resource()
240 rman_fini(struct rman *rm) in rman_fini()
272 rman_first_free_region(struct rman *rm, rman_res_t *start, rman_res_t *end) in rman_first_free_region()
290 rman_last_free_region(struct rman *rm, rman_res_t *start, rman_res_t *end) in rman_last_free_region()
312 struct rman *rm; in rman_adjust_resource() local
432 rman_reserve_resource(struct rman *rm, rman_res_t start, rman_res_t end, in rman_reserve_resource()
645 struct rman *rm; in rman_activate_resource() local
658 struct rman *rm; in rman_deactivate_resource() local
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_rpcb_pxy.c203 rpc_msg_t rpcmsg, *rm; in ipf_p_rpcb_in() local
271 rpc_msg_t rpcmsg, *rm; in ipf_p_rpcb_out() local
402 rpc_msg_t *rm) in ipf_p_rpcb_decodereq()
517 ipf_p_rpcb_skipauth(rpc_msg_t *rm, xdr_auth_t *auth, u_32_t **buf) in ipf_p_rpcb_skipauth()
598 ipf_p_rpcb_xdrrpcb(rpc_msg_t *rm, u_32_t *p, rpcb_args_t *ra) in ipf_p_rpcb_xdrrpcb()
632 ipf_p_rpcb_getuaddr(rpc_msg_t *rm, xdr_uaddr_t *xu, u_32_t **p) in ipf_p_rpcb_getuaddr()
742 ipf_p_rpcb_modreq(fr_info_t *fin, nat_t *nat, rpc_msg_t *rm, mb_t *m, in ipf_p_rpcb_modreq()
822 rpc_msg_t *rm, rpcb_xact_t **rxp) in ipf_p_rpcb_decoderep()
1057 ipf_p_rpcb_getproto(rpc_msg_t *rm, xdr_proto_t *xp, u_32_t **p) in ipf_p_rpcb_getproto()
1257 ipf_p_rpcb_modv3(fr_info_t *fin, nat_t *nat, rpc_msg_t *rm, mb_t *m, in ipf_p_rpcb_modv3()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c152 vdev_raidz_math_generate(raidz_map_t *rm, raidz_row_t *rr) in vdev_raidz_math_generate()
183 reconstruct_fun_p_sel(raidz_map_t *rm, const int *parity_valid, in reconstruct_fun_p_sel()
193 reconstruct_fun_pq_sel(raidz_map_t *rm, const int *parity_valid, in reconstruct_fun_pq_sel()
210 reconstruct_fun_pqr_sel(raidz_map_t *rm, const int *parity_valid, in reconstruct_fun_pqr_sel()
244 vdev_raidz_math_reconstruct(raidz_map_t *rm, raidz_row_t *rr, in vdev_raidz_math_reconstruct()
366 benchmark_gen_impl(raidz_map_t *rm, const int fn) in benchmark_gen_impl()
373 benchmark_rec_impl(raidz_map_t *rm, const int fn) in benchmark_rec_impl()
H A Dvdev_raidz.c399 vdev_raidz_map_free(raidz_map_t *rm) in vdev_raidz_map_free()
421 raidz_map_t *rm = zio->io_vsd; in vdev_raidz_map_free_vsd() local
468 vdev_raidz_map_alloc_write(zio_t *zio, raidz_map_t *rm, uint64_t ashift) in vdev_raidz_map_alloc_write()
555 vdev_raidz_map_alloc_read(zio_t *zio, raidz_map_t *rm) in vdev_raidz_map_alloc_read()
597 raidz_map_t *rm = in vdev_raidz_map_alloc() local
772 raidz_map_t *rm = in vdev_raidz_map_alloc_expanded() local
1224 vdev_raidz_generate_parity_row(raidz_map_t *rm, raidz_row_t *rr) in vdev_raidz_generate_parity_row()
1256 vdev_raidz_generate_parity(raidz_map_t *rm) in vdev_raidz_generate_parity()
2047 vdev_raidz_reconstruct_row(raidz_map_t *rm, raidz_row_t *rr, in vdev_raidz_reconstruct_row()
2304 vdev_raidz_io_verify(zio_t *zio, raidz_map_t *rm, raidz_row_t *rr, int col) in vdev_raidz_io_verify()
[all …]
/freebsd/tests/sys/netgraph/
H A Dbridge.c89 struct gettable rm; in ATF_TC_BODY() local
261 struct gettable rm; in ATF_TC_BODY() local
391 struct gettable rm; in ATF_TC_BODY() local
505 struct gettable rm; in ATF_TC_BODY() local
626 struct gettable *rm = ctx; in get_tablesize() local
/freebsd/sys/cddl/boot/zfs/
H A Dzfssubr.c534 vdev_raidz_generate_parity_p(raidz_map_t *rm) in vdev_raidz_generate_parity_p()
562 vdev_raidz_generate_parity_pq(raidz_map_t *rm) in vdev_raidz_generate_parity_pq()
614 vdev_raidz_generate_parity_pqr(raidz_map_t *rm) in vdev_raidz_generate_parity_pqr()
679 vdev_raidz_generate_parity(raidz_map_t *rm) in vdev_raidz_generate_parity()
851 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, in vdev_raidz_matrix_init()
881 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, in vdev_raidz_matrix_invert()
975 vdev_raidz_matrix_reconstruct(raidz_map_t *rm, int n, int nmissing, in vdev_raidz_matrix_reconstruct()
1055 vdev_raidz_reconstruct_general(raidz_map_t *rm, int *tgts, int ntgts) in vdev_raidz_reconstruct_general()
1165 vdev_raidz_reconstruct(raidz_map_t *rm, int *t, int nt) in vdev_raidz_reconstruct()
1210 raidz_map_t *rm; in vdev_raidz_map_alloc() local
[all …]
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c210 cmp_code(raidz_test_opts_t *opts, const raidz_map_t *rm, const int parity) in cmp_code()
237 cmp_data(raidz_test_opts_t *opts, raidz_map_t *rm) in cmp_data()
273 corrupt_colums(raidz_map_t *rm, const int *tgts, const int cnt) in corrupt_colums()
292 fini_raidz_map(zio_t **zio, raidz_map_t **rm) in fini_raidz_map()
365 raidz_map_t *rm = NULL; in init_raidz_map() local
456 run_rec_check_impl(raidz_test_opts_t *opts, raidz_map_t *rm, const int fn) in run_rec_check_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h207 #define raidz_parity(rm) ((rm)->rm_row[0]->rr_firstdatacol) argument
208 #define raidz_ncols(rm) ((rm)->rm_row[0]->rr_cols) argument
209 #define raidz_nbigcols(rm) ((rm)->rm_bigcols) argument
210 #define raidz_col_p(rm, c) ((rm)->rm_col + (c)) argument
211 #define raidz_col_size(rm, c) ((rm)->rm_col[c].rc_size) argument
212 #define raidz_big_size(rm) (raidz_col_size(rm, CODE_P)) argument
213 #define raidz_short_size(rm) (raidz_col_size(rm, raidz_ncols(rm)-1)) argument
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c307 struct rman *rm; in dpaa2_mc_alloc_resource() local
345 struct rman *rm; in dpaa2_mc_adjust_resource() local
357 struct rman *rm; in dpaa2_mc_release_resource() local
368 struct rman *rm; in dpaa2_mc_activate_resource() local
379 struct rman *rm; in dpaa2_mc_deactivate_resource() local
451 struct rman *rm; in dpaa2_mc_manage_dev() local
490 struct rman *rm; in dpaa2_mc_get_free_dev() local
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c774 struct rman *rm; in chipc_alloc_resource() local
876 struct rman *rm; in chipc_release_resource() local
918 struct rman *rm; in chipc_adjust_resource() local
959 struct rman *rm; in chipc_try_activate_resource() local
1011 struct rman *rm; in chipc_activate_bhnd_resource() local
1037 struct rman *rm; in chipc_activate_resource() local
1058 struct rman *rm; in chipc_deactivate_resource() local
/freebsd/tools/test/stress2/misc/
H A Drename12.sh181 rm(); function
/freebsd/bin/ed/
H A Dsub.c172 regmatch_t rm[SE_MAX]; in substitute_matching_text() local
224 apply_subst_template(const char *boln, regmatch_t *rm, int off, int re_nsub) in apply_subst_template()
/freebsd/contrib/nvi/ex/
H A Dex_bang.c51 MARK rm; in ex_bang() local
H A Dex_read.c49 MARK rm; in ex_read() local
H A Dex_write.c124 MARK rm; in exwr() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp207 PrintMutexShort(const ReportMutex * rm,const char * after) PrintMutexShort() argument
212 PrintMutexShortWithAddress(const ReportMutex * rm,const char * after) PrintMutexShortWithAddress() argument
219 PrintMutex(const ReportMutex * rm) PrintMutex() argument
/freebsd/contrib/nvi/common/
H A Dsearch.c145 f_search(SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen, in f_search()
286 b_search(SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen, in b_search()
/freebsd/usr.sbin/utx/
H A Dutx.c52 rm(char *id[]) in rm() function
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_div.c209 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div()
264 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, in bn_div_fixed_top()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c62 int rm; member
/freebsd/sys/dev/puc/
H A Dpuc.c80 struct rman *rm; in puc_get_bar() local
216 struct rman *rm; in puc_bfe_attach() local
/freebsd/sys/netpfil/pf/
H A Dif_pflog.c245 struct pf_krule *rm, struct pf_krule *am, in pflog_packet()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h123 #define promisc_rx_mode(rm) (if_getflags((rm)->port->ifp) & IFF_PROMISC) argument
124 #define allmulti_rx_mode(rm) (if_getflags((rm)->port->ifp) & IFF_ALLMULTI) argument

1234