Searched refs:next_chunk (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | arena.c | 195 p = next_chunk(p);
|
| H A D | malloc.c | 1836 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~SIZE_BITS) )) macro 2419 next = next_chunk(p); 2428 assert(next_chunk(prv) == p); 2592 for (q = next_chunk(p); in do_check_malloc_state() 2595 q = next_chunk(q)) in do_check_malloc_state()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_mp4_module.c | 2798 uint32_t start_sample, chunk, samples, id, next_chunk, n, in ngx_http_mp4_crop_stsc_data() local 2852 next_chunk = ngx_mp4_get_32value(entry->chunk); in ngx_http_mp4_crop_stsc_data() 2857 start_sample, chunk, next_chunk - chunk, samples, id); in ngx_http_mp4_crop_stsc_data() 2859 n = (next_chunk - chunk) * samples; in ngx_http_mp4_crop_stsc_data() 2868 chunk = next_chunk; in ngx_http_mp4_crop_stsc_data() 2875 next_chunk = trak->chunks + 1; in ngx_http_mp4_crop_stsc_data() 2879 start_sample, chunk, next_chunk - chunk, samples); in ngx_http_mp4_crop_stsc_data() 2881 n = (next_chunk - chunk) * samples; in ngx_http_mp4_crop_stsc_data() 2942 next_chunk = chunk + 1; in ngx_http_mp4_crop_stsc_data() 2949 if (chunk_samples && next_chunk - target_chunk == 2) { in ngx_http_mp4_crop_stsc_data()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memalloc.c | 1277 goto next_chunk; in sync_status() 1298 next_chunk: in sync_status()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_input.c | 4244 goto next_chunk; in sctp_handle_packet_dropped() 4271 goto next_chunk; in sctp_handle_packet_dropped() 4292 next_chunk: in sctp_handle_packet_dropped() 4646 goto next_chunk; in sctp_process_control() 5225 goto next_chunk; in sctp_process_control() 5239 goto next_chunk; in sctp_process_control() 5292 next_chunk: in sctp_process_control()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 2331 goto next_chunk; in reclaim_pv_chunk() 2361 goto next_chunk; in reclaim_pv_chunk() 2409 goto next_chunk; in reclaim_pv_chunk() 2435 next_chunk: in reclaim_pv_chunk()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 4955 goto next_chunk; in reclaim_pv_chunk_domain() 4990 goto next_chunk; in reclaim_pv_chunk_domain() 5045 goto next_chunk; in reclaim_pv_chunk_domain() 5070 next_chunk: in reclaim_pv_chunk_domain()
|