/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 635 * Relocate all entries in the GOT table. 636 * Bump bss entries to _edata + dtb size 638 1: ldr r1, [r11, #0] @ relocate entries in the GOT 654 * Relocate entries in the GOT table. We only relocate 655 * the entries that are outside the (relocated) BSS region. 657 1: ldr r1, [r11, #0] @ relocate entries in the GOT 1207 .error "The size of one or more proc_types entries is wrong." 1293 1: orr r3, r1, #63 << 26 @ 64 entries 1296 bcs 2b @ entries 63 to 0
|
/kernel/linux/linux-5.10/drivers/char/xillybus/ |
H A D | xillybus_core.c | 404 int entries) in xilly_setupchannels() 482 for (entry = 0; entry < entries; entry++, chandesc += 4) { in xilly_setupchannels() 601 idt_handle->entries = len >> 2; in xilly_scan_idt() 2026 idt_handle.entries); in xillybus_endpoint_discovery() 402 xilly_setupchannels(struct xilly_endpoint *ep, unsigned char *chandesc, int entries) xilly_setupchannels() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_mpc.c | 275 /*the entries of DCN3AG gamma LUTs take 18bit base values as opposed to in mpc3_program_ogam_pwl() 959 uint32_t entries, in mpc3_set3dlut_ram12() 965 for (i = 0 ; i < entries; i += 2) { in mpc3_set3dlut_ram12() 990 uint32_t entries, in mpc3_set3dlut_ram10() 996 for (i = 0; i < entries; i++) { in mpc3_set3dlut_ram10() 956 mpc3_set3dlut_ram12( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t rmu_idx) mpc3_set3dlut_ram12() argument 987 mpc3_set3dlut_ram10( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t rmu_idx) mpc3_set3dlut_ram10() argument
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 575 * Relocate all entries in the GOT table. 576 * Bump bss entries to _edata + dtb size 578 1: ldr r1, [r11, #0] @ relocate entries in the GOT 594 * Relocate entries in the GOT table. We only relocate 595 * the entries that are outside the (relocated) BSS region. 597 1: ldr r1, [r11, #0] @ relocate entries in the GOT 1143 .error "The size of one or more proc_types entries is wrong." 1229 1: orr r3, r1, #63 << 26 @ 64 entries 1232 bcs 2b @ entries 63 to 0
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | traps.c | 662 pr_cont("Hit on multiple TLB entries\n"); in machine_check_e500mc() 2316 struct ppc_emulated_entry *entries = (void *)&ppc_emulated; in ppc_warn_emulated_init() local 2323 for (i = 0; i < sizeof(ppc_emulated)/sizeof(*entries); i++) in ppc_warn_emulated_init() 2324 debugfs_create_u32(entries[i].name, 0644, dir, in ppc_warn_emulated_init() 2325 (u32 *)&entries[i].val.counter); in ppc_warn_emulated_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.c | 548 "Too many voltage entries!", in atomctrl_get_voltage_table_v3() 553 voltage_table->entries[i].value = in atomctrl_get_voltage_table_v3() 555 voltage_table->entries[i].smio_low = in atomctrl_get_voltage_table_v3() 1131 if (hwmgr->dyn_state.vddc_dependency_on_sclk->entries[entry_id].v == virtual_voltage_id) { in atomctrl_get_voltage_evv() 1146 cpu_to_le32(hwmgr->dyn_state.vddc_dependency_on_sclk->entries[entry_id].clk); in atomctrl_get_voltage_evv()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1375 kfree_sensitive(txq->entries[cmd_index].free_buf); in iwl_pcie_rx_handle_rb() 1376 txq->entries[cmd_index].free_buf = NULL; in iwl_pcie_rx_handle_rb() 1536 * hardware that cannot put multiple entries into a in iwl_pcie_rx_handle() 1622 struct msix_entry *entries = entry - queue; in iwl_pcie_get_trans_pcie() local 1624 return container_of(entries, struct iwl_trans_pcie, msix_entries[0]); in iwl_pcie_get_trans_pcie() 1714 * entries from current index up to table entry with 0 value. the result is 1715 * the interrupt we need to service, driver will set the entries back to 0 and 1736 * Collect all entries up to the first 0, starting from ict_index; in iwl_pcie_int_cause_ict()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 474 #entries have one of the following formats: 1071 --separator [, ] => separator for multiple entries on 1 line 1856 tg toggle git entries 1857 tl toggle open list entries 1858 ts toggle subscriber list entries 2034 #drop not selected entries
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | synthetic-events.c | 1069 size += threads->nr * sizeof(event->thread_map.entries[0]); in perf_event__synthesize_thread_map2() 1080 struct perf_record_thread_map_entry *entry = &event->thread_map.entries[i]; in perf_event__synthesize_thread_map2() 1643 e = &ev->id_index.entries[i++]; in perf_event__synthesize_id_index() 1927 tdata = tracing_data_get(&evlist->core.entries, fd, true); in perf_event__synthesize_tracing_data()
|
/kernel/linux/linux-5.10/drivers/vme/bridges/ |
H A D | vme_ca91cx42.c | 1140 list_add_tail(&entry->list, &list->entries); in ca91cx42_dma_list_add() 1143 if (entry->list.prev != &list->entries) { in ca91cx42_dma_list_add() 1208 entry = list_first_entry(&list->entries, struct ca91cx42_dma_entry, in ca91cx42_dma_list_exec() 1277 list_for_each_safe(pos, temp, &list->entries) { in ca91cx42_dma_list_empty()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | slave.c | 954 act = &cls->rule->action.entries[0]; in dsa_slave_add_cls_matchall_mirred() 1024 act = &cls->rule->action.entries[0]; in dsa_slave_add_cls_matchall_police() 1055 cls->rule->action.entries[0].id == FLOW_ACTION_MIRRED) in dsa_slave_add_cls_matchall() 1058 cls->rule->action.entries[0].id == FLOW_ACTION_POLICE) in dsa_slave_add_cls_matchall()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh.c | 221 int entries = 0; in mesh_rmc_check() local 233 ++entries; in mesh_rmc_check() 235 entries == RMC_QUEUE_MAX_LEN) { in mesh_rmc_check() 238 --entries; in mesh_rmc_check()
|
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | rio.c | 201 * Clears sysfs entries for the removed device. 226 * @entries: Number of entries in inbound mailbox queue 235 int entries, in rio_request_inb_mbox() 262 rc = mport->ops->open_inb_mbox(mport, dev_id, mbox, entries); in rio_request_inb_mbox() 311 * @entries: Number of entries in outbound mailbox queue 320 int entries, in rio_request_outb_mbox() 346 rc = mport->ops->open_outb_mbox(mport, dev_id, mbox, entries); in rio_request_outb_mbox() 232 rio_request_inb_mbox(struct rio_mport *mport, void *dev_id, int mbox, int entries, void (*minb) (struct rio_mport * mport, void *dev_id, int mbox, int slot)) rio_request_inb_mbox() argument 317 rio_request_outb_mbox(struct rio_mport *mport, void *dev_id, int mbox, int entries, void (*moutb) (struct rio_mport * mport, void *dev_id, int mbox, int slot)) rio_request_outb_mbox() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 224 struct flow_action_entry *action = &f->rule->action.entries[0]; in ocelot_setup_tc_cls_matchall_police() 277 a = &action->entries[0]; in ocelot_setup_tc_cls_matchall_mirred() 362 action = &f->rule->action.entries[0]; in ocelot_setup_tc_cls_matchall() 381 action = &f->rule->action.entries[0]; in ocelot_setup_tc_cls_matchall()
|
/kernel/linux/linux-6.6/drivers/rapidio/ |
H A D | rio.c | 201 * Clears sysfs entries for the removed device. 226 * @entries: Number of entries in inbound mailbox queue 235 int entries, in rio_request_inb_mbox() 262 rc = mport->ops->open_inb_mbox(mport, dev_id, mbox, entries); in rio_request_inb_mbox() 311 * @entries: Number of entries in outbound mailbox queue 320 int entries, in rio_request_outb_mbox() 346 rc = mport->ops->open_outb_mbox(mport, dev_id, mbox, entries); in rio_request_outb_mbox() 232 rio_request_inb_mbox(struct rio_mport *mport, void *dev_id, int mbox, int entries, void (*minb) (struct rio_mport * mport, void *dev_id, int mbox, int slot)) rio_request_inb_mbox() argument 317 rio_request_outb_mbox(struct rio_mport *mport, void *dev_id, int mbox, int entries, void (*moutb) (struct rio_mport * mport, void *dev_id, int mbox, int slot)) rio_request_outb_mbox() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dpp.c | 1287 uint32_t entries) in dpp3_set3dlut_ram12() 1292 for (i = 0 ; i < entries; i += 2) { in dpp3_set3dlut_ram12() 1321 uint32_t entries) in dpp3_set3dlut_ram10() 1326 for (i = 0; i < entries; i++) { in dpp3_set3dlut_ram10() 1284 dpp3_set3dlut_ram12( struct dpp *dpp_base, const struct dc_rgb *lut, uint32_t entries) dpp3_set3dlut_ram12() argument 1318 dpp3_set3dlut_ram10( struct dpp *dpp_base, const struct dc_rgb *lut, uint32_t entries) dpp3_set3dlut_ram10() argument
|
H A D | dcn30_mpc.c | 285 /*the entries of DCN3AG gamma LUTs take 18bit base values as opposed to in mpc3_program_ogam_pwl() 988 uint32_t entries, in mpc3_set3dlut_ram12() 994 for (i = 0 ; i < entries; i += 2) { in mpc3_set3dlut_ram12() 1019 uint32_t entries, in mpc3_set3dlut_ram10() 1025 for (i = 0; i < entries; i++) { in mpc3_set3dlut_ram10() 985 mpc3_set3dlut_ram12( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t rmu_idx) mpc3_set3dlut_ram12() argument 1016 mpc3_set3dlut_ram10( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t rmu_idx) mpc3_set3dlut_ram10() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1393 kfree_sensitive(txq->entries[cmd_index].free_buf); in iwl_pcie_rx_handle_rb() 1394 txq->entries[cmd_index].free_buf = NULL; in iwl_pcie_rx_handle_rb() 1555 * hardware that cannot put multiple entries into a in iwl_pcie_rx_handle() 1629 struct msix_entry *entries = entry - queue; in iwl_pcie_get_trans_pcie() local 1631 return container_of(entries, struct iwl_trans_pcie, msix_entries[0]); in iwl_pcie_get_trans_pcie() 1732 * entries from current index up to table entry with 0 value. the result is 1733 * the interrupt we need to service, driver will set the entries back to 0 and 1754 * Collect all entries up to the first 0, starting from ict_index; in iwl_pcie_int_cause_ict()
|
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | core.c | 2060 * nvmem_add_cell_table() - register a table of cell info entries 2062 * @table: table of cell info entries 2075 * @table: table of cell info entries 2086 * nvmem_add_cell_lookups() - register a list of cell lookup entries 2088 * @entries: array of cell lookup entries 2089 * @nentries: number of cell lookup entries in the array 2091 void nvmem_add_cell_lookups(struct nvmem_cell_lookup *entries, size_t nentries) in nvmem_add_cell_lookups() argument 2097 list_add_tail(&entries[i].node, &nvmem_lookup_list); in nvmem_add_cell_lookups() 2104 * entries 2109 nvmem_del_cell_lookups(struct nvmem_cell_lookup *entries, size_t nentries) nvmem_del_cell_lookups() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.c | 587 "Too many voltage entries!", in atomctrl_get_voltage_table_v3() 592 voltage_table->entries[i].value = in atomctrl_get_voltage_table_v3() 594 voltage_table->entries[i].smio_low = in atomctrl_get_voltage_table_v3() 1163 if (hwmgr->dyn_state.vddc_dependency_on_sclk->entries[entry_id].v == virtual_voltage_id) { in atomctrl_get_voltage_evv() 1178 cpu_to_le32(hwmgr->dyn_state.vddc_dependency_on_sclk->entries[entry_id].clk); in atomctrl_get_voltage_evv()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 474 #entries have one of the following formats: 1072 --separator [, ] => separator for multiple entries on 1 line 1857 tg toggle git entries 1858 tl toggle open list entries 1859 ts toggle subscriber list entries 2035 #drop not selected entries
|
/kernel/linux/linux-6.6/mm/ |
H A D | migrate.c | 282 * Get rid of all migration entries and replace them by 408 long entries, i; in folio_migrate_mapping() local 446 entries = nr; in folio_migrate_mapping() 449 entries = 1; in folio_migrate_mapping() 459 /* Swap cache still stores N entries instead of a high-order entry */ in folio_migrate_mapping() 460 for (i = 0; i < entries; i++) { in folio_migrate_mapping() 578 * migration entries. We can still have PG_anon_exclusive set on an in folio_migrate_flags()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh.c | 223 int entries = 0; in mesh_rmc_check() local 235 ++entries; in mesh_rmc_check() 237 entries == RMC_QUEUE_MAX_LEN) { in mesh_rmc_check() 240 --entries; in mesh_rmc_check()
|
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 2080 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_buf() 2087 memcpy(buf->data + off, spec->entries[i], blen); in Curl_alpn_to_proto_buf() 2102 len = strlen(spec->entries[i]); in Curl_alpn_to_proto_str() 2109 memcpy(buf->data + off, spec->entries[i], len); in Curl_alpn_to_proto_str()
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 455 int uv__io_uring_setup(int entries, struct uv__io_uring_params* params) { in uv__io_uring_setup() argument 456 return syscall(__NR_io_uring_setup, entries, params); in uv__io_uring_setup() 530 uint32_t entries, in uv__iou_init() 559 ringfd = uv__io_uring_setup(entries, ¶ms); in uv__iou_init() 528 uv__iou_init(int epollfd, struct uv__iou* iou, uint32_t entries, uint32_t flags) uv__iou_init() argument
|