Home
last modified time | relevance | path

Searched refs:lwlock_stats (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
805 lwlock_stats *lwstats; in LWLockWaitListLock()
1023 lwlock_stats *lwstats; in LWLockDequeueSelf()
1118 lwlock_stats *lwstats; in LWLockAcquire()
1341 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; typedef
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
815 lwlock_stats *lwstats; in LWLockWaitListLock()
1033 lwlock_stats *lwstats; in LWLockDequeueSelf()
1128 lwlock_stats *lwstats; in LWLockAcquire()
1351 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
805 lwlock_stats *lwstats; in LWLockWaitListLock()
1023 lwlock_stats *lwstats; in LWLockDequeueSelf()
1118 lwlock_stats *lwstats; in LWLockAcquire()
1341 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
805 lwlock_stats *lwstats; in LWLockWaitListLock()
1023 lwlock_stats *lwstats; in LWLockDequeueSelf()
1118 lwlock_stats *lwstats; in LWLockAcquire()
1341 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
805 lwlock_stats *lwstats; in LWLockWaitListLock()
1023 lwlock_stats *lwstats; in LWLockDequeueSelf()
1118 lwlock_stats *lwstats; in LWLockAcquire()
1341 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
805 lwlock_stats *lwstats; in LWLockWaitListLock()
1023 lwlock_stats *lwstats; in LWLockDequeueSelf()
1118 lwlock_stats *lwstats; in LWLockAcquire()
1341 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
805 lwlock_stats *lwstats; in LWLockWaitListLock()
1023 lwlock_stats *lwstats; in LWLockDequeueSelf()
1118 lwlock_stats *lwstats; in LWLockAcquire()
1341 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats
181 } lwlock_stats;
262 ctl.entrysize = sizeof(lwlock_stats);
277 lwlock_stats *lwstats;
297 static lwlock_stats *
301 lwlock_stats *lwstats;
815 lwlock_stats *lwstats;
1033 lwlock_stats *lwstats; in decode()
1128 lwlock_stats *lwstats; in encode()
1351 lwlock_stats *lwstats;
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats
181 } lwlock_stats;
262 ctl.entrysize = sizeof(lwlock_stats);
277 lwlock_stats *lwstats;
297 static lwlock_stats *
301 lwlock_stats *lwstats;
815 lwlock_stats *lwstats;
1033 lwlock_stats *lwstats;
1128 lwlock_stats *lwstats;
1351 lwlock_stats *lwstats;
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; typedef
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
815 lwlock_stats *lwstats; in LWLockWaitListLock()
1033 lwlock_stats *lwstats; in LWLockDequeueSelf()
1128 lwlock_stats *lwstats; in LWLockAcquire()
1351 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
815 lwlock_stats *lwstats; in LWLockWaitListLock()
1033 lwlock_stats *lwstats; in LWLockDequeueSelf()
1128 lwlock_stats *lwstats; in LWLockAcquire()
1351 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
815 lwlock_stats *lwstats; in LWLockWaitListLock()
1033 lwlock_stats *lwstats; in LWLockDequeueSelf()
1128 lwlock_stats *lwstats; in LWLockAcquire()
1351 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
805 lwlock_stats *lwstats; in LWLockWaitListLock()
1023 lwlock_stats *lwstats; in LWLockDequeueSelf()
1118 lwlock_stats *lwstats; in LWLockAcquire()
1341 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
815 lwlock_stats *lwstats; in LWLockWaitListLock()
1033 lwlock_stats *lwstats; in LWLockDequeueSelf()
1128 lwlock_stats *lwstats; in LWLockAcquire()
1351 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c256 typedef struct lwlock_stats struct
264 } lwlock_stats; argument
344 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
359 lwlock_stats *lwstats; in print_lwlock_stats()
379 static lwlock_stats *
383 lwlock_stats *lwstats; in get_lwlock_stats_entry()
896 lwlock_stats *lwstats; in LWLockWaitListLock()
1114 lwlock_stats *lwstats; in LWLockDequeueSelf()
1209 lwlock_stats *lwstats; in LWLockAcquire()
1437 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c256 typedef struct lwlock_stats struct
264 } lwlock_stats; argument
344 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
359 lwlock_stats *lwstats; in print_lwlock_stats()
379 static lwlock_stats *
383 lwlock_stats *lwstats; in get_lwlock_stats_entry()
896 lwlock_stats *lwstats; in LWLockWaitListLock()
1114 lwlock_stats *lwstats; in LWLockDequeueSelf()
1209 lwlock_stats *lwstats; in LWLockAcquire()
1437 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c256 typedef struct lwlock_stats struct
264 } lwlock_stats; argument
344 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
359 lwlock_stats *lwstats; in print_lwlock_stats()
379 static lwlock_stats *
383 lwlock_stats *lwstats; in get_lwlock_stats_entry()
896 lwlock_stats *lwstats; in LWLockWaitListLock()
1114 lwlock_stats *lwstats; in LWLockDequeueSelf()
1209 lwlock_stats *lwstats; in LWLockAcquire()
1437 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c256 typedef struct lwlock_stats struct
264 } lwlock_stats; argument
344 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
359 lwlock_stats *lwstats; in print_lwlock_stats()
379 static lwlock_stats *
383 lwlock_stats *lwstats; in get_lwlock_stats_entry()
896 lwlock_stats *lwstats; in LWLockWaitListLock()
1114 lwlock_stats *lwstats; in LWLockDequeueSelf()
1209 lwlock_stats *lwstats; in LWLockAcquire()
1437 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c256 typedef struct lwlock_stats
264 } lwlock_stats;
344 ctl.entrysize = sizeof(lwlock_stats);
359 lwlock_stats *lwstats;
379 static lwlock_stats *
383 lwlock_stats *lwstats;
896 lwlock_stats *lwstats;
1114 lwlock_stats *lwstats;
1209 lwlock_stats *lwstats;
1437 lwlock_stats *lwstats;
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c256 typedef struct lwlock_stats struct
264 } lwlock_stats; argument
344 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
359 lwlock_stats *lwstats; in print_lwlock_stats()
379 static lwlock_stats *
383 lwlock_stats *lwstats; in get_lwlock_stats_entry()
896 lwlock_stats *lwstats; in LWLockWaitListLock()
1114 lwlock_stats *lwstats; in LWLockDequeueSelf()
1209 lwlock_stats *lwstats; in LWLockAcquire()
1437 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/lmgr/
H A Dlwlock.c258 typedef struct lwlock_stats struct
266 } lwlock_stats; argument
347 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
362 lwlock_stats *lwstats; in print_lwlock_stats()
382 static lwlock_stats *
386 lwlock_stats *lwstats; in get_lwlock_stats_entry()
901 lwlock_stats *lwstats; in LWLockWaitListLock()
1119 lwlock_stats *lwstats; in LWLockDequeueSelf()
1214 lwlock_stats *lwstats; in LWLockAcquire()
1442 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c256 typedef struct lwlock_stats struct
264 } lwlock_stats; argument
344 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
359 lwlock_stats *lwstats; in print_lwlock_stats()
379 static lwlock_stats *
383 lwlock_stats *lwstats; in get_lwlock_stats_entry()
896 lwlock_stats *lwstats; in LWLockWaitListLock()
1114 lwlock_stats *lwstats; in LWLockDequeueSelf()
1209 lwlock_stats *lwstats; in LWLockAcquire()
1437 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/lmgr/
H A Dlwlock.c258 typedef struct lwlock_stats struct
266 } lwlock_stats; argument
347 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
362 lwlock_stats *lwstats; in print_lwlock_stats()
382 static lwlock_stats *
386 lwlock_stats *lwstats; in get_lwlock_stats_entry()
901 lwlock_stats *lwstats; in LWLockWaitListLock()
1119 lwlock_stats *lwstats; in LWLockDequeueSelf()
1214 lwlock_stats *lwstats; in LWLockAcquire()
1442 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats struct
181 } lwlock_stats; argument
262 ctl.entrysize = sizeof(lwlock_stats); in init_lwlock_stats()
277 lwlock_stats *lwstats; in print_lwlock_stats()
297 static lwlock_stats *
301 lwlock_stats *lwstats; in get_lwlock_stats_entry()
816 lwlock_stats *lwstats; in LWLockWaitListLock()
1034 lwlock_stats *lwstats; in LWLockDequeueSelf()
1129 lwlock_stats *lwstats; in LWLockAcquire()
1352 lwlock_stats *lwstats; in LWLockAcquireOrWait()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/storage/lmgr/
H A Dlwlock.c173 typedef struct lwlock_stats
181 } lwlock_stats;
262 ctl.entrysize = sizeof(lwlock_stats);
277 lwlock_stats *lwstats;
297 static lwlock_stats *
301 lwlock_stats *lwstats;
816 lwlock_stats *lwstats;
1034 lwlock_stats *lwstats;
1129 lwlock_stats *lwstats;
1352 lwlock_stats *lwstats;
[all …]

12