Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 77) sorted by relevance

1234

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options_parsing.c307 parse_pool_sz(struct cperf_options *opts, const char *arg) in parse_pool_sz()
377 parse_imix(struct cperf_options *opts, const char *arg) in parse_imix()
400 parse_desc_nb(struct cperf_options *opts, const char *arg) in parse_desc_nb()
430 parse_op_type(struct cperf_options *opts, const char *arg) in parse_op_type()
476 parse_sessionless(struct cperf_options *opts, in parse_sessionless()
484 parse_out_of_place(struct cperf_options *opts, in parse_out_of_place()
492 parse_test_file(struct cperf_options *opts, in parse_test_file()
504 parse_test_name(struct cperf_options *opts, in parse_test_name()
516 parse_silent(struct cperf_options *opts, in parse_silent()
858 cperf_options_default(struct cperf_options *opts) in cperf_options_default()
[all …]
H A Dcperf_test_vector_parsing.c16 free_test_vector(struct cperf_test_vector *vector, struct cperf_options *opts) in free_test_vector()
276 struct cperf_options *opts, uint8_t tc_found) in parse_entry()
457 parse_file(struct cperf_test_vector *vector, struct cperf_options *opts) in parse_file()
563 cperf_test_vector_get_from_file(struct cperf_options *opts) in cperf_test_vector_get_from_file()
H A Dmain.c121 cperf_initialize_cryptodev(struct cperf_options *opts, uint8_t *enabled_cdevs) in cperf_initialize_cryptodev()
307 cperf_verify_devices_capabilities(struct cperf_options *opts, in cperf_verify_devices_capabilities()
386 cperf_check_test_vector(struct cperf_options *opts, in cperf_check_test_vector()
508 struct cperf_options opts = {0}; in main() local
/f-stack/tools/libxo/xo/
H A Dxo.c226 static struct opts { struct
239 } opts; variable
/f-stack/freebsd/sys/
H A Dmutex.h414 #define mtx_lock_flags_(m, opts, file, line) \ argument
416 #define mtx_unlock_flags_(m, opts, file, line) \ argument
425 #define mtx_lock_flags_(m, opts, file, line) \ argument
427 #define mtx_unlock_flags_(m, opts, file, line) \ argument
448 #define mtx_lock_flags(m, opts) \ argument
450 #define mtx_unlock_flags(m, opts) \ argument
452 #define mtx_lock_spin_flags(m, opts) \ argument
454 #define mtx_unlock_spin_flags(m, opts) \ argument
456 #define mtx_trylock_flags(m, opts) \ argument
458 #define mtx_trylock_spin_flags(m, opts) \ argument
[all …]
/f-stack/lib/include/sys/
H A Dmutex.h59 #define __mtx_lock(mp, tid, opts, file, line) DO_NOTHING argument
60 #define __mtx_unlock(mp, tid, opts, file, line) DO_NOTHING argument
61 #define __mtx_lock_spin(mp, tid, opts, file, line) DO_NOTHING argument
64 #define _mtx_lock_flags(m, opts, file, line) DO_NOTHING argument
65 #define _mtx_unlock_flags(m, opts, file, line) DO_NOTHING argument
66 #define _mtx_lock_spin_flags(m, opts, file, line) DO_NOTHING argument
67 #define _mtx_unlock_spin_flags(m, opts, file, line) DO_NOTHING argument
69 #define thread_lock_flags_(tdp, opts, file, line) DO_NOTHING argument
/f-stack/freebsd/kern/
H A Dkern_mutex.c258 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_lock_flags()
292 __mtx_unlock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_unlock_flags()
317 __mtx_lock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_lock_spin_flags()
358 __mtx_trylock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_trylock_spin_flags()
386 __mtx_unlock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_unlock_spin_flags()
700 _mtx_lock_spin_cookie(volatile uintptr_t *c, uintptr_t v, int opts, in _mtx_lock_spin_cookie()
802 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) in thread_lock_validate()
817 #define thread_lock_validate(m, opts, file, line) do { } while (0) argument
823 _thread_lock(struct thread *td, int opts, const char *file, int line) in _thread_lock()
860 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_()
[all …]
H A Dvfs_mount.c165 vfs_freeopt(struct vfsoptlist *opts, struct vfsopt *opt) in vfs_freeopt()
177 vfs_freeopts(struct vfsoptlist *opts) in vfs_freeopts()
189 vfs_deleteopt(struct vfsoptlist *opts, const char *name) in vfs_deleteopt()
261 vfs_sanitizeopts(struct vfsoptlist *opts) in vfs_sanitizeopts()
285 struct vfsoptlist *opts; in vfs_buildopts() local
1930 vfs_opterror(struct vfsoptlist *opts, const char *fmt, ...) in vfs_opterror()
1954 vfs_filteropt(struct vfsoptlist *opts, const char **legal) in vfs_filteropt()
2032 vfs_getopt_pos(struct vfsoptlist *opts, const char *name) in vfs_getopt_pos()
2049 vfs_getopt_size(struct vfsoptlist *opts, const char *name, off_t *value) in vfs_getopt_size()
2090 vfs_getopts(struct vfsoptlist *opts, const char *name, int *error) in vfs_getopts()
[all …]
H A Dkern_mtxpool.c117 int opts) in mtx_pool_initialize()
132 mtx_pool_create(const char *mtx_name, int pool_size, int opts) in mtx_pool_create()
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c61 static void print_opts(raidz_test_opts_t *opts, boolean_t force) in print_opts()
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()
300 init_raidz_golden_map(raidz_test_opts_t *opts, const int parity) in init_raidz_golden_map()
544 init_raidz_map(raidz_test_opts_t *opts, zio_t **zio, const int parity) in init_raidz_map()
579 run_gen_check(raidz_test_opts_t *opts) in run_gen_check()
638 run_rec_check_impl(raidz_test_opts_t *opts, raidz_map_t *rm, const int fn) in run_rec_check_impl()
755 run_rec_check(raidz_test_opts_t *opts) in run_rec_check()
810 run_test(raidz_test_opts_t *opts) in run_test()
842 raidz_test_opts_t *opts = (raidz_test_opts_t *)arg; in sweep_thread() local
[all …]
/f-stack/tools/libxo/xopo/
H A Dxopo.c98 static struct opts { struct
101 } opts; argument
/f-stack/tools/ifconfig/
H A Difgif.c63 int opts; in gif_status() local
83 int opts; local
H A Difgre.c56 uint32_t opts, port; in gre_status() local
128 uint32_t opts; local
/f-stack/lib/
H A Dff_lock.c91 ff_mtx_init(struct lock_object *lo, const char *name, const char *type, int opts) in ff_mtx_init()
165 ff_rw_init_flags(struct lock_object *lo, const char *name, int opts) in ff_rw_init_flags()
219 rm_init_flags(struct rmlock *rm, const char *name, int opts) in rm_init_flags()
293 sx_init_flags(struct sx *sx, const char *description, int opts) in sx_init_flags()
326 _sx_xlock(struct sx *sx, int opts, in _sx_xlock()
333 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c61 void *opts; in vfs_setmntopt() local
112 struct vfsoptlist *opts = vfsp->mnt_optnew; in vfs_optionisset() local
/f-stack/app/redis-5.0.5/utils/
H A Dredis-sha1.rb15 def redisSha1(opts={}) argument
H A Dredis-copy.rb11 def redisCopy(opts={}) argument
/f-stack/freebsd/netinet6/
H A Din6_src.c179 struct ip6_pktopts *opts, struct inpcb *inp, struct ucred *cred, in in6_selectsrc()
553 in6_selectsrc_socket(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectsrc_socket()
622 selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in selectroute()
833 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectif()
891 in6_selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectroute()
/f-stack/freebsd/contrib/rdma/krping/
H A Dgetopt.c30 const struct krping_option *opts, char **optopt, in krping_getopt()
/f-stack/app/redis-5.0.5/src/
H A Dredis-trib.rb86 def command_example(cmd, args, opts) argument
/f-stack/dpdk/app/test/
H A Dtest_rawdev.c15 test_rawdev_selftest_impl(const char *pmd, const char *opts) in test_rawdev_selftest_impl()
/f-stack/dpdk/app/test-eventdev/
H A Devt_main.c66 evt_options_dump_all(struct evt_test *test, struct evt_options *opts) in evt_options_dump_all()
/f-stack/freebsd/net/
H A Dif_gre.c478 uint32_t *opts; in gre_update_hdr() local
510 uint32_t *opts; in gre_input() local
/f-stack/freebsd/contrib/dev/acpica/common/
H A Dgetopt.c244 char *opts) in AcpiGetopt()
/f-stack/freebsd/netinet/
H A Dip_options.c402 struct ipopt_tag *opts; in save_rte() local
430 struct ipopt_tag *opts; in ip_srcroute() local

1234