Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/f-stack/dpdk/lib/librte_ring/
H A Drte_ring.h285 rte_ring_mp_enqueue(struct rte_ring *r, void *obj) in rte_ring_mp_enqueue()
302 rte_ring_sp_enqueue(struct rte_ring *r, void *obj) in rte_ring_sp_enqueue()
323 rte_ring_enqueue(struct rte_ring *r, void *obj) in rte_ring_enqueue()
489 rte_ring_count(const struct rte_ring *r) in rte_ring_count()
506 rte_ring_free_count(const struct rte_ring *r) in rte_ring_free_count()
521 rte_ring_full(const struct rte_ring *r) in rte_ring_full()
536 rte_ring_empty(const struct rte_ring *r) in rte_ring_empty()
554 rte_ring_get_size(const struct rte_ring *r) in rte_ring_get_size()
568 rte_ring_get_capacity(const struct rte_ring *r) in rte_ring_get_capacity()
596 rte_ring_is_prod_single(const struct rte_ring *r) in rte_ring_is_prod_single()
[all …]
H A Drte_ring_rts.h84 __rte_ring_do_rts_enqueue_elem(struct rte_ring *r, const void *obj_table, in __rte_ring_do_rts_enqueue_elem()
125 __rte_ring_do_rts_dequeue_elem(struct rte_ring *r, void *obj_table, in __rte_ring_do_rts_dequeue_elem()
192 rte_ring_mc_rts_dequeue_bulk_elem(struct rte_ring *r, void *obj_table, in rte_ring_mc_rts_dequeue_bulk_elem()
250 rte_ring_mc_rts_dequeue_burst_elem(struct rte_ring *r, void *obj_table, in rte_ring_mc_rts_dequeue_burst_elem()
274 rte_ring_mp_rts_enqueue_bulk(struct rte_ring *r, void * const *obj_table, in rte_ring_mp_rts_enqueue_bulk()
298 rte_ring_mc_rts_dequeue_bulk(struct rte_ring *r, void **obj_table, in rte_ring_mc_rts_dequeue_bulk()
348 rte_ring_mc_rts_dequeue_burst(struct rte_ring *r, void **obj_table, in rte_ring_mc_rts_dequeue_burst()
366 rte_ring_get_prod_htd_max(const struct rte_ring *r) in rte_ring_get_prod_htd_max()
386 rte_ring_set_prod_htd_max(struct rte_ring *r, uint32_t v) in rte_ring_set_prod_htd_max()
406 rte_ring_get_cons_htd_max(const struct rte_ring *r) in rte_ring_get_cons_htd_max()
[all …]
H A Drte_ring_peek.h57 __rte_ring_do_enqueue_start(struct rte_ring *r, uint32_t n, in __rte_ring_do_enqueue_start()
104 rte_ring_enqueue_bulk_elem_start(struct rte_ring *r, unsigned int n, in rte_ring_enqueue_bulk_elem_start()
130 rte_ring_enqueue_bulk_start(struct rte_ring *r, unsigned int n, in rte_ring_enqueue_bulk_start()
155 rte_ring_enqueue_burst_elem_start(struct rte_ring *r, unsigned int n, in rte_ring_enqueue_burst_elem_start()
181 rte_ring_enqueue_burst_start(struct rte_ring *r, unsigned int n, in rte_ring_enqueue_burst_start()
245 rte_ring_enqueue_finish(struct rte_ring *r, void * const *obj_table, in rte_ring_enqueue_finish()
256 __rte_ring_do_dequeue_start(struct rte_ring *r, void *obj_table, in __rte_ring_do_dequeue_start()
337 rte_ring_dequeue_bulk_start(struct rte_ring *r, void **obj_table, in rte_ring_dequeue_bulk_start()
393 rte_ring_dequeue_burst_start(struct rte_ring *r, void **obj_table, in rte_ring_dequeue_burst_start()
412 rte_ring_dequeue_elem_finish(struct rte_ring *r, unsigned int n) in rte_ring_dequeue_elem_finish()
[all …]
H A Drte_ring_elem.h109 __rte_ring_enqueue_elems_32(struct rte_ring *r, const uint32_t size, in __rte_ring_enqueue_elems_32()
152 __rte_ring_enqueue_elems_64(struct rte_ring *r, uint32_t prod_head, in __rte_ring_enqueue_elems_64()
185 __rte_ring_enqueue_elems_128(struct rte_ring *r, uint32_t prod_head, in __rte_ring_enqueue_elems_128()
218 __rte_ring_enqueue_elems(struct rte_ring *r, uint32_t prod_head, in __rte_ring_enqueue_elems()
286 __rte_ring_dequeue_elems_64(struct rte_ring *r, uint32_t prod_head, in __rte_ring_dequeue_elems_64()
348 __rte_ring_dequeue_elems(struct rte_ring *r, uint32_t cons_head, in __rte_ring_dequeue_elems()
458 __rte_ring_do_dequeue_elem(struct rte_ring *r, void *obj_table, in __rte_ring_do_dequeue_elem()
753 rte_ring_dequeue_bulk_elem(struct rte_ring *r, void *obj_table, in rte_ring_dequeue_bulk_elem()
800 rte_ring_mc_dequeue_elem(struct rte_ring *r, void *obj_p, in rte_ring_mc_dequeue_elem()
824 rte_ring_sc_dequeue_elem(struct rte_ring *r, void *obj_p, in rte_ring_sc_dequeue_elem()
[all …]
H A Drte_ring_peek_zc.h99 __rte_ring_get_elem_addr(struct rte_ring *r, uint32_t head, in __rte_ring_get_elem_addr()
125 __rte_ring_do_enqueue_zc_elem_start(struct rte_ring *r, unsigned int esize, in __rte_ring_do_enqueue_zc_elem_start()
213 rte_ring_enqueue_zc_bulk_start(struct rte_ring *r, unsigned int n, in rte_ring_enqueue_zc_bulk_start()
276 rte_ring_enqueue_zc_burst_start(struct rte_ring *r, unsigned int n, in rte_ring_enqueue_zc_burst_start()
295 rte_ring_enqueue_zc_elem_finish(struct rte_ring *r, unsigned int n) in rte_ring_enqueue_zc_elem_finish()
328 rte_ring_enqueue_zc_finish(struct rte_ring *r, unsigned int n) in rte_ring_enqueue_zc_finish()
338 __rte_ring_do_dequeue_zc_elem_start(struct rte_ring *r, in __rte_ring_do_dequeue_zc_elem_start()
425 rte_ring_dequeue_zc_bulk_start(struct rte_ring *r, unsigned int n, in rte_ring_dequeue_zc_bulk_start()
488 rte_ring_dequeue_zc_burst_start(struct rte_ring *r, unsigned int n, in rte_ring_dequeue_zc_burst_start()
507 rte_ring_dequeue_zc_elem_finish(struct rte_ring *r, unsigned int n) in rte_ring_dequeue_zc_elem_finish()
[all …]
H A Drte_ring_hts.h57 __rte_ring_do_hts_enqueue_elem(struct rte_ring *r, const void *obj_table, in __rte_ring_do_hts_enqueue_elem()
98 __rte_ring_do_hts_dequeue_elem(struct rte_ring *r, void *obj_table, in __rte_ring_do_hts_dequeue_elem()
137 rte_ring_mp_hts_enqueue_bulk_elem(struct rte_ring *r, const void *obj_table, in rte_ring_mp_hts_enqueue_bulk_elem()
165 rte_ring_mc_hts_dequeue_bulk_elem(struct rte_ring *r, void *obj_table, in rte_ring_mc_hts_dequeue_bulk_elem()
193 rte_ring_mp_hts_enqueue_burst_elem(struct rte_ring *r, const void *obj_table, in rte_ring_mp_hts_enqueue_burst_elem()
223 rte_ring_mc_hts_dequeue_burst_elem(struct rte_ring *r, void *obj_table, in rte_ring_mc_hts_dequeue_burst_elem()
247 rte_ring_mp_hts_enqueue_bulk(struct rte_ring *r, void * const *obj_table, in rte_ring_mp_hts_enqueue_bulk()
271 rte_ring_mc_hts_dequeue_bulk(struct rte_ring *r, void **obj_table, in rte_ring_mc_hts_dequeue_bulk()
295 rte_ring_mp_hts_enqueue_burst(struct rte_ring *r, void * const *obj_table, in rte_ring_mp_hts_enqueue_burst()
321 rte_ring_mc_hts_dequeue_burst(struct rte_ring *r, void **obj_table, in rte_ring_mc_hts_dequeue_burst()
/f-stack/app/redis-5.0.5/src/
H A Drio.c77 static off_t rioBufferTell(rio *r) { in rioBufferTell()
83 static int rioBufferFlush(rio *r) { in rioBufferFlush()
100 void rioInitWithBuffer(rio *r, sds s) { in rioInitWithBuffer()
131 static off_t rioFileTell(rio *r) { in rioFileTell()
137 static int rioFileFlush(rio *r) { in rioFileFlush()
153 void rioInitWithFile(rio *r, FILE *fp) { in rioInitWithFile()
242 static off_t rioFdsetTell(rio *r) { in rioFdsetTell()
248 static int rioFdsetFlush(rio *r) { in rioFdsetFlush()
280 void rioFreeFdset(rio *r) { in rioFreeFdset()
302 void rioSetAutoSync(rio *r, off_t bytes) { in rioSetAutoSync()
[all …]
/f-stack/freebsd/kern/
H A Dsubr_rman.c118 struct resource_i *r; in int_alloc_resource() local
160 struct resource_i *r, *s, *t; in rman_manage_region() local
248 struct resource_i *r; in rman_fini() local
280 struct resource_i *r; in rman_first_free_region() local
298 struct resource_i *r; in rman_last_free_region() local
443 struct resource_i *r, *s, *rv; in rman_reserve_resource_bound() local
666 struct resource_i *r; in rman_activate_resource() local
787 struct resource_i *r; in rman_release_resource() local
838 rman_get_end(struct resource *r) in rman_get_end()
943 rman_get_rid(struct resource *r) in rman_get_rid()
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c841 ngx_http_variable_cookies(ngx_http_request_t *r, in ngx_http_variable_cookies()
849 ngx_http_variable_headers(ngx_http_request_t *r, in ngx_http_variable_headers()
1420 ngx_http_variable_scheme(ngx_http_request_t *r, in ngx_http_variable_scheme()
1448 ngx_http_variable_https(ngx_http_request_t *r, in ngx_http_variable_https()
1472 ngx_http_variable_set_args(ngx_http_request_t *r, in ngx_http_variable_set_args()
1482 ngx_http_variable_is_args(ngx_http_request_t *r, in ngx_http_variable_is_args()
1751 ngx_http_variable_pipe(ngx_http_request_t *r, in ngx_http_variable_pipe()
1765 ngx_http_variable_status(ngx_http_request_t *r, in ngx_http_variable_status()
2245 ngx_http_variable_hostname(ngx_http_request_t *r, in ngx_http_variable_hostname()
2259 ngx_http_variable_pid(ngx_http_request_t *r, in ngx_http_variable_pid()
[all …]
H A Dngx_http_upstream.c480 ngx_http_upstream_create(ngx_http_request_t *r) in ngx_http_upstream_create()
513 ngx_http_upstream_init(ngx_http_request_t *r) in ngx_http_upstream_init()
1187 ngx_http_request_t *r; in ngx_http_upstream_resolve_handler() local
1266 ngx_http_request_t *r; in ngx_http_upstream_handler() local
1731 ngx_http_request_t *r; in ngx_http_upstream_ssl_handshake_handler() local
1799 ngx_http_request_t *r; in ngx_http_upstream_ssl_save_session() local
3695 ngx_http_request_t *r = data; in ngx_http_upstream_non_buffered_filter() local
3742 ngx_http_request_t *r; in ngx_http_upstream_thread_handler() local
3786 ngx_http_request_t *r; in ngx_http_upstream_thread_event_handler() local
3822 ngx_http_request_t *r; in ngx_http_upstream_output_filter() local
[all …]
H A Dngx_http_request.c507 ngx_http_request_t *r; in ngx_http_create_request() local
541 ngx_http_request_t *r; in ngx_http_alloc_request() local
974 ngx_http_request_t *r; in ngx_http_ssl_certificate() local
1044 ngx_http_request_t *r; in ngx_http_process_request_line() local
1327 ngx_http_request_t *r; in ngx_http_process_request_headers() local
2323 ngx_http_request_t *r; in ngx_http_request_handler() local
2359 ngx_http_request_t *r; in ngx_http_run_posted_requests() local
2772 ngx_http_writer(ngx_http_request_t *r) in ngx_http_writer()
3395 ngx_http_request_t *r; in ngx_http_lingering_close_handler() local
3502 ngx_http_post_action(ngx_http_request_t *r) in ngx_http_post_action()
[all …]
H A Dngx_http_request_body.c30 ngx_http_read_client_request_body(ngx_http_request_t *r, in ngx_http_read_client_request_body()
213 ngx_http_read_unbuffered_request_body(ngx_http_request_t *r) in ngx_http_read_unbuffered_request_body()
245 ngx_http_read_client_request_body_handler(ngx_http_request_t *r) in ngx_http_read_client_request_body_handler()
264 ngx_http_do_read_client_request_body(ngx_http_request_t *r) in ngx_http_do_read_client_request_body()
429 ngx_http_write_request_body(ngx_http_request_t *r) in ngx_http_write_request_body()
511 ngx_http_discard_request_body(ngx_http_request_t *r) in ngx_http_discard_request_body()
585 ngx_http_discarded_request_body_handler(ngx_http_request_t *r) in ngx_http_discarded_request_body_handler()
656 ngx_http_read_discarded_request_body(ngx_http_request_t *r) in ngx_http_read_discarded_request_body()
712 ngx_http_discard_request_body_filter(ngx_http_request_t *r, ngx_buf_t *b) in ngx_http_discard_request_body_filter()
801 ngx_http_test_expect(ngx_http_request_t *r) in ngx_http_test_expect()
[all …]
H A Dngx_http_copy_filter_module.c87 ngx_http_copy_filter(ngx_http_request_t *r, ngx_chain_t *in) in ngx_http_copy_filter()
173 ngx_http_request_t *r; in ngx_http_copy_aio_handler() local
191 ngx_http_request_t *r; in ngx_http_copy_aio_event_handler() local
219 ngx_http_request_t *r; in ngx_http_copy_aio_sendfile_preload() local
244 ngx_http_request_t *r; in ngx_http_copy_aio_sendfile_event_handler() local
267 ngx_http_request_t *r; in ngx_http_copy_thread_handler() local
313 ngx_http_request_t *r; in ngx_http_copy_thread_event_handler() local
/f-stack/freebsd/sys/
H A Dbus.h830 #define bus_poke_1(r, o, v) \ argument
832 #define bus_peek_1(r, o, vp) \ argument
834 #define bus_read_1(r, o) \ argument
844 #define bus_write_1(r, o, v) \ argument
866 #define bus_poke_2(r, o, v) \ argument
868 #define bus_peek_2(r, o, vp) \ argument
870 #define bus_read_2(r, o) \ argument
902 #define bus_poke_4(r, o, v) \ argument
906 #define bus_read_4(r, o) \ argument
938 #define bus_poke_8(r, o, v) \ argument
[all …]
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dread.c105 static void __redisReaderSetErrorOOM(redisReader *r) { in __redisReaderSetErrorOOM()
109 static char *readBytes(redisReader *r, unsigned int bytes) { in readBytes()
175 static char *readLine(redisReader *r, int *_len) { in readLine()
190 static void moveToNextTask(redisReader *r) { in moveToNextTask()
215 static int processLineItem(redisReader *r) { in processLineItem()
249 static int processBulkItem(redisReader *r) { in processBulkItem()
302 static int processMultiBulkItem(redisReader *r) { in processMultiBulkItem()
367 static int processItem(redisReader *r) { in processItem()
417 redisReader *r; in redisReaderCreateWithFunctions() local
437 void redisReaderFree(redisReader *r) { in redisReaderFree()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h54 #define VR0(r...) VR0_(r) argument
55 #define VR1(r...) VR1_(r) argument
74 #define RVR0(r...) RVR0_(r) argument
75 #define RVR1(r...) RVR1_(r) argument
94 #define WVR0(r...) WVR0_(r) argument
95 #define WVR1(r...) WVR1_(r) argument
207 #define XOR(r...) \ argument
231 #define ZERO(r...) \ argument
266 #define COPY(r...) \ argument
411 #define MUL2(r...) \ argument
[all …]
H A Dvdev_raidz_math_aarch64_neon_common.h53 #define VR0(r...) VR0_(r) argument
54 #define VR1(r...) VR1_(r) argument
55 #define VR2(r...) VR2_(r, 36) argument
73 #define RVR0(r...) RVR0_(r) argument
74 #define RVR1(r...) RVR1_(r) argument
93 #define WVR0(r...) WVR0_(r) argument
94 #define WVR1(r...) WVR1_(r) argument
113 #define UVR0(r...) UVR0_(r) argument
114 #define UVR1(r...) UVR1_(r) argument
206 #define XOR(r...) \ argument
[all …]
H A Dvdev_raidz_math_avx512f.c50 #define VR0(r...) VR0_(r) argument
51 #define VR1(r...) VR1_(r) argument
52 #define VR2(r...) VR2_(r, 1) argument
68 #define VRy0(r...) VRy0_(r) argument
69 #define VRy1(r...) VRy1_(r) argument
102 #define XOR(r...) \ argument
121 #define ZERO(r...) XOR(r, r) argument
124 #define COPY(r...) \ argument
180 #define _MUL2(r...) \ argument
205 #define MUL2(r...) \ argument
[all …]
H A Dvdev_raidz_math_avx512bw.c51 #define VR0(r...) VR0_(r) argument
52 #define VR1(r...) VR1_(r) argument
53 #define VR2(r...) VR2_(r, 1) argument
54 #define VR3(r...) VR3_(r, 1, 2) argument
55 #define VR4(r...) VR4_(r, 1, 2) argument
96 #define XOR(r...) \ argument
116 #define ZERO(r...) XOR(r, r) argument
118 #define COPY(r...) \ argument
189 #define _MUL2(r...) \ argument
208 #define MUL2(r...) \ argument
[all …]
H A Dvdev_raidz_math_avx2.c47 #define VR0(r...) VR0_(r) argument
48 #define VR1(r...) VR1_(r) argument
49 #define VR2(r...) VR2_(r, 1) argument
50 #define VR3(r...) VR3_(r, 1, 2) argument
51 #define VR4(r...) VR4_(r, 1, 2) argument
93 #define XOR(r...) \ argument
113 #define ZERO(r...) XOR(r, r) argument
115 #define COPY(r...) \ argument
191 #define _MUL2(r...) \ argument
210 #define MUL2(r...) \ argument
[all …]
H A Dvdev_raidz_math_ssse3.c48 #define VR0(r...) VR0_(r) argument
49 #define VR1(r...) VR1_(r) argument
50 #define VR2(r...) VR2_(r, 1) argument
51 #define VR3(r...) VR3_(r, 1, 2) argument
52 #define VR4(r...) VR4_(r, 1, 2) argument
94 #define XOR(r...) \ argument
114 #define ZERO(r...) XOR(r, r) argument
116 #define COPY(r...) \ argument
209 #define MUL2(r...) \ argument
224 #define MUL4(r...) \ argument
[all …]
H A Dvdev_raidz_math_sse2.c49 #define VR0(r...) VR0_(r, 1, 2, 3, 4, 5, 6) argument
50 #define VR1(r...) VR1_(r, 1, 2, 3, 4, 5, 6) argument
64 #define XOR_ACC(src, r...) \ argument
88 #define XOR(r...) \ argument
110 #define ZERO(r...) XOR(r, r) argument
112 #define COPY(r...) \ argument
136 #define LOAD(src, r...) \ argument
161 #define STORE(dst, r...) \ argument
221 #define MUL2(r...) \ argument
237 #define MUL4(r...) \ argument
[all …]
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_ring.h36 struct rte_ring r; member
48 rte_event_ring_count(const struct rte_event_ring *r) in rte_event_ring_count()
63 rte_event_ring_free_count(const struct rte_event_ring *r) in rte_event_ring_free_count()
89 rte_event_ring_enqueue_burst(struct rte_event_ring *r, in rte_event_ring_enqueue_burst()
125 rte_event_ring_dequeue_burst(struct rte_event_ring *r, in rte_event_ring_dequeue_burst()
251 rte_event_ring_get_size(const struct rte_event_ring *r) in rte_event_ring_get_size()
265 rte_event_ring_get_capacity(const struct rte_event_ring *r) in rte_event_ring_get_capacity()
/f-stack/dpdk/app/test/
H A Dresource.c16 size_t resource_size(const struct resource *r) in resource_size()
23 struct resource *r; in resource_find() local
35 int resource_fwrite(const struct resource *r, FILE *f) in resource_fwrite()
53 int resource_fwrite_file(const struct resource *r, const char *fname) in resource_fwrite_file()
73 static int do_copy(struct archive *r, struct archive *w) in do_copy()
105 struct archive *r; in resource_untar() local
183 struct archive *r; in resource_rm_by_tar() local
273 void resource_register(struct resource *r) in resource_register()
/f-stack/freebsd/net/
H A Dmp_ring.c60 space_available(struct ifmp_ring *r, union ring_state s) in space_available()
73 increment_idx(struct ifmp_ring *r, uint16_t idx, uint16_t n) in increment_idx()
96 drain_ring_locked(struct ifmp_ring *r, union ring_state os, uint16_t prev, int budget) in drain_ring_locked()
253 struct ifmp_ring *r; in ifmp_ring_alloc() local
292 ifmp_ring_free(struct ifmp_ring *r) in ifmp_ring_free()
321 ifmp_ring_enqueue(struct ifmp_ring *r, void **items, int n, int budget, int abdicate) in ifmp_ring_enqueue()
396 ifmp_ring_enqueue(struct ifmp_ring *r, void **items, int n, int budget, int abdicate) in ifmp_ring_enqueue()
478 ifmp_ring_check_drainage(struct ifmp_ring *r, int budget) in ifmp_ring_check_drainage()
514 ifmp_ring_reset_stats(struct ifmp_ring *r) in ifmp_ring_reset_stats()
526 ifmp_ring_is_idle(struct ifmp_ring *r) in ifmp_ring_is_idle()
[all …]

12345678910>>...25