| /f-stack/freebsd/sys/ |
| H A D | rmlock.h | 83 #define rm_wlock(rm) _rm_wlock_debug((rm), LOCK_FILE, LOCK_LINE) argument 85 #define rm_rlock(rm,tracker) \ argument 87 #define rm_try_rlock(rm,tracker) \ argument 89 #define rm_runlock(rm,tracker) \ argument 92 #define rm_wlock(rm) _rm_wlock((rm)) argument 93 #define rm_wunlock(rm) _rm_wunlock((rm)) argument 95 #define rm_try_rlock(rm,tracker) _rm_rlock((rm),(tracker), 1) argument 96 #define rm_runlock(rm,tracker) _rm_runlock((rm), (tracker)) argument 98 #define rm_sleep(chan, rm, pri, wmesg, timo) \ argument 108 #define RM_SYSINIT_FLAGS(name, rm, desc, flags) \ argument [all …]
|
| H A D | callout.h | 95 #define callout_init_rm(c, rm, flags) \ argument
|
| /f-stack/freebsd/kern/ |
| H A D | kern_rmlock.c | 68 #define rm_destroyed(rm) \ argument 126 struct rmlock *rm; in lock_rm() local 143 struct rmlock *rm; in unlock_rm() local 184 const struct rmlock *rm; in owner_rm() local 261 struct rmlock *rm = arg; in rm_cleanIPI() local 317 rm_destroy(struct rmlock *rm) in rm_destroy() 330 rm_wowned(const struct rmlock *rm) in rm_wowned() 491 struct rmlock *rm; in _rm_unlock_hard() local 533 _rm_wlock(struct rmlock *rm) in _rm_wlock() 582 _rm_wunlock(struct rmlock *rm) in _rm_wunlock() [all …]
|
| H A D | subr_rman.c | 128 rman_init(struct rman *rm) in rman_init() 246 rman_fini(struct rman *rm) in rman_fini() 318 struct rman *rm; in rman_adjust_resource() local 667 struct rman *rm; in rman_activate_resource() local 680 struct rman *rm; in rman_deactivate_resource() local 788 struct rman *rm; in rman_release_resource() local 982 struct rman *rm; in sysctl_rman() local 1077 dump_rman_header(struct rman *rm) in dump_rman_header() 1087 dump_rman(struct rman *rm) in dump_rman() 1123 struct rman *rm; in DB_SHOW_COMMAND() local [all …]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_rpcb_pxy.c | 213 rpc_msg_t rpcmsg, *rm; local 285 rpc_msg_t rpcmsg, *rm; local 416 ipf_p_rpcb_decodereq(fin, nat, rs, rm) in ipf_p_rpcb_decodereq() argument 535 ipf_p_rpcb_skipauth(rm, auth, buf) in ipf_p_rpcb_skipauth() argument 621 ipf_p_rpcb_xdrrpcb(rm, p, ra) in ipf_p_rpcb_xdrrpcb() argument 658 ipf_p_rpcb_getuaddr(rm, xu, p) in ipf_p_rpcb_getuaddr() argument 772 ipf_p_rpcb_modreq(fin, nat, rm, m, off) in ipf_p_rpcb_modreq() argument 859 ipf_p_rpcb_decoderep(fin, nat, rs, rm, rxp) in ipf_p_rpcb_decoderep() argument 1103 ipf_p_rpcb_getproto(rm, xp, p) in ipf_p_rpcb_getproto() argument 1310 ipf_p_rpcb_modv3(fin, nat, rm, m, off) in ipf_p_rpcb_modv3() argument [all …]
|
| /f-stack/lib/ |
| H A D | ff_lock.c | 213 rm_init(struct rmlock *rm, const char *name) in rm_init() 219 rm_init_flags(struct rmlock *rm, const char *name, int opts) in rm_init_flags() 246 rm_destroy(struct rmlock *rm) in rm_destroy() 252 _rm_wlock(struct rmlock *rm) in _rm_wlock() 258 _rm_wunlock(struct rmlock *rm) in _rm_wunlock() 264 _rm_rlock(struct rmlock *rm, struct rm_priotracker *tracker, int trylock) in _rm_rlock() 270 _rm_runlock(struct rmlock *rm, struct rm_priotracker *tracker) in _rm_runlock() 276 rm_wowned(const struct rmlock *rm) in rm_wowned()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math.c | 152 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() 368 benchmark_gen_impl(raidz_map_t *rm, const int fn) in benchmark_gen_impl() 375 benchmark_rec_impl(raidz_map_t *rm, const int fn) in benchmark_rec_impl()
|
| H A D | vdev_raidz.c | 188 raidz_map_t *rm = zio->io_vsd; in vdev_raidz_map_free_vsd() local 202 raidz_map_t *rm = arg; in vdev_raidz_cksum_free() local 307 raidz_map_t *rm = zio->io_vsd; in vdev_raidz_cksum_report() local 384 raidz_map_t *rm = in vdev_raidz_map_alloc() local 1729 raidz_map_t *rm = zio->io_vsd; in vdev_raidz_io_start_write() local 1833 raidz_map_t *rm; in vdev_raidz_io_start() local 1893 raidz_map_t *rm = zio->io_vsd; in raidz_checksum_verify() local 1915 raidz_map_t *rm = zio->io_vsd; in raidz_parity_verify() local 2061 raidz_map_t *rm = zio->io_vsd; in raidz_reconstruct() local 2207 raidz_map_t *rm = zio->io_vsd; in vdev_raidz_combrec() local [all …]
|
| H A D | vdev_draid.c | 639 raidz_map_t *rm = zio->io_vsd; in vdev_draid_map_free_vsd() local 653 raidz_map_t *rm = arg; in vdev_draid_cksum_free() local 664 raidz_map_t *rm = zcr->zcr_cbdata; in vdev_draid_cksum_finish() local 813 raidz_map_t *rm = zio->io_vsd; in vdev_draid_cksum_report() local 1331 raidz_map_t *rm; in vdev_draid_map_alloc() local 2047 raidz_map_t *rm = zio->io_vsd; in vdev_draid_io_start_write() local 2194 raidz_map_t *rm; in vdev_draid_io_start() local
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_jit_arm64.c | 418 uint8_t rm) in emit_str() 425 uint8_t rm) in emit_ldr() 434 uint8_t rm, uint16_t op) in emit_add_sub() 448 emit_add(struct a64_jit_ctx *ctx, bool is64, uint8_t rd, uint8_t rm) in emit_add() 454 emit_sub(struct a64_jit_ctx *ctx, bool is64, uint8_t rd, uint8_t rm) in emit_sub() 466 emit_mul(struct a64_jit_ctx *ctx, bool is64, uint8_t rd, uint8_t rm) in emit_mul() 486 uint8_t rn, uint8_t rm, uint16_t op) in emit_data_process_two_src() 576 uint8_t rm, uint16_t op) in emit_logical() 591 emit_or(struct a64_jit_ctx *ctx, bool is64, uint8_t rd, uint8_t rm) in emit_or() 610 uint8_t rm, uint8_t ra) in emit_msub() [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 203 cmp_code(raidz_test_opts_t *opts, const raidz_map_t *rm, const int parity) in cmp_code() 230 cmp_data(raidz_test_opts_t *opts, raidz_map_t *rm) in cmp_data() 270 corrupt_colums(raidz_map_t *rm, const int *tgts, const int cnt) in corrupt_colums() 289 fini_raidz_map(zio_t **zio, raidz_map_t **rm) in fini_raidz_map() 406 raidz_map_t *rm = kmem_zalloc(offsetof(raidz_map_t, rm_row[rows]), in vdev_raidz_map_alloc_expanded() local 546 raidz_map_t *rm = NULL; in init_raidz_map() local 638 run_rec_check_impl(raidz_test_opts_t *opts, raidz_map_t *rm, const int fn) in run_rec_check_impl()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_raidz_impl.h | 189 #define raidz_parity(rm) ((rm)->rm_row[0]->rr_firstdatacol) argument 190 #define raidz_ncols(rm) ((rm)->rm_row[0]->rr_cols) argument 191 #define raidz_nbigcols(rm) ((rm)->rm_bigcols) argument 192 #define raidz_col_p(rm, c) ((rm)->rm_col + (c)) argument 193 #define raidz_col_size(rm, c) ((rm)->rm_col[c].rc_size) argument 194 #define raidz_big_size(rm) (raidz_col_size(rm, CODE_P)) argument 195 #define raidz_short_size(rm) (raidz_col_size(rm, raidz_ncols(rm)-1)) argument
|
| /f-stack/freebsd/mips/malta/ |
| H A D | obio.c | 119 struct rman *rm; in obio_alloc_resource() local
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | obio.c | 127 struct rman *rm; in obio_alloc_resource() local
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pflog.c | 205 u_int8_t reason, struct pf_krule *rm, struct pf_krule *am, in pflog_packet()
|
| H A D | pf_lb.c | 132 struct pf_krule *r, *rm = NULL; in pf_match_translation() local
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_simplebus.c | 170 struct rman *rm; in xlp_simplebus_alloc_resource() local
|
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_run_avx512_common.h | 269 uint32_t rm[2]; in _F_() local
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vnode_impl.h | 204 enum rm { RMFILE, RMDIRECTORY }; /* rm or rmdir (remove) */ enum
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | disassem.c | 342 int shift, rm, rt, rd, rn, imm, sf, idx, option, scale, amount; in disasm() local
|
| /f-stack/freebsd/arm64/cavium/ |
| H A D | thunder_pcie_pem.c | 316 struct rman *rm; in thunder_pem_adjust_resource() local 634 struct rman *rm = NULL; in thunder_pem_alloc_resource() local
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_pcie.c | 418 struct rman *rm; in mtk_pci_alloc_resource() local 470 struct rman *rm; in mtk_pci_adjust_resource() local
|
| /f-stack/freebsd/x86/x86/ |
| H A D | nexus.c | 381 struct rman *rm; in nexus_alloc_resource() local 425 struct rman *rm; in nexus_adjust_resource() local
|
| /f-stack/tools/compat/include/sys/ |
| H A D | callout.h | 95 #define callout_init_rm(c, rm, flags) \ argument
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 226 struct rman *rm; in nexus_alloc_resource() local
|