/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_events.c | 267 list_for_each_entry(waiter, &ev->wq.head, wait.entry) in destroy_event() 639 list_for_each_entry(waiter, &ev->wq.head, wait.entry) in set_event()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 245 bool dc_dmub_srv_get_dmub_outbox0_msg(const struct dc *dc, struct dmcub_trace_buf_entry *entry) in dc_dmub_srv_get_dmub_outbox0_msg() argument 248 return dmub_srv_get_outbox0_msg(dmub, entry); in dc_dmub_srv_get_dmub_outbox0_msg()
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | rw.c | 602 list_del_init(&wait->entry); in io_async_buf_func() 611 * we prepare a private wait_page_queue entry and retry the operation. This 644 INIT_LIST_HEAD(&wait->wait.entry); in io_rw_should_retry()
|
/kernel/linux/linux-6.6/drivers/cxl/core/ |
H A D | mbox.c | 703 * Iterate over each entry in the CEL and determine if the driver supports the 801 u32 size = le32_to_cpu(gsl->entry[i].size); in cxl_enumerate_cmds() 802 uuid_t uuid = gsl->entry[i].uuid; in cxl_enumerate_cmds()
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | pt.c | 569 * @offset: offset of the first entry in this table in the buffer 571 * @last: index of the last initialized entry in this table 572 * @z_count: how many times the first entry repeats 615 /* make -1 stand for the last table entry */ 671 * In case of singe-entry ToPA, always put the self-referencing END in topa_alloc() 672 * link as the 2nd entry in the table in topa_alloc() 697 * accordingly; otherwise, add a END=1 link entry to @topa to the current 729 /* single-entry ToPA is a special case */ in topa_table_full() 800 pr_debug("# entry @%p (%lx sz %u %c%c%c) raw=%16llx\n", in pt_topa_dump() 822 * Advance the current pointers in the buffer to the next ToPA entry [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.h | 259 u64 lmt_map_ent_w1; /* Preseving the word1 of lmtst map table entry*/ 877 bool rvu_npc_enable_mcam_by_entry_index(struct rvu *rvu, int entry, int intf, bool enable); 902 int blkaddr, u16 src, struct mcam_entry *entry,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 408 struct list_head entry; member 428 struct list_head entry; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sgi/ |
H A D | ioc3-eth.c | 434 /* Now go on to the next ring entry. */ in ioc3_rx() 610 static inline void ioc3_tx_unmap(struct ioc3_private *ip, int entry) in ioc3_tx_unmap() argument 615 desc = &ip->txr[entry]; in ioc3_tx_unmap()
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defxx.h | 644 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE]; member 666 PI_LAN_ADDR entry[PI_CMD_ADDR_FILTER_K_SIZE]; member 957 #define PI_LOG_ENTRY_K_INDEX_MIN 0 /* Minimum index for entry */
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-ioctl.c | 722 e_idx = &idx->entry[idx->entries]; in _cx18_process_idx_data() 742 e_idx = &idx->entry[idx->entries]; in _cx18_process_idx_data() 823 /* Extract the Index entry data from the MDL and buffers */ in cx18_g_enc_index()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu10_hwmgr.c | 921 unsigned long entry, struct pp_power_state *ps) in smu10_dpm_get_pp_table_entry() 930 result = pp_tables_get_entry(hwmgr, entry, ps, in smu10_dpm_get_pp_table_entry() 920 smu10_dpm_get_pp_table_entry(struct pp_hwmgr *hwmgr, unsigned long entry, struct pp_power_state *ps) smu10_dpm_get_pp_table_entry() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_atomic.c | 1830 struct drm_debugfs_entry *entry = m->private; in drm_state_info() local 1831 struct drm_device *dev = entry->dev; in drm_state_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_ggtt.c | 346 "First entry = %d; Num entries = %d (max=%d)\n", in gen8_ggtt_clear_range() 494 "First entry = %d; Num entries = %d (max=%d)\n", in gen6_ggtt_clear_range() 592 struct drm_mm_node *entry; in init_ggtt() local 662 drm_mm_for_each_hole(entry, &ggtt->vm.mm, hole_start, hole_end) { in init_ggtt()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r300.c | 119 uint64_t entry) in rv370_pcie_gart_set_page() 126 writel(entry, ((void __iomem *)ptr) + (i * 4)); in rv370_pcie_gart_set_page() 118 rv370_pcie_gart_set_page(struct radeon_device *rdev, unsigned i, uint64_t entry) rv370_pcie_gart_set_page() argument
|
H A D | rs600.c | 661 uint64_t entry) in rs600_gart_set_page() 664 writeq(entry, ptr + (i * 8)); in rs600_gart_set_page() 660 rs600_gart_set_page(struct radeon_device *rdev, unsigned i, uint64_t entry) rs600_gart_set_page() argument
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | intel8x0m.c | 1015 static void snd_intel8x0m_proc_read(struct snd_info_entry * entry, in snd_intel8x0m_proc_read() argument 1018 struct intel8x0m *chip = entry->private_data; in snd_intel8x0m_proc_read()
|
H A D | via82xx_modem.c | 908 static void snd_via82xx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_via82xx_proc_read() argument 910 struct via82xx_modem *chip = entry->private_data; in snd_via82xx_proc_read()
|
H A D | atiixp.c | 1513 static void snd_atiixp_proc_read(struct snd_info_entry *entry, in snd_atiixp_proc_read() argument 1516 struct atiixp *chip = entry->private_data; in snd_atiixp_proc_read()
|
H A D | atiixp_modem.c | 1141 static void snd_atiixp_proc_read(struct snd_info_entry *entry, in snd_atiixp_proc_read() argument 1144 struct atiixp_modem *chip = entry->private_data; in snd_atiixp_proc_read()
|
/kernel/linux/linux-6.6/tools/testing/cxl/test/ |
H A D | mem.c | 108 struct cxl_gsl_entry entry; member 113 .entry = {
|
/kernel/linux/linux-6.6/sound/isa/opti9xx/ |
H A D | miro.c | 887 static void snd_miro_proc_read(struct snd_info_entry * entry, in snd_miro_proc_read() argument 890 struct snd_miro *miro = (struct snd_miro *) entry->private_data; in snd_miro_proc_read()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 1020 [&name]( const note_tag_t& entry ) { return entry.name == name; } ); in note()
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 42 Elf64_Addr entry, in checkHeader() 57 EXPECT_EQ( reader.get_entry(), entry ); in checkHeader() 721 // Set program entry point in TEST() 774 // Set program entry point in TEST() 827 // Set program entry point in TEST() 880 // Set program entry point in TEST() 35 checkHeader( const elfio& reader, unsigned char nClass, unsigned char encoding, unsigned char elfVersion, Elf_Half type, Elf_Half machine, Elf_Word version, Elf64_Addr entry, Elf_Word flags, Elf_Half secNum, Elf_Half segNum, unsigned char OSABI, unsigned char ABIVersion ) checkHeader() argument
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp3dsp.asm | 329 ; At entry (we assume): 356 ; Since r1 is free at entry, we calculate the Js first.
|
/third_party/gn/src/gn/ |
H A D | functions.cc | 1066 for (const auto& entry : scope->GetTemplateInvocationEntries()) { 1067 output.append(" " + entry.Describe() + "\n");
|