Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/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-src/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 ipf_p_rpcb_decodereq(fr_info_t * fin,nat_t * nat,rpcb_session_t * rs,rpc_msg_t * rm) ipf_p_rpcb_decodereq() argument
517 ipf_p_rpcb_skipauth(rpc_msg_t * rm,xdr_auth_t * auth,u_32_t ** buf) ipf_p_rpcb_skipauth() argument
598 ipf_p_rpcb_xdrrpcb(rpc_msg_t * rm,u_32_t * p,rpcb_args_t * ra) ipf_p_rpcb_xdrrpcb() argument
632 ipf_p_rpcb_getuaddr(rpc_msg_t * rm,xdr_uaddr_t * xu,u_32_t ** p) ipf_p_rpcb_getuaddr() argument
742 ipf_p_rpcb_modreq(fr_info_t * fin,nat_t * nat,rpc_msg_t * rm,mb_t * m,u_int off) ipf_p_rpcb_modreq() argument
822 ipf_p_rpcb_decoderep(fr_info_t * fin,nat_t * nat,rpcb_session_t * rs,rpc_msg_t * rm,rpcb_xact_t ** rxp) ipf_p_rpcb_decoderep() argument
1057 ipf_p_rpcb_getproto(rpc_msg_t * rm,xdr_proto_t * xp,u_32_t ** p) ipf_p_rpcb_getproto() argument
1257 ipf_p_rpcb_modv3(fr_info_t * fin,nat_t * nat,rpc_msg_t * rm,mb_t * m,u_int off) ipf_p_rpcb_modv3() argument
1315 ipf_p_rpcb_modv4(fr_info_t * fin,nat_t * nat,rpc_msg_t * rm,mb_t * m,u_int off) ipf_p_rpcb_modv4() argument
[all...]
/freebsd-src/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.c395 vdev_raidz_map_free(raidz_map_t * rm) vdev_raidz_map_free() argument
417 raidz_map_t *rm = zio->io_vsd; vdev_raidz_map_free_vsd() local
454 vdev_raidz_map_alloc_write(zio_t * zio,raidz_map_t * rm,uint64_t ashift) vdev_raidz_map_alloc_write() argument
541 vdev_raidz_map_alloc_read(zio_t * zio,raidz_map_t * rm) vdev_raidz_map_alloc_read() argument
583 raidz_map_t *rm = vdev_raidz_map_alloc() local
758 raidz_map_t *rm = vdev_raidz_map_alloc_expanded() local
1210 vdev_raidz_generate_parity_row(raidz_map_t * rm,raidz_row_t * rr) vdev_raidz_generate_parity_row() argument
1242 vdev_raidz_generate_parity(raidz_map_t * rm) vdev_raidz_generate_parity() argument
2033 vdev_raidz_reconstruct_row(raidz_map_t * rm,raidz_row_t * rr,const int * t,int nt) vdev_raidz_reconstruct_row() argument
2290 vdev_raidz_io_verify(zio_t * zio,raidz_map_t * rm,raidz_row_t * rr,int col) vdev_raidz_io_verify() argument
2334 raidz_map_t *rm = zio->io_vsd; vdev_raidz_io_start_write() local
2382 raidz_map_t *rm = zio->io_vsd; raidz_start_skip_writes() local
2446 vdev_raidz_io_start_read_phys_cols(zio_t * zio,raidz_map_t * rm) vdev_raidz_io_start_read_phys_cols() argument
2476 vdev_raidz_io_start_read(zio_t * zio,raidz_map_t * rm) vdev_raidz_io_start_read() argument
2518 raidz_map_t *rm; vdev_raidz_io_start() local
2611 raidz_map_t *rm = zio->io_vsd; vdev_raidz_checksum_error() local
2633 raidz_map_t *rm = zio->io_vsd; raidz_checksum_verify() local
2653 raidz_map_t *rm = zio->io_vsd; raidz_parity_verify() local
2832 raidz_restore_orig_data(raidz_map_t * rm) raidz_restore_orig_data() argument
2892 raidz_map_t *rm = zio->io_vsd; raidz_reconstruct() local
3085 raidz_map_t *rm = zio->io_vsd; vdev_raidz_combrec() local
3187 vdev_raidz_reconstruct(raidz_map_t * rm,const int * t,int nt) vdev_raidz_reconstruct() argument
3248 vdev_raidz_io_done_reconstruct_known_missing(zio_t * zio,raidz_map_t * rm,raidz_row_t * rr) vdev_raidz_io_done_reconstruct_known_missing() argument
3367 raidz_map_t *rm = zio->io_vsd; vdev_raidz_io_done_unrecoverable() local
3396 raidz_map_t *rm = zio->io_vsd; vdev_raidz_io_done() local
[all...]
/freebsd-src/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-src/sys/cddl/boot/zfs/
H A Dzfssubr.c534 vdev_raidz_generate_parity_p(raidz_map_t *rm) in vdev_raidz_generate_parity_p() argument
562 vdev_raidz_generate_parity_pq(raidz_map_t *rm) in vdev_raidz_generate_parity_pq() argument
614 vdev_raidz_generate_parity_pqr(raidz_map_t * rm) vdev_raidz_generate_parity_pqr() argument
679 vdev_raidz_generate_parity(raidz_map_t * rm) vdev_raidz_generate_parity() argument
851 vdev_raidz_matrix_init(raidz_map_t * rm,int n,int nmap,int * map,uint8_t ** rows) vdev_raidz_matrix_init() argument
881 vdev_raidz_matrix_invert(raidz_map_t * rm,int n,int nmissing,int * missing,uint8_t ** rows,uint8_t ** invrows,const uint8_t * used) vdev_raidz_matrix_invert() argument
975 vdev_raidz_matrix_reconstruct(raidz_map_t * rm,int n,int nmissing,int * missing,uint8_t ** invrows,const uint8_t * used) vdev_raidz_matrix_reconstruct() argument
1055 vdev_raidz_reconstruct_general(raidz_map_t * rm,int * tgts,int ntgts) vdev_raidz_reconstruct_general() argument
1165 vdev_raidz_reconstruct(raidz_map_t * rm,int * t,int nt) vdev_raidz_reconstruct() argument
1210 raidz_map_t *rm; vdev_raidz_map_alloc() local
1335 vdev_raidz_map_free(raidz_map_t * rm) vdev_raidz_map_free() argument
1376 raidz_parity_verify(raidz_map_t * rm) raidz_parity_verify() argument
1420 vdev_raidz_combrec(const spa_t * spa,raidz_map_t * rm,const blkptr_t * bp,void * data,off_t offset,uint64_t bytes,int total_errors,int data_errors) vdev_raidz_combrec() argument
1572 raidz_map_t *rm; vdev_raidz_read() local
[all...]
/freebsd-src/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-src/sys/dev/dpaa2/
H A Ddpaa2_mc.c311 if (rm == NULL) in dpaa2_mc_alloc_resource() local
349 struct rman *rm; dpaa2_mc_adjust_resource() local
361 struct rman *rm; dpaa2_mc_release_resource() local
372 struct rman *rm; dpaa2_mc_activate_resource() local
383 struct rman *rm; dpaa2_mc_deactivate_resource() local
455 struct rman *rm; dpaa2_mc_manage_dev() local
496 struct rman *rm; dpaa2_mc_get_free_dev() local
[all...]
/freebsd-src/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-src/sys/dev/bhnd/cores/chipc/
H A Dchipc.c778 struct rman *rm; chipc_alloc_resource() local
880 struct rman *rm; chipc_release_resource() local
920 struct rman *rm; chipc_adjust_resource() local
961 struct rman *rm; chipc_try_activate_resource() local
1013 struct rman *rm; chipc_activate_bhnd_resource() local
1039 struct rman *rm; chipc_activate_resource() local
1060 struct rman *rm; chipc_deactivate_resource() local
[all...]
/freebsd-src/tools/test/stress2/misc/
H A Drename12.sh181 rm(); function
/freebsd-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp209 static void PrintMutexShort(const ReportMutex *rm, const char *after) { in PrintMutexShort()
214 static void PrintMutexShortWithAddress(const ReportMutex *rm, in PrintMutexShortWithAddress()
221 static void PrintMutex(const ReportMutex *rm) { in PrintMutex()
/freebsd-src/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-src/usr.sbin/utx/
H A Dutx.c52 rm(char *id[]) in rm() function
/freebsd-src/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-src/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c62 int rm; member
/freebsd-src/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-src/sys/netpfil/pf/
H A Dif_pflog.c217 pflog_packet(struct pfi_kkif * kif,struct mbuf * m,sa_family_t af,uint8_t action,u_int8_t reason,struct pf_krule * rm,struct pf_krule * am,struct pf_kruleset * ruleset,struct pf_pdesc * pd,int lookupsafe) pflog_packet() argument
/freebsd-src/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

123