Home
last modified time | relevance | path

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

12345

/NextBSD/sys/sys/
HDrmlock.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 …]
/NextBSD/sys/kern/
HDkern_rmlock.c65 #define rm_destroyed(rm) \ argument
123 struct rmlock *rm; in lock_rm() local
140 struct rmlock *rm; in unlock_rm() local
181 const struct rmlock *rm; in owner_rm() local
222 rm_trackers_present(const struct pcpu *pc, const struct rmlock *rm, in rm_trackers_present()
258 struct rmlock *rm = arg; in rm_cleanIPI() local
277 rm_init_flags(struct rmlock *rm, const char *name, int opts) in rm_init_flags()
307 rm_init(struct rmlock *rm, const char *name) in rm_init()
314 rm_destroy(struct rmlock *rm) in rm_destroy()
327 rm_wowned(const struct rmlock *rm) in rm_wowned()
[all …]
HDsubr_rman.c127 rman_init(struct rman *rm) in rman_init()
157 rman_manage_region(struct rman *rm, u_long start, u_long end) in rman_manage_region()
235 rman_init_from_resource(struct rman *rm, struct resource *r) in rman_init_from_resource()
245 rman_fini(struct rman *rm) in rman_fini()
277 rman_first_free_region(struct rman *rm, u_long *start, u_long *end) in rman_first_free_region()
295 rman_last_free_region(struct rman *rm, u_long *start, u_long *end) in rman_last_free_region()
317 struct rman *rm; in rman_adjust_resource() local
437 rman_reserve_resource_bound(struct rman *rm, u_long start, u_long end, in rman_reserve_resource_bound()
644 rman_reserve_resource(struct rman *rm, u_long start, u_long end, u_long count, in rman_reserve_resource()
656 struct rman *rm; in rman_activate_resource() local
[all …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_raidz.c264 vdev_raidz_map_free(raidz_map_t *rm) in vdev_raidz_map_free()
292 raidz_map_t *rm = zio->io_vsd; in vdev_raidz_map_free_vsd() local
305 raidz_map_t *rm = arg; in vdev_raidz_cksum_free() local
316 raidz_map_t *rm = zcr->zcr_cbdata; in vdev_raidz_cksum_finish() local
398 raidz_map_t *rm = zio->io_vsd; in vdev_raidz_cksum_report() local
452 raidz_map_t *rm; in vdev_raidz_map_alloc() local
598 vdev_raidz_generate_parity_p(raidz_map_t *rm) in vdev_raidz_generate_parity_p()
625 vdev_raidz_generate_parity_pq(raidz_map_t *rm) in vdev_raidz_generate_parity_pq()
677 vdev_raidz_generate_parity_pqr(raidz_map_t *rm) in vdev_raidz_generate_parity_pqr()
742 vdev_raidz_generate_parity(raidz_map_t *rm) in vdev_raidz_generate_parity()
[all …]
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_rpcb_pxy.c211 rpc_msg_t rpcmsg, *rm; local
283 rpc_msg_t rpcmsg, *rm; local
414 ipf_p_rpcb_decodereq(fin, nat, rs, rm) in ipf_p_rpcb_decodereq() argument
533 ipf_p_rpcb_skipauth(rm, auth, buf) in ipf_p_rpcb_skipauth() argument
619 ipf_p_rpcb_xdrrpcb(rm, p, ra) in ipf_p_rpcb_xdrrpcb() argument
656 ipf_p_rpcb_getuaddr(rm, xu, p) in ipf_p_rpcb_getuaddr() argument
770 ipf_p_rpcb_modreq(fin, nat, rm, m, off) in ipf_p_rpcb_modreq() argument
857 ipf_p_rpcb_decoderep(fin, nat, rs, rm, rxp) in ipf_p_rpcb_decoderep() argument
1101 ipf_p_rpcb_getproto(rm, xp, p) in ipf_p_rpcb_getproto() argument
1308 ipf_p_rpcb_modv3(fin, nat, rm, m, off) in ipf_p_rpcb_modv3() argument
[all …]
/NextBSD/sys/cddl/boot/zfs/
HDzfssubr.c442 vdev_raidz_generate_parity_p(raidz_map_t *rm) in vdev_raidz_generate_parity_p()
469 vdev_raidz_generate_parity_pq(raidz_map_t *rm) in vdev_raidz_generate_parity_pq()
521 vdev_raidz_generate_parity_pqr(raidz_map_t *rm) in vdev_raidz_generate_parity_pqr()
586 vdev_raidz_generate_parity(raidz_map_t *rm) in vdev_raidz_generate_parity()
758 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, in vdev_raidz_matrix_init()
788 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, in vdev_raidz_matrix_invert()
882 vdev_raidz_matrix_reconstruct(raidz_map_t *rm, int n, int nmissing, in vdev_raidz_matrix_reconstruct()
958 vdev_raidz_reconstruct_general(raidz_map_t *rm, int *tgts, int ntgts) in vdev_raidz_reconstruct_general()
1064 vdev_raidz_reconstruct(raidz_map_t *rm, int *t, int nt) in vdev_raidz_reconstruct()
1109 raidz_map_t *rm; in vdev_raidz_map_alloc() local
[all …]
/NextBSD/contrib/binutils/opcodes/
HDsh-dis.c35 int rm, in print_movxy()
198 print_dsp_reg (int rm, fprintf_ftype fprintf_fn, void *stream) in print_dsp_reg()
500 int rm = 0; in print_insn_sh() local
/NextBSD/bin/ed/
HDsub.c174 regmatch_t rm[SE_MAX]; in substitute_matching_text() local
226 apply_subst_template(const char *boln, regmatch_t *rm, int off, int re_nsub) in apply_subst_template()
/NextBSD/sys/dev/ofw/
HDofwbus.c184 struct rman *rm; in ofwbus_alloc_resource() local
245 struct rman *rm; in ofwbus_adjust_resource() local
/NextBSD/contrib/nvi/ex/
HDex_bang.c55 MARK rm; in ex_bang() local
HDex_read.c53 MARK rm; in ex_read() local
/NextBSD/contrib/nvi/common/
HDsearch.c152 MARK *rm, in f_search()
299 MARK *rm, in b_search()
/NextBSD/usr.sbin/utx/
HDutx.c52 rm(char *id[]) in rm() function
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_report.cc191 static void PrintMutexShort(const ReportMutex *rm, const char *after) { in PrintMutexShort()
196 static void PrintMutexShortWithAddress(const ReportMutex *rm, in PrintMutexShortWithAddress()
202 static void PrintMutex(const ReportMutex *rm) { in PrintMutex()
/NextBSD/sys/mips/sentry5/
HDobio.c119 struct rman *rm; in obio_alloc_resource() local
/NextBSD/sys/arm/xscale/i80321/
HDobio.c103 struct rman *rm; in obio_alloc_resource() local
/NextBSD/sys/mips/malta/
HDobio.c117 struct rman *rm; in obio_alloc_resource() local
/NextBSD/sys/arm/xscale/i8134x/
HDobio.c97 struct rman *rm; in obio_alloc_resource() local
/NextBSD/sys/powerpc/ps3/
HDps3bus.c166 ps3bus_resources_init(struct rman *rm, int bus_index, int dev_index, in ps3bus_resources_init()
248 ps3bus_resources_init_by_type(struct rman *rm, int bus_index, int dev_index, in ps3bus_resources_init_by_type()
532 struct rman *rm; in ps3bus_alloc_resource() local
/NextBSD/sys/mips/cavium/
HDobio.c125 struct rman *rm; in obio_alloc_resource() local
/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_fpsetround.c62 int rm; member
/NextBSD/sys/powerpc/ofw/
HDofw_pci.c315 struct rman *rm; in ofw_pci_alloc_resource() local
459 struct rman *rm = NULL; in ofw_pci_adjust_resource() local
/NextBSD/sys/sparc64/pci/
HDofw_pci.c294 struct rman *rm; in ofw_pci_alloc_resource() local
368 struct rman *rm; in ofw_pci_adjust_resource() local
/NextBSD/sys/arm/xscale/pxa/
HDpxa_obio.c234 struct rman *rm; in pxa_alloc_resource() local
361 struct rman *rm; in pxa_alloc_gpio_irq() local
/NextBSD/crypto/openssl/crypto/bn/
HDbn_div.c190 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div()

12345