Home
last modified time | relevance | path

Searched refs:zone_start (Results 1 – 25 of 64) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ntfs/
H A Dlcnalloc.c186 zone_start = start_lcn; in ntfs_cluster_alloc()
187 if (zone_start < 0) { in ntfs_cluster_alloc()
192 if (!zone_start) { in ntfs_cluster_alloc()
209 zone_start = vol->mft_lcn; in ntfs_cluster_alloc()
211 zone_start = 0; in ntfs_cluster_alloc()
502 zone_end = zone_start; in ntfs_cluster_alloc()
511 zone_start = 0; in ntfs_cluster_alloc()
518 zone_end = zone_start; in ntfs_cluster_alloc()
519 bmp_pos = zone_start; in ntfs_cluster_alloc()
615 if (!zone_start) in ntfs_cluster_alloc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ntfs/
H A Dlcnalloc.c186 zone_start = start_lcn; in ntfs_cluster_alloc()
187 if (zone_start < 0) { in ntfs_cluster_alloc()
192 if (!zone_start) { in ntfs_cluster_alloc()
209 zone_start = vol->mft_lcn; in ntfs_cluster_alloc()
211 zone_start = 0; in ntfs_cluster_alloc()
502 zone_end = zone_start; in ntfs_cluster_alloc()
511 zone_start = 0; in ntfs_cluster_alloc()
518 zone_end = zone_start; in ntfs_cluster_alloc()
519 bmp_pos = zone_start; in ntfs_cluster_alloc()
615 if (!zone_start) in ntfs_cluster_alloc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ntfs/
H A Dlcnalloc.c186 zone_start = start_lcn; in ntfs_cluster_alloc()
187 if (zone_start < 0) { in ntfs_cluster_alloc()
192 if (!zone_start) { in ntfs_cluster_alloc()
209 zone_start = vol->mft_lcn; in ntfs_cluster_alloc()
211 zone_start = 0; in ntfs_cluster_alloc()
502 zone_end = zone_start; in ntfs_cluster_alloc()
511 zone_start = 0; in ntfs_cluster_alloc()
518 zone_end = zone_start; in ntfs_cluster_alloc()
519 bmp_pos = zone_start; in ntfs_cluster_alloc()
615 if (!zone_start) in ntfs_cluster_alloc()
[all …]
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dlcnalloc.c283 zone_start = start_lcn; in ntfs_cluster_alloc()
285 if (zone_start < 0) { in ntfs_cluster_alloc()
295 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()
310 bmp_pos = zone_start; in ntfs_cluster_alloc()
437 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()
440 bmp_pos = zone_start; in ntfs_cluster_alloc()
451 zone_end = zone_start; in ntfs_cluster_alloc()
458 zone_start = 0; in ntfs_cluster_alloc()
464 bmp_pos = zone_start; in ntfs_cluster_alloc()
498 if (!zone_start) in ntfs_cluster_alloc()
[all …]
/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/src/
H A Dparsing.c357 chars->zone_end - chars->zone_start); in handle_message()
397 fds->zone_end - fds->zone_start)) { in handle_message()
419 chars->size - chars->zone_start, in handle_message()
465 chars->zone_end = chars->zone_start; in handle_message()
467 memmove(&fds->data[fds->zone_start], in handle_message()
476 fds->zone_start += fds_used; in handle_message()
496 if (fds->zone_end < fds->zone_start) { in handle_message()
501 fds->zone_start, fds->zone_end); in handle_message()
515 scan_bytes.zone_start = dest_bytes->zone_start; in parse_and_prune_messages()
527 source_bytes->zone_start, in parse_and_prune_messages()
[all …]
H A Dmainloop.c308 cmsg->transf_fds.zone_start = 0; in interpret_chanmsg()
346 src.zone_start = 0; in interpret_chanmsg()
360 cmsg->proto_fds.zone_start, in interpret_chanmsg()
542 &cmsg->transf_fds.zone_start); in advance_chanmsg_progwrite()
563 cmsg->transf_fds.zone_start, in advance_chanmsg_progwrite()
568 cmsg->transf_fds.zone_start, in advance_chanmsg_progwrite()
918 wmsg->proto_read.zone_start; in advance_waymsg_progread()
945 if (wmsg->fds.zone_start > 0) { in advance_waymsg_progread()
961 wmsg->fds.zone_start, in advance_waymsg_progread()
973 wmsg->fds.zone_start = 0; in advance_waymsg_progread()
[all …]
H A Dutil.h234 int zone_start; member
240 int zone_start; member
391 int zone_start, zone_end, size; member
H A Dutil.c483 int zstart = w->async_recv_queue.zone_start; in transfer_load_async()
485 w->async_recv_queue.zone_start = zend; in transfer_load_async()
508 for (int i = td->async_recv_queue.zone_start; in cleanup_transfer_queue()
/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/test/
H A Dcommon.c72 proto_mid.zone_start = 0; in send_wayland_msg()
78 fd_window.zone_start = 0; in send_wayland_msg()
92 proto_src.zone_start = 0; in send_wayland_msg()
163 if (fd_window.zone_start > 0) { in send_wayland_msg()
165 (1 + (size_t)fd_window.zone_start); in send_wayland_msg()
169 4 * (size_t)fd_window.zone_start); in send_wayland_msg()
190 proto_mid.zone_start = 0; in receive_wire()
197 fd_window.zone_start = 0; in receive_wire()
203 proto_end.zone_start = 0; in receive_wire()
284 if (fd_window.zone_start > 0) { in receive_wire()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dcompaction.h107 TP_PROTO(unsigned long zone_start, unsigned long migrate_pfn,
110 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
113 __field(unsigned long, zone_start)
121 __entry->zone_start = zone_start;
129 __entry->zone_start,
137 TP_PROTO(unsigned long zone_start, unsigned long migrate_pfn,
141 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status),
144 __field(unsigned long, zone_start)
153 __entry->zone_start = zone_start;
162 __entry->zone_start,
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dcompaction.h107 TP_PROTO(unsigned long zone_start, unsigned long migrate_pfn,
110 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
113 __field(unsigned long, zone_start)
121 __entry->zone_start = zone_start;
129 __entry->zone_start,
137 TP_PROTO(unsigned long zone_start, unsigned long migrate_pfn,
141 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status),
144 __field(unsigned long, zone_start)
153 __entry->zone_start = zone_start;
162 __entry->zone_start,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dcompaction.h107 TP_PROTO(unsigned long zone_start, unsigned long migrate_pfn,
110 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
113 __field(unsigned long, zone_start)
121 __entry->zone_start = zone_start;
129 __entry->zone_start,
137 TP_PROTO(unsigned long zone_start, unsigned long migrate_pfn,
141 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status),
144 __field(unsigned long, zone_start)
153 __entry->zone_start = zone_start;
162 __entry->zone_start,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/compaction/mm_compaction_begin/
H A Dformat9 field:unsigned long zone_start; offset:8; size:8; signed:0;
15 print fmt: "zone_start=0x%lx migrate_pfn=0x%lx free_pfn=0x%lx zone_end=0x%lx, mode=%s", REC->zone_s…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/compaction/mm_compaction_end/
H A Dformat9 field:unsigned long zone_start; offset:8; size:8; signed:0;
16 print fmt: "zone_start=0x%lx migrate_pfn=0x%lx free_pfn=0x%lx zone_end=0x%lx, mode=%s status=%s", R…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/protos/perfetto/trace/ftrace/
H A Dcompaction.proto9 optional uint64 zone_start = 1; field
40 optional uint64 zone_start = 1; field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/protos/perfetto/trace/ftrace/
H A Dcompaction.proto9 optional uint64 zone_start = 1; field
40 optional uint64 zone_start = 1; field
/dports/editors/the/THE-3.3RC4/
H A Dtarget.c477 … target->rt[num_targets].numeric_target = (LINETYPE)CURRENT_VIEW->zone_start - true_line - 1L;
881 …ts].numeric_target = max(target->rt[num_targets].numeric_target,max(1,CURRENT_VIEW->zone_start-1));
1480 if (column_number-- == (LINETYPE)CURRENT_VIEW->zone_start - 2L)
1525 if (CURRENT_VIEW->zone_start > curr->length)
1530 for (i=CURRENT_VIEW->zone_start-1;i<min(CURRENT_VIEW->zone_end,curr->length);i++)
1724 …haystack_length = min( max_line_length, max( CURRENT_VIEW->zone_start, curr->length )+needle_lengt…
1746 real_start = max( start_col, CURRENT_VIEW->zone_start-1 );
1757 for( i = 0; loc == (-1) && real_start >= CURRENT_VIEW->zone_start-1; i++, real_start-- )
1831 real_start = max(0,CURRENT_VIEW->zone_start-1);
2185 if (column_number < CURRENT_VIEW->zone_start
[all …]
H A Dcomm1.c840 if (start_col < CURRENT_VIEW->zone_start)
841 start_col = max(1,CURRENT_VIEW->zone_start-1);
844 start_col = max(CURRENT_VIEW->current_column,max(1,CURRENT_VIEW->zone_start));
881 if (start_col < CURRENT_VIEW->zone_start)
958 CURRENT_VIEW->current_column = CURRENT_VIEW->zone_start;
1294 if (start_col < CURRENT_VIEW->zone_start)
1295 start_col = max(1,CURRENT_VIEW->zone_start-1);
1301 start_col = max(CURRENT_VIEW->current_column,max(1,CURRENT_VIEW->zone_start));
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Draid0.c39 sector_t zone_start = 0; in dump_zones() local
56 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones()
58 (unsigned long long)zone_start>>1, in dump_zones()
61 zone_start = conf->strip_zone[j].zone_end; in dump_zones()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Draid0.c39 sector_t zone_start = 0; in dump_zones() local
56 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones()
58 (unsigned long long)zone_start>>1, in dump_zones()
61 zone_start = conf->strip_zone[j].zone_end; in dump_zones()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Draid0.c39 sector_t zone_start = 0; in dump_zones() local
56 zone_size = conf->strip_zone[j].zone_end - zone_start; in dump_zones()
58 (unsigned long long)zone_start>>1, in dump_zones()
61 zone_start = conf->strip_zone[j].zone_end; in dump_zones()
/dports/dns/knot-resolver/knot-resolver-5.4.3/lib/cache/
H A Dnsec1.c26 knot_dname_t *zone_start = buf + ret - 1; in dname_wire_reconstruct() local
27 if (kr_fails_assert(*zone_start == '\0')) in dname_wire_reconstruct()
29 ret = knot_dname_to_wire(zone_start, k->zname, KNOT_DNAME_MAXLEN - kwz.len); in dname_wire_reconstruct()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dcompaction-times.py234 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
241 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dcompaction-times.py234 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
241 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dcompaction-times.py234 common_callchain, zone_start, migrate_start, free_start, zone_end, argument
241 common_callchain, zone_start, migrate_start, free_start, zone_end, argument

123