Searched refs:nodes (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | snapshot.c | 342 * two linked lists for the nodes of the tree, one for the inner nodes and 343 * one for the leave nodes. The linked leave nodes are used for fast linear 356 * struct rtree_node is a wrapper struct to link the nodes 371 struct list_head nodes; /* Radix Tree inner nodes */ member 410 * This function is used to allocate inner nodes as well as the 411 * leave nodes of the radix tree. It also adds the node to the 437 * The leave nodes nee 1200 unsigned int rtree, nodes; snapshot_additional_pages() local [all...] |
/device/soc/rockchip/common/sdk_linux/fs/ubifs/ |
H A D | recovery.c | 470 * no_more_nodes - determine if there are no more nodes in a buffer. 520 if (!list_empty(&sleb->nodes)) { in fix_unclean_leb() 523 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, list); in fix_unclean_leb() 577 * drop_last_group - drop the last group of nodes. 579 * @offs: offset of dropped nodes is returned here 582 * group of nodes of the scanned LEB. 586 while (!list_empty(&sleb->nodes)) { in drop_last_group() 590 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, list); in drop_last_group() 607 * @offs: offset of dropped nodes is returned here 616 if (!list_empty(&sleb->nodes)) { in drop_last_node() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_wlfc.c | 412 entry = &ctx->destination_entries.nodes[entry_idx]; in _dhd_wlfc_enque_afq() 445 entry = &ctx->destination_entries.nodes[hslot]; in _dhd_wlfc_deque_afq() 634 wlfc_mac_descriptor_t* table = ctx->destination_entries.nodes; in _dhd_wlfc_find_table_entry() 1147 hslot = (uint)(entry - &ctx->destination_entries.nodes[0]); in _dhd_wlfc_pretx_pktprocess() 1309 /* search all entries, include nodes as well as interfaces */ in _dhd_wlfc_deque_delayedq() 1762 /* flush psq, search all entries, include nodes as well as interfaces */ in _dhd_wlfc_cleanup() 1868 (int)(entry - &ctx->destination_entries.nodes[0]))); in _dhd_wlfc_mac_entry_update() 2110 ((athost_wl_status_info_t*)dhdp->wlfc_state)->destination_entries.nodes; in _dhd_wlfc_find_mac_desc_id_from_mac() 2149 entry = &ctx->destination_entries.nodes[hslot]; in dhd_wlfc_suppressed_acked_update() 2659 table = wlfc->destination_entries.nodes; in _dhd_wlfc_mac_table_update() [all...] |
H A D | dhd_wlfc.h | 533 /** table for individual nodes */ 534 wlfc_mac_descriptor_t nodes[WLFC_MAC_DESC_TABLE_SIZE]; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/ |
H A D | cryp_symc.c | 59 /* Multi nodes added status, finished or finished */ 363 /* if the total length don't aligned with block size, split joint the follow nodes. */ in symc_add_next_node() 367 /* The next node large than tail size, just split it to 2 nodes. */ in symc_add_next_node() 390 /* The next node less than tail size, add it to nodes list. */ in symc_add_next_node() 413 hi_u32 i, nodes, cur, total_len; in symc_add_buf_list() local 426 * select the minimum numbers of nodes to calculate. in symc_add_buf_list() 428 nodes = crypto_min(SYMC_INT_LEVEL, hisi_ctx->total_nodes - hisi_ctx->cur_nodes); in symc_add_buf_list() 431 for (i = 0; i < nodes; i++) { in symc_add_buf_list() 446 /* For each compute, the total length of valid nodes list in symc_add_buf_list() 457 /* gcm add nodes finishe in symc_add_buf_list() [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 1355 * between these nodes are slowed down, to allow things to settle down. 1364 /* Handle placement on systems where not all nodes are directly connected. */ 1371 * All nodes are directly connected, and the same distance in score_nearby_nodes() 1380 * which should be ok given the number of nodes rarely exceeds 8. in score_nearby_nodes() 1387 * The furthest away nodes in the system are not interesting in score_nearby_nodes() 1396 * of nodes, and move tasks towards the group with the most in score_nearby_nodes() 1397 * memory accesses. When comparing two nodes at distance in score_nearby_nodes() 1398 * "hoplimit", only nodes closer by than "hoplimit" are part in score_nearby_nodes() 1399 * of each group. Skip other nodes. in score_nearby_nodes() 1405 /* Add up the faults from nearby nodes in score_nearby_nodes() 2360 nodemask_t nodes; preferred_group_nid() local [all...] |
Completed in 27 milliseconds