Home
last modified time | relevance | path

Searched refs:entry (Results 3226 - 3250 of 7807) sorted by relevance

1...<<121122123124125126127128129130>>...313

/kernel/linux/linux-5.10/kernel/
H A Daudit_watch.c42 struct list_head wlist; /* entry in parent->watches list */
64 static void audit_watch_free_mark(struct fsnotify_mark *entry) in audit_watch_free_mark() argument
68 parent = container_of(entry, struct audit_parent, mark); in audit_watch_free_mark()
91 struct fsnotify_mark *entry; in audit_find_parent() local
93 entry = fsnotify_find_mark(&inode->i_fsnotify_marks, audit_watch_group); in audit_find_parent()
94 if (entry) in audit_find_parent()
95 parent = container_of(entry, struct audit_parent, mark); in audit_find_parent()
135 /* Initialize a parent watch entry. */
159 /* Initialize a watch entry. */
397 /* Find a matching watch entry, o
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c437 struct vmw_view *entry, *next; in vmw_view_cotable_list_destroy() local
441 list_for_each_entry_safe(entry, next, list, cotable_head) in vmw_view_cotable_list_destroy()
442 WARN_ON(vmw_view_destroy(&entry->res)); in vmw_view_cotable_list_destroy()
457 struct vmw_view *entry, *next; in vmw_view_surface_list_destroy() local
461 list_for_each_entry_safe(entry, next, list, srf_head) in vmw_view_surface_list_destroy()
462 WARN_ON(vmw_view_destroy(&entry->res)); in vmw_view_surface_list_destroy()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Ddpcsup.c42 struct aac_entry *entry; in aac_response_normal() local
55 while(aac_consumer_get(dev, q, &entry)) in aac_response_normal()
58 u32 index = le32_to_cpu(entry->addr); in aac_response_normal()
161 struct aac_entry *entry; in aac_command_normal() local
171 while(aac_consumer_get(dev, q, &entry)) in aac_command_normal()
178 index = le32_to_cpu(entry->addr) / sizeof(struct hw_fib); in aac_command_normal()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c388 * After rolling back removes entry from the list.
392 struct i40e_ddp_old_profile_list *entry; in i40e_ddp_restore() local
397 entry = list_first_entry(&pf->ddp_old_prof, in i40e_ddp_restore()
400 status = i40e_ddp_load(netdev, entry->old_ddp_buf, in i40e_ddp_restore()
401 entry->old_ddp_size, false); in i40e_ddp_restore()
402 list_del(&entry->list); in i40e_ddp_restore()
403 kfree(entry); in i40e_ddp_restore()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Def100.c32 /* Expected size of a Xilinx continuation address table entry. */
79 "Duplicated EF100 table entry.\n"); in ef100_pci_parse_ef100_entry()
86 "Bad BAR value of %d in Xilinx capabilities EF100 entry.\n", in ef100_pci_parse_ef100_entry()
104 /* Parse a Xilinx capabilities table entry describing a continuation to a new
111 efx_oword_t entry; in ef100_pci_parse_continue_entry() local
116 efx_reado(efx, &entry, entry_location); in ef100_pci_parse_continue_entry()
118 bar = EFX_OWORD_FIELD32(entry, ESF_GZ_CFGBAR_CONT_CAP_BAR); in ef100_pci_parse_continue_entry()
120 offset = EFX_OWORD_FIELD64(entry, ESF_GZ_CFGBAR_CONT_CAP_OFFSET) << in ef100_pci_parse_continue_entry()
197 "Seen Xilinx table entry 0x%x size 0x%x at 0x%llx in BAR[%d]\n", in ef100_pci_walk_xilinx_table()
202 "Xilinx table entry to in ef100_pci_walk_xilinx_table()
447 ef100_pci_probe(struct pci_dev *pci_dev, const struct pci_device_id *entry) ef100_pci_probe() argument
[all...]
H A Dtc_counters.c107 /* We have passed traffic using this ARP entry, so in efx_tc_counter_work()
237 /* don't need our new entry */ in efx_tc_flower_get_counter_index()
243 /* existing entry found */ in efx_tc_flower_get_counter_index()
381 /* Counter update entry format: in efx_tc_rx_version_1()
386 const void *entry = data + 8 + 16 * i; in efx_tc_rx_version_1() local
390 counter_idx = le32_to_cpu(*(const __le32 *)entry); in efx_tc_rx_version_1()
391 packet_count = le32_to_cpu(*(const __le32 *)(entry + 4)) | in efx_tc_rx_version_1()
392 ((u64)le16_to_cpu(*(const __le16 *)(entry + 8)) << 32); in efx_tc_rx_version_1()
393 byte_count = le16_to_cpu(*(const __le16 *)(entry + 10)) | in efx_tc_rx_version_1()
394 ((u64)le32_to_cpu(*(const __le32 *)(entry in efx_tc_rx_version_1()
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H A Dtransport_tcp.c23 struct list_head entry; member
513 list_for_each_entry(iface, &iface_list, entry) { in ksmbd_netdev_event()
534 list_for_each_entry(iface, &iface_list, entry) { in ksmbd_netdev_event()
583 list_for_each_entry_safe(iface, tmp, &iface_list, entry) { in ksmbd_tcp_destroy()
584 list_del(&iface->entry); in ksmbd_tcp_destroy()
605 list_add(&iface->entry, &iface_list); in alloc_iface()
/kernel/linux/linux-6.6/include/linux/
H A Dworkqueue.h100 struct list_head entry; member
234 .entry = { &(n).entry, &(n).entry }, \
282 INIT_LIST_HEAD(&(_work)->entry); \
290 INIT_LIST_HEAD(&(_work)->entry); \
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dwebcam.c547 list_add_tail(&uvcg_frame_ptr_yuv_360p.entry, &uvcg_format_yuv.fmt.frames); in webcam_bind()
548 list_add_tail(&uvcg_frame_ptr_yuv_720p.entry, &uvcg_format_yuv.fmt.frames); in webcam_bind()
552 list_add_tail(&uvcg_frame_ptr_mjpeg_360p.entry, &uvcg_format_mjpeg.fmt.frames); in webcam_bind()
553 list_add_tail(&uvcg_frame_ptr_mjpeg_720p.entry, &uvcg_format_mjpeg.fmt.frames); in webcam_bind()
557 list_add_tail(&uvcg_format_ptr_yuv.entry, &uvcg_streaming_header.formats); in webcam_bind()
558 list_add_tail(&uvcg_format_ptr_mjpeg.entry, &uvcg_streaming_header.formats); in webcam_bind()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dvesafb.c112 struct { u_char blue, green, red, pad; } entry; in vesa_setpalette() local
114 entry.red = red >> shift; in vesa_setpalette()
115 entry.green = green >> shift; in vesa_setpalette()
116 entry.blue = blue >> shift; in vesa_setpalette()
117 entry.pad = 0; in vesa_setpalette()
125 "D" (&entry), /* EDI */ in vesa_setpalette()
/kernel/linux/linux-6.6/kernel/
H A Daudit_watch.c42 struct list_head wlist; /* entry in parent->watches list */
64 static void audit_watch_free_mark(struct fsnotify_mark *entry) in audit_watch_free_mark() argument
68 parent = container_of(entry, struct audit_parent, mark); in audit_watch_free_mark()
91 struct fsnotify_mark *entry; in audit_find_parent() local
93 entry = fsnotify_find_mark(&inode->i_fsnotify_marks, audit_watch_group); in audit_find_parent()
94 if (entry) in audit_find_parent()
95 parent = container_of(entry, struct audit_parent, mark); in audit_find_parent()
135 /* Initialize a parent watch entry. */
159 /* Initialize a watch entry. */
398 /* Find a matching watch entry, o
[all...]
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dnlspec.py122 for entry in self.yaml['entries']:
123 e = self.new_entry(entry, prev_entry, value_start)
128 def new_entry(self, entry, prev_entry, value_start):
129 return SpecEnumEntry(self, entry, prev_entry, value_start)
134 for entry in self.entries.values():
135 if entry.has_doc():
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dgcc-common.h266 static inline void cgraph_remove_function_insertion_hook(struct cgraph_node_hook_list *entry) in cgraph_remove_function_insertion_hook() argument
268 symtab->remove_cgraph_insertion_hook(entry); in cgraph_remove_function_insertion_hook()
276 static inline void cgraph_remove_node_removal_hook(struct cgraph_node_hook_list *entry) in cgraph_remove_node_removal_hook() argument
278 symtab->remove_cgraph_removal_hook(entry); in cgraph_remove_node_removal_hook()
286 static inline void cgraph_remove_node_duplication_hook(struct cgraph_2node_hook_list *entry) in cgraph_remove_node_duplication_hook() argument
288 symtab->remove_cgraph_duplication_hook(entry); in cgraph_remove_node_duplication_hook()
/kernel/liteos_a/testsuites/unittest/common/include/
H A DosTest.h76 #define TEST_TASK_PARAM_INIT(stTestTask, task_name, entry, prio) \
79 stTestTask.pfnTaskEntry = (TSK_ENTRY_FUNC)entry; \
87 #define TEST_TASK_PARAM_INIT_AFFI(stTestTask, task_name, entry, prio, affi) \
88 TEST_TASK_PARAM_INIT(stTestTask, task_name, entry, prio) \
91 #define TEST_TASK_PARAM_INIT_AFFI(stTestTask, task_name, entry, prio, affi) \
92 TEST_TASK_PARAM_INIT(stTestTask, task_name, entry, prio)
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Ddpcsup.c42 struct aac_entry *entry; in aac_response_normal() local
55 while(aac_consumer_get(dev, q, &entry)) in aac_response_normal()
58 u32 index = le32_to_cpu(entry->addr); in aac_response_normal()
161 struct aac_entry *entry; in aac_command_normal() local
171 while(aac_consumer_get(dev, q, &entry)) in aac_command_normal()
178 index = le32_to_cpu(entry->addr) / sizeof(struct hw_fib); in aac_command_normal()
/kernel/linux/linux-6.6/mm/
H A Dhugetlb_vmemmap.c23 * @remap_pte: called for each lowest-level entry (PTE).
61 pte_t entry, *pte; in split_vmemmap_huge_pmd() local
64 entry = mk_pte(head + i, pgprot); in split_vmemmap_huge_pmd()
66 set_pte_at(&init_mm, addr, pte, entry); in split_vmemmap_huge_pmd()
237 pte_t entry; in vmemmap_remap_pte() local
252 entry = mk_pte(walk->reuse_page, pgprot); in vmemmap_remap_pte()
254 set_pte_at(&init_mm, addr, pte, entry); in vmemmap_remap_pte()
/third_party/ffmpeg/libavfilter/
H A Dvf_libopencv.c342 const OCVFilterEntry *entry = &ocv_filter_entries[i]; in init() local
343 if (!strcmp(s->name, entry->name)) { in init()
344 s->init = entry->init; in init()
345 s->uninit = entry->uninit; in init()
346 s->end_frame_filter = entry->end_frame_filter; in init()
348 if (!(s->priv = av_mallocz(entry->priv_size))) in init()
/third_party/cups-filters/filter/
H A Dbannertopdf.c241 opt_t *entry = malloc(sizeof(opt_t)); in add_opt() local
242 if ( ! entry ) { in add_opt()
246 entry->key = key; in add_opt()
247 entry->val = val; in add_opt()
248 entry->next = in_opt; in add_opt()
250 return entry; in add_opt()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralSamples.java134 for (Entry<String, List<Double>> entry : sampleMap.entrySet()) { in PluralSamples()
135 sampleMap.put(entry.getKey(), Collections.unmodifiableList(entry.getValue())); in PluralSamples()
137 for (Entry<String, Set<FixedDecimal>> entry : sampleFractionMap.entrySet()) { in PluralSamples()
138 sampleFractionMap.put(entry.getKey(), Collections.unmodifiableSet(entry.getValue())); in PluralSamples()
/third_party/icu/icu4c/source/i18n/
H A Dtznames.cpp43 // Cache expiration in millisecond. When a cached entry is no
45 // access time, then the cache entry will be deleted by the sweep
74 icu::TimeZoneNamesCacheEntry *entry = (icu::TimeZoneNamesCacheEntry*)obj; in deleteTimeZoneNamesCacheEntry() local
75 delete (icu::TimeZoneNamesImpl*) entry->names; in deleteTimeZoneNamesCacheEntry()
76 uprv_free(entry); in deleteTimeZoneNamesCacheEntry()
91 TimeZoneNamesCacheEntry *entry = (TimeZoneNamesCacheEntry *)elem->value.pointer; in sweepCache() local
92 if (entry->refCount <= 0 && (now - entry->lastAccess) > CACHE_EXPIRATION) { in sweepCache()
93 // delete this entry in sweepCache()
228 // cache entry in operator ==()
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_clone.cpp183 hash_entry *entry = _mesa_hash_table_search(ht, this->var); in clone() local
184 new_var = entry ? (ir_variable *) entry->data : this->var; in clone()
393 hash_entry *entry = _mesa_hash_table_search(this->ht, ir->callee); in visit_enter() local
395 if (entry != NULL) { in visit_enter()
396 sig = (ir_function_signature *) entry->data; in visit_enter()
/third_party/node/lib/internal/policy/
H A Dmanifest.js530 debug('Checking for entry of %s', href);
540 const entry = this.#scopeIntegrities.get(scope);
541 if (entry === true) {
543 } else if (entry !== kCascade) {
603 const entry = this.#scopeIntegrities.get(scope);
604 if (entry === true) {
606 } else if (entry !== kCascade) {
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames.cpp43 // Cache expiration in millisecond. When a cached entry is no
45 // access time, then the cache entry will be deleted by the sweep
74 icu::TimeZoneNamesCacheEntry *entry = (icu::TimeZoneNamesCacheEntry*)obj; in deleteTimeZoneNamesCacheEntry() local
75 delete (icu::TimeZoneNamesImpl*) entry->names; in deleteTimeZoneNamesCacheEntry()
76 uprv_free(entry); in deleteTimeZoneNamesCacheEntry()
91 TimeZoneNamesCacheEntry *entry = (TimeZoneNamesCacheEntry *)elem->value.pointer; in sweepCache() local
92 if (entry->refCount <= 0 && (now - entry->lastAccess) > CACHE_EXPIRATION) { in sweepCache()
93 // delete this entry in sweepCache()
228 // cache entry in operator ==()
[all...]
/third_party/mesa3d/src/util/
H A Ddisk_cache.c55 * - The cache version is checked internally when reading a cache entry. If we
462 unsigned char *entry; in disk_cache_put_key() local
472 entry = &cache->stored_keys[i * CACHE_KEY_SIZE]; in disk_cache_put_key()
474 memcpy(entry, key, CACHE_KEY_SIZE); in disk_cache_put_key()
489 unsigned char *entry; in disk_cache_has_key() local
499 entry = &cache->stored_keys[i * CACHE_KEY_SIZE]; in disk_cache_has_key()
501 return memcmp(entry, key, CACHE_KEY_SIZE) == 0; in disk_cache_has_key()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dderive.rs125 match self.can_derive.entry(id) { in insert()
126 Entry::Occupied(mut entry) => { in insert()
127 if *entry.get() < can_derive { in insert()
128 entry.insert(can_derive); in insert()
134 Entry::Vacant(entry) => { in insert()
135 entry.insert(can_derive); in insert()

Completed in 25 milliseconds

1...<<121122123124125126127128129130>>...313