Home
last modified time | relevance | path

Searched refs:cache_head (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h46 struct cache_head { struct
75 struct cache_head *); argument
92 int (*match)(struct cache_head *orig, struct cache_head *new);
93 void (*init)(struct cache_head *orig, struct cache_head *new);
94 void (*update)(struct cache_head *orig, struct cache_head *new);
174 extern struct cache_head *
177 extern struct cache_head *
179 struct cache_head *new, struct cache_head *old, int hash);
185 struct cache_head *h);
190 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h46 struct cache_head { struct
75 struct cache_head *); argument
92 int (*match)(struct cache_head *orig, struct cache_head *new);
93 void (*init)(struct cache_head *orig, struct cache_head *new);
94 void (*update)(struct cache_head *orig, struct cache_head *new);
174 extern struct cache_head *
177 extern struct cache_head *
179 struct cache_head *new, struct cache_head *old, int hash);
185 struct cache_head *h);
190 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h46 struct cache_head { struct
75 struct cache_head *); argument
92 int (*match)(struct cache_head *orig, struct cache_head *new);
93 void (*init)(struct cache_head *orig, struct cache_head *new);
94 void (*update)(struct cache_head *orig, struct cache_head *new);
174 extern struct cache_head *
177 extern struct cache_head *
179 struct cache_head *new, struct cache_head *old, int hash);
185 struct cache_head *h);
190 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
[all …]
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dzone.c378 c = cache_head.next; in Cache_FreeLow()
379 if (c == &cache_head) { in Cache_FreeLow()
402 c = cache_head.prev; in Cache_FreeHigh()
456 if (!nobottom && cache_head.prev == &cache_head) { in Cache_TryAlloc()
465 cache_head.prev = cache_head.next = new_block; in Cache_TryAlloc()
474 cs = cache_head.next; in Cache_TryAlloc()
526 while (cache_head.next != &cache_head) { in Cache_Flush()
544 for (cd = cache_head.next; cd != &cache_head; cd = cd->next) { in Cache_Print()
570 cache_head.next = cache_head.prev = &cache_head; in Cache_Init()
571 cache_head.lru_next = cache_head.lru_prev = &cache_head; in Cache_Init()
[all …]
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dzone.c378 c = cache_head.next; in Cache_FreeLow()
379 if (c == &cache_head) { in Cache_FreeLow()
402 c = cache_head.prev; in Cache_FreeHigh()
456 if (!nobottom && cache_head.prev == &cache_head) { in Cache_TryAlloc()
465 cache_head.prev = cache_head.next = new_block; in Cache_TryAlloc()
474 cs = cache_head.next; in Cache_TryAlloc()
526 while (cache_head.next != &cache_head) { in Cache_Flush()
544 for (cd = cache_head.next; cd != &cache_head; cd = cd->next) { in Cache_Print()
570 cache_head.next = cache_head.prev = &cache_head; in Cache_Init()
571 cache_head.lru_next = cache_head.lru_prev = &cache_head; in Cache_Init()
[all …]
/dports/devel/py-deepdiff/deepdiff-5.6.0/deepdiff/
H A Dlfucache.py29 elif self.freq_node.cache_head == self:
31 self.freq_node.cache_head = self.nxt
55 elif self.cache_head == self.cache_tail:
75 elif self.cache_head == self.cache_tail:
76 cache_head = self.cache_head
77 self.cache_head = self.cache_tail = None
78 return cache_head
80 cache_head = self.cache_head
81 self.cache_head.nxt.pre = None
82 self.cache_head = self.cache_head.nxt
[all …]
/dports/games/tenebrae/tenebrae_0/
H A Dzone.c612 c = cache_head.next; in Cache_FreeLow()
613 if (c == &cache_head) in Cache_FreeLow()
635 c = cache_head.prev; in Cache_FreeHigh()
686 if (!nobottom && cache_head.prev == &cache_head) in Cache_TryAlloc()
695 cache_head.prev = cache_head.next = new; in Cache_TryAlloc()
705 cs = cache_head.next; in Cache_TryAlloc()
761 while (cache_head.next != &cache_head) in Cache_Flush()
776 for (cd = cache_head.next ; cd != &cache_head ; cd = cd->next) in Cache_Print()
811 cache_head.next = cache_head.prev = &cache_head; in Cache_Init()
812 cache_head.lru_next = cache_head.lru_prev = &cache_head; in Cache_Init()
[all …]
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dzone.c612 c = cache_head.next; in Cache_FreeLow()
613 if (c == &cache_head) in Cache_FreeLow()
635 c = cache_head.prev; in Cache_FreeHigh()
686 if (!nobottom && cache_head.prev == &cache_head) in Cache_TryAlloc()
695 cache_head.prev = cache_head.next = new; in Cache_TryAlloc()
705 cs = cache_head.next; in Cache_TryAlloc()
761 while (cache_head.next != &cache_head) in Cache_Flush()
776 for (cd = cache_head.next ; cd != &cache_head ; cd = cd->next) in Cache_Print()
811 cache_head.next = cache_head.prev = &cache_head; in Cache_Init()
812 cache_head.lru_next = cache_head.lru_prev = &cache_head; in Cache_Init()
[all …]
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dzone.c657 c = cache_head.next; in Cache_FreeLow()
658 if (c == &cache_head) in Cache_FreeLow()
680 c = cache_head.prev; in Cache_FreeHigh()
731 if (!nobottom && cache_head.prev == &cache_head) in Cache_TryAlloc()
740 cache_head.prev = cache_head.next = new_cs; in Cache_TryAlloc()
750 cs = cache_head.next; in Cache_TryAlloc()
806 while (cache_head.next != &cache_head) in Cache_Flush()
820 for (cd = cache_head.next ; cd != &cache_head ; cd = cd->next) in Cache_Print()
845 cache_head.next = cache_head.prev = &cache_head; in Cache_Init()
846 cache_head.lru_next = cache_head.lru_prev = &cache_head; in Cache_Init()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dzone.c683 for (cs = cache_head.prev; cs != &cache_head; cs = cs->prev)
692 if (cache_head.prev != &cache_head &&
730 c = cache_head.prev; in Cache_FreeLow()
804 if (!nobottom && cache_head.prev == &cache_head) { in Cache_TryAlloc()
810 cache_head.prev = cache_head.next = new; in Cache_TryAlloc()
818 for (cs = cache_head.next; cs != &cache_head; cs = cs->next) { in Cache_TryAlloc()
895 for (cd = cache_head.next; cd != &cache_head; cd = cd->next) { in Cache_Print()
903 cache_head.next = cache_head.prev = &cache_head; in Cache_Init()
904 cache_head.lru_next = cache_head.lru_prev = &cache_head; in Cache_Init()
926 while (cache_head.prev != &cache_head) { in Cache_Flush()
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dzone.c714 c = cache_head.next; in Cache_FreeLow()
715 if (c == &cache_head) in Cache_FreeLow()
737 c = cache_head.prev; in Cache_FreeHigh()
787 if (!nobottom && cache_head.prev == &cache_head) in Cache_TryAlloc()
796 cache_head.prev = cache_head.next = newobj; in Cache_TryAlloc()
805 cs = cache_head.next; in Cache_TryAlloc()
860 while (cache_head.next != &cache_head) in Cache_Flush()
873 for (cd = cache_head.next; cd != &cache_head; cd = cd->next) { in Cache_Print()
911 cache_head.next = cache_head.prev = &cache_head; in Cache_Init()
912 cache_head.lru_next = cache_head.lru_prev = &cache_head; in Cache_Init()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dzone.c621 c = cache_head.next; in Cache_FreeLow()
622 if (c == &cache_head) in Cache_FreeLow()
644 c = cache_head.prev; in Cache_FreeHigh()
694 if (!nobottom && cache_head.prev == &cache_head) in Cache_TryAlloc()
703 cache_head.prev = cache_head.next = new_cs; in Cache_TryAlloc()
712 cs = cache_head.next; in Cache_TryAlloc()
768 while (cache_head.next != &cache_head) in Cache_Flush()
792 cache_head.next = cache_head.prev = &cache_head; in Cache_Init()
793 cache_head.lru_next = cache_head.lru_prev = &cache_head; in Cache_Init()
874 if (cache_head.lru_prev == &cache_head) /* not enough memory at all */ in Cache_Alloc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sunrpc/
H A Dsvcauth_unix.c97 struct cache_head h;
106 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put()
119 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) in ip_map_match()
126 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) in ip_map_init()
134 static void update(struct cache_head *cnew, struct cache_head *citem) in update()
292 struct cache_head *ch; in __ip_map_lookup()
310 struct cache_head *ch; in __ip_map_update()
407 struct cache_head h;
420 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put()
428 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew) in unix_gid_match()
[all …]
H A Dcache.c60 struct cache_head *key, in sunrpc_cache_find_rcu()
64 struct cache_head *tmp; in sunrpc_cache_find_rcu()
98 struct cache_head *key, in sunrpc_cache_add_entry()
147 struct cache_head *ret; in sunrpc_cache_lookup_rcu()
182 struct cache_head *h) in cache_make_negative()
201 struct cache_head *new, struct cache_head *old, int hash) in sunrpc_cache_update()
207 struct cache_head *tmp; in sunrpc_cache_update()
788 struct cache_head *item;
1329 struct cache_head *ch; in __cache_seq_start()
1356 struct cache_head *ch = p; in cache_seq_next()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/sunrpc/
H A Dsvcauth_unix.c97 struct cache_head h;
106 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put()
119 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) in ip_map_match()
126 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) in ip_map_init()
134 static void update(struct cache_head *cnew, struct cache_head *citem) in update()
292 struct cache_head *ch; in __ip_map_lookup()
310 struct cache_head *ch; in __ip_map_update()
407 struct cache_head h;
420 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put()
428 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew) in unix_gid_match()
[all …]
H A Dcache.c60 struct cache_head *key, in sunrpc_cache_find_rcu()
64 struct cache_head *tmp; in sunrpc_cache_find_rcu()
98 struct cache_head *key, in sunrpc_cache_add_entry()
147 struct cache_head *ret; in sunrpc_cache_lookup_rcu()
182 struct cache_head *h) in cache_make_negative()
201 struct cache_head *new, struct cache_head *old, int hash) in sunrpc_cache_update()
207 struct cache_head *tmp; in sunrpc_cache_update()
788 struct cache_head *item;
1329 struct cache_head *ch; in __cache_seq_start()
1356 struct cache_head *ch = p; in cache_seq_next()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sunrpc/
H A Dsvcauth_unix.c97 struct cache_head h;
106 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put()
119 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) in ip_map_match()
126 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) in ip_map_init()
134 static void update(struct cache_head *cnew, struct cache_head *citem) in update()
292 struct cache_head *ch; in __ip_map_lookup()
310 struct cache_head *ch; in __ip_map_update()
407 struct cache_head h;
420 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put()
428 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew) in unix_gid_match()
[all …]
H A Dcache.c60 struct cache_head *key, in sunrpc_cache_find_rcu()
64 struct cache_head *tmp; in sunrpc_cache_find_rcu()
98 struct cache_head *key, in sunrpc_cache_add_entry()
147 struct cache_head *ret; in sunrpc_cache_lookup_rcu()
182 struct cache_head *h) in cache_make_negative()
201 struct cache_head *new, struct cache_head *old, int hash) in sunrpc_cache_update()
207 struct cache_head *tmp; in sunrpc_cache_update()
788 struct cache_head *item;
1329 struct cache_head *ch; in __cache_seq_start()
1356 struct cache_head *ch = p; in cache_seq_next()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/helpers/
H A Dcache_handler.c154 return cache_head; in netsnmp_cache_get_head()
210 cache->next = cache_head; in netsnmp_cache_create()
211 if (cache_head) in netsnmp_cache_create()
213 cache_head = cache; in netsnmp_cache_create()
285 if (!cache || !cache_head) in netsnmp_cache_remove()
288 if (cache == cache_head) { in netsnmp_cache_remove()
289 cache_head = cache_head->next; in netsnmp_cache_remove()
290 if (cache_head) in netsnmp_cache_remove()
291 cache_head->prev = NULL; in netsnmp_cache_remove()
295 prev = cache_head; in netsnmp_cache_remove()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/virtio/vulkan/
H A Dvn_renderer_internal.c43 &bucket->shmems, cache_head) in vn_renderer_shmem_cache_fini()
78 &bucket->shmems, struct vn_renderer_shmem, cache_head); in vn_renderer_shmem_cache_remove_expired_locked()
82 &bucket->shmems, cache_head) { in vn_renderer_shmem_cache_remove_expired_locked()
87 list_del(&shmem->cache_head); in vn_renderer_shmem_cache_remove_expired_locked()
112 list_addtail(&shmem->cache_head, &bucket->shmems); in vn_renderer_shmem_cache_add()
140 cache_head); in vn_renderer_shmem_cache_get()
141 list_del(&shmem->cache_head); in vn_renderer_shmem_cache_get()
173 cache_head) in vn_renderer_shmem_cache_debug_dump()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openhackware/src/libc/src/
H A Dmalloc.c277 cache_descr->prev = cache_head; in page_cache_add_page()
278 cache_descr->next = cache_head->next; in page_cache_add_page()
280 cache_head->next->prev = cache_descr; in page_cache_add_page()
281 cache_head->next = cache_descr; in page_cache_add_page()
292 for (cache_descr = cache_head->next; in page_cache_get_descr()
534 cache_head = page_descr_get(); in page_descrs_init()
535 if (cache_head == NULL) { in page_descrs_init()
542 cache_head->prev = cache_head; in page_descrs_init()
543 cache_head->next = cache_head; in page_descrs_init()
716 cache_head = cache_head_get(i); in memory_dump()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openhackware/src/libc/src/
H A Dmalloc.c277 cache_descr->prev = cache_head; in page_cache_add_page()
278 cache_descr->next = cache_head->next; in page_cache_add_page()
280 cache_head->next->prev = cache_descr; in page_cache_add_page()
281 cache_head->next = cache_descr; in page_cache_add_page()
292 for (cache_descr = cache_head->next; in page_cache_get_descr()
534 cache_head = page_descr_get(); in page_descrs_init()
535 if (cache_head == NULL) { in page_descrs_init()
542 cache_head->prev = cache_head; in page_descrs_init()
543 cache_head->next = cache_head; in page_descrs_init()
716 cache_head = cache_head_get(i); in memory_dump()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openhackware/src/libc/src/
H A Dmalloc.c277 cache_descr->prev = cache_head; in page_cache_add_page()
278 cache_descr->next = cache_head->next; in page_cache_add_page()
280 cache_head->next->prev = cache_descr; in page_cache_add_page()
281 cache_head->next = cache_descr; in page_cache_add_page()
292 for (cache_descr = cache_head->next; in page_cache_get_descr()
534 cache_head = page_descr_get(); in page_descrs_init()
535 if (cache_head == NULL) { in page_descrs_init()
542 cache_head->prev = cache_head; in page_descrs_init()
543 cache_head->next = cache_head; in page_descrs_init()
716 cache_head = cache_head_get(i); in memory_dump()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Dexecute.c177 if ((stmt->connection->cache_head) == NULL) in ecpg_is_type_an_array()
186 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), BOOLOID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
190 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), CHAROID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
194 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), INT8OID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
196 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), INT2OID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
200 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), INT4OID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
206 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), OIDOID, ECPG_ARRAY_NONE, stmt->line… in ecpg_is_type_an_array()
208 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), TIDOID, ECPG_ARRAY_NONE, stmt->line… in ecpg_is_type_an_array()
210 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), XIDOID, ECPG_ARRAY_NONE, stmt->line… in ecpg_is_type_an_array()
212 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), CIDOID, ECPG_ARRAY_NONE, stmt->line… in ecpg_is_type_an_array()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Dexecute.c177 if ((stmt->connection->cache_head) == NULL) in ecpg_is_type_an_array()
186 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), BOOLOID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
190 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), CHAROID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
194 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), INT8OID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
196 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), INT2OID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
200 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), INT4OID, ECPG_ARRAY_NONE, stmt->lin… in ecpg_is_type_an_array()
206 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), OIDOID, ECPG_ARRAY_NONE, stmt->line… in ecpg_is_type_an_array()
208 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), TIDOID, ECPG_ARRAY_NONE, stmt->line… in ecpg_is_type_an_array()
210 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), XIDOID, ECPG_ARRAY_NONE, stmt->line… in ecpg_is_type_an_array()
212 …if (!ecpg_type_infocache_push(&(stmt->connection->cache_head), CIDOID, ECPG_ARRAY_NONE, stmt->line… in ecpg_is_type_an_array()
[all …]

12345678