Searched refs:maxage (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/unicode/ |
H A D | mkutf8data.c | 349 unsigned int maxage; member 428 printf("%s_%x root %p\n", tree->type, tree->maxage, tree->root); in tree_walk() 668 printf("Pruning %s_%x\n", tree->type, tree->maxage); in prune() 826 printf("Marking %s_%x\n", tree->type, tree->maxage); in mark_nodes() 959 printf("Indexing %s_%x: %d\n", tree->type, tree->maxage, index); in index_nodes() 1070 printf("Sizing %s_%x\n", tree->type, tree->maxage); in size_nodes() 1208 printf("Emitting %s_%x\n", tree->type, tree->maxage); in emit() 1600 unsigned int maxage; in trees_init() local 1610 maxage = nextage; in trees_init() 1615 data->correction < maxage) in trees_init() [all …]
|
H A D | utf8-core.c | 168 while (version < table[i].maxage) in find_table_version() 170 if (version > table[i].maxage) in find_table_version()
|
H A D | utf8n.h | 64 unsigned int maxage; member
|
H A D | utf8-norm.c | 398 um->ntab[n]->maxage) in utf8nlen() 513 u8c->um->ntab[u8c->n]->maxage) { in utf8byte()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.h | 286 u64 maxage; /* Shared */ member 330 u64 maxage; member
|
H A D | sja1105_main.c | 178 .maxage = 0xFF, in sja1105_init_mac_settings() 388 .maxage = SJA1105_AGEING_TIME_MS(300000), in sja1105_init_l2_lookup_params() 2779 unsigned int maxage; in sja1105_set_ageing_time() local 2784 maxage = SJA1105_AGEING_TIME_MS(ageing_time); in sja1105_set_ageing_time() 2786 if (l2_lookup_params->maxage == maxage) in sja1105_set_ageing_time() 2789 l2_lookup_params->maxage = maxage; in sja1105_set_ageing_time()
|
H A D | sja1105_static_config.c | 293 sja1105_packing(buf, &entry->maxage, 31, 17, size, op); in sja1105et_l2_lookup_params_entry_packing() 312 sja1105_packing(buf, &entry->maxage, 57, 43, size, op); in sja1105pqrs_l2_lookup_params_entry_packing() 334 sja1105_packing(buf, &entry->maxage, 69, 55, size, op); in sja1110_l2_lookup_params_entry_packing() 465 sja1105_packing(buf, &entry->maxage, 32, 25, size, op); in sja1105et_mac_config_entry_packing() 499 sja1105_packing(buf, &entry->maxage, 64, 57, size, op); in sja1105pqrs_mac_config_entry_packing() 532 sja1105_packing(buf, &entry->maxage, 63, 56, size, op); in sja1110_mac_config_entry_packing()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci.c | 638 uint64_t maxage = FRAME_TIMER_NS * ehci->maxframes * 4; in ehci_queues_rip_unused() local 647 if (ehci->last_run_ns < q->ts + maxage) { in ehci_queues_rip_unused()
|