Home
last modified time | relevance | path

Searched refs:entry (Results 2851 - 2875 of 7751) sorted by relevance

1...<<111112113114115116117118119120>>...311

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_mm.h355 * @entry: &struct drm_mm_node to assign to in each iteration step
361 #define drm_mm_for_each_node(entry, mm) \
362 list_for_each_entry(entry, drm_mm_nodes(mm), node_list)
366 * @entry: &struct drm_mm_node to assign to in each iteration step
373 #define drm_mm_for_each_node_safe(entry, next, mm) \
374 list_for_each_entry_safe(entry, next, drm_mm_nodes(mm), node_list)
384 * with list_for_each(), so not save against removal of elements. @entry is used
/kernel/linux/linux-5.10/include/linux/
H A Dinit.h122 static inline initcall_t initcall_from_entry(initcall_entry_t *entry) in initcall_from_entry() argument
124 return offset_to_ptr(entry); in initcall_from_entry()
129 static inline initcall_t initcall_from_entry(initcall_entry_t *entry) in initcall_from_entry() argument
131 return *entry; in initcall_from_entry()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_vlan_mode.c36 DECLARE_BITMAP(entry, ICE_META_INIT_BITS); in ice_pkg_get_supported_vlan_mode()
42 arr[i] = le32_to_cpu(sect->entry.bm[i]); in ice_pkg_get_supported_vlan_mode()
44 bitmap_from_arr32(entry, arr, (u16)ICE_META_INIT_BITS); in ice_pkg_get_supported_vlan_mode()
47 *dvm = test_bit(ICE_META_VLAN_MODE_BIT, entry); in ice_pkg_get_supported_vlan_mode()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_mm.h357 * @entry: &struct drm_mm_node to assign to in each iteration step
363 #define drm_mm_for_each_node(entry, mm) \
364 list_for_each_entry(entry, drm_mm_nodes(mm), node_list)
368 * @entry: &struct drm_mm_node to assign to in each iteration step
375 #define drm_mm_for_each_node_safe(entry, next, mm) \
376 list_for_each_entry_safe(entry, next, drm_mm_nodes(mm), node_list)
386 * with list_for_each(), so not save against removal of elements. @entry is used
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto.h37 struct list_head entry; member
45 struct list_head entry; member
53 struct list_head entry; member
66 struct list_head entry; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace-io.h155 __field(u32, entry)
162 __entry->entry = msix_entry->entry;
167 TP_printk("entry:%d defirq:%d fh:0x%x, hw:0x%x",
168 __entry->entry, __entry->defirq,
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h214 * struct txdone_entry_desc: TX done entry descriptor
228 * enum txentry_desc_flags: Status flags for TX entry descriptor
329 * enum queue_entry_flags: Status flags for queue entry
331 * @ENTRY_BCN_ASSIGNED: This entry has been assigned to an interface.
332 * As long as this bit is set, this entry may only be touched
334 * @ENTRY_OWNER_DEVICE_DATA: This entry is owned by the device for data
335 * transfer (either TX or RX depending on the queue). The entry should
337 * @ENTRY_DATA_PENDING: This entry contains a valid frame and is waiting
342 * @ENTRY_DATA_STATUS_PENDING: The entry has been send to the device and
344 * entry ca
626 rt2x00queue_dma_timeout(struct queue_entry *entry) rt2x00queue_dma_timeout() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Dintel_gvt.c200 list_for_each_entry(dev_priv, &intel_gvt_devices, vgpu.entry) in intel_gvt_set_ops()
218 list_for_each_entry(dev_priv, &intel_gvt_devices, vgpu.entry) in intel_gvt_clear_ops()
242 list_add_tail(&dev_priv->vgpu.entry, &intel_gvt_devices); in intel_gvt_init()
262 list_del(&dev_priv->vgpu.entry); in intel_gvt_driver_remove()
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_addrlist.h98 int netlbl_af4list_add(struct netlbl_af4list *entry,
102 void netlbl_af4list_remove_entry(struct netlbl_af4list *entry);
165 int netlbl_af6list_add(struct netlbl_af6list *entry,
170 void netlbl_af6list_remove_entry(struct netlbl_af6list *entry);
/kernel/linux/linux-6.6/net/sctp/
H A Dinqueue.c148 struct list_head *entry; in sctp_inq_pop() local
152 entry = sctp_list_dequeue(&queue->in_chunk_list); in sctp_inq_pop()
153 if (!entry) in sctp_inq_pop()
156 chunk = list_entry(entry, struct sctp_chunk, list); in sctp_inq_pop()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Daccess_tracking_perf_test.c98 uint64_t entry; in lookup_pfn() local
101 entry = pread_uint64(pagemap_fd, "pagemap", hva / getpagesize()); in lookup_pfn()
102 if (!(entry & PAGEMAP_PRESENT)) in lookup_pfn()
105 pfn = entry & PAGEMAP_PFN_MASK; in lookup_pfn()
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Damdtp-tascam.c158 struct snd_firewire_tascam_change *entry = in read_status_messages() local
163 entry->index = index; in read_status_messages()
164 entry->before = before; in read_status_messages()
165 entry->after = after; in read_status_messages()
/kernel/linux/linux-6.6/mm/
H A Dmincore.c130 else { /* pte is a swap entry */ in mincore_pte_range()
131 swp_entry_t entry = pte_to_swp_entry(pte); in mincore_pte_range() local
133 if (non_swap_entry(entry)) { in mincore_pte_range()
141 *vec = mincore_page(swap_address_space(entry), in mincore_pte_range()
142 swp_offset(entry)); in mincore_pte_range()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dfront_camera_hdi_test_v1_2.cpp102 camera_metadata_item_t entry; in HWTEST_F() local
103 cameraTest->rc = FindCameraMetadataItem(data, OHOS_ABILITY_CAMERA_VIRTUAL_APERTURE_RANGE, &entry); in HWTEST_F()
105 for (size_t i = 0; i < entry.count; i++) { in HWTEST_F()
133 float virtualApertureValue = entry.data.f[i]; in HWTEST_F()
/test/xts/hats/kernel/mmap_v/
H A DMmapVApiTest.cpp73 static void SetProc(string entry, int input) in SetProc() argument
75 FILE *fp = fopen(entry.c_str(), "w"); in SetProc()
82 static void FetchProc(string entry, int *output) in FetchProc() argument
85 FILE *fp = fopen(entry.c_str(), "r"); in FetchProc()
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontObject.cpp92 DirectoryEntry *entry = findTable(tag); in readTable() local
94 if (entry == NULL) { in readTable()
99 *length = SWAPL(entry->length); in readTable()
103 fseek(file, SWAPL(entry->offset), SEEK_SET); in readTable()
/third_party/icu/icu4c/source/test/letest/
H A DFontObject.cpp88 DirectoryEntry *entry = findTable(tag); in readTable() local
90 if (entry == NULL) { in readTable()
95 *length = SWAPL(entry->length); in readTable()
99 fseek(file, SWAPL(entry->offset), SEEK_SET); in readTable()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_handle.c90 list_for_each_entry(handle, &g_hanle_list, entry) in handle_find_by_name()
115 list_for_each_entry(handle, &g_hanle_list, entry) in handle_find_by_fd()
152 list_add_tail(&handle->entry, &g_hanle_list); in register_handle()
169 list_del_init(&handle->entry); in unregister_handle()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTrieTest.java146 for (BytesTrie.Entry entry : trie) { in getRawTrieTable()
148 int length = entry.bytesLength(); in getRawTrieTable()
150 byte b = entry.byteAt(i); in getRawTrieTable()
159 map.put(sb.toString(), entry.value); in getRawTrieTable()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DCompatibilityTest.java173 // Need to trim the directory off the JAR entry before opening the connection otherwise in getJarList()
174 // it could fail as it will try and find the entry within the JAR which may not exist. in getJarList()
183 JarEntry entry = (JarEntry) entries.nextElement(); in getJarList()
184 if (!entry.isDirectory()) { in getJarList()
185 String entryName = entry.getName(); in getJarList()
189 SerializableTestUtility.copyStreamBytes(jarFile.getInputStream(entry))); in getJarList()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DCompatibilityTest.java170 // Need to trim the directory off the JAR entry before opening the connection otherwise in getJarList()
171 // it could fail as it will try and find the entry within the JAR which may not exist. in getJarList()
180 JarEntry entry = (JarEntry) entries.nextElement(); in getJarList()
181 if (!entry.isDirectory()) { in getJarList()
182 String entryName = entry.getName(); in getJarList()
186 SerializableTestUtility.copyStreamBytes(jarFile.getInputStream(entry))); in getJarList()
/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py283 gfx10_formats = [Gfx10Format(entry) for entry in db.enum('GFX10_FORMAT').entries]
292 gfx11_formats = [Gfx10Format(entry) for entry in db.enum('GFX11_FORMAT').entries]
/third_party/node/lib/
H A Dos.js284 const entry = {
294 entry.scopeid = scopeid;
298 ArrayPrototypePush(existing, entry);
300 result[name] = [entry];
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
H A Dindex.js151 for (const entry of dirEntries) {
152 const p = resolve(path, entry.name)
153 if (entry.isDirectory() === false) {
158 if (currentDepth !== 0 || entry.name !== 'node_modules') {
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dcreate.js65 return lines.map(function (entry) {
66 return ' ' + entry;
119 lines.map(function (entry) {
120 return (current.added ? '+' : '-') + entry;

Completed in 27 milliseconds

1...<<111112113114115116117118119120>>...311