Home
last modified time | relevance | path

Searched refs:tops (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/pan/cgi/
H A Dreconsile.cgi152 @tops = ();
155 push(@tops, copy_record(@$rtcs[0]));
158 @tops = sort { $a->{TAG} cmp $b->{TAG}
162 || $a->{STATUS} cmp $b->{STATUS}} @tops;
164 $LCR = $tops[0];
/kernel/linux/linux-6.6/drivers/watchdog/
H A Ddw_wdt.c423 static void dw_wdt_handle_tops(struct dw_wdt *dw_wdt, const u32 *tops) in dw_wdt_handle_tops() argument
437 tout.sec = tops[val] / dw_wdt->rate; in dw_wdt_handle_tops()
438 msec = (u64)tops[val] * MSEC_PER_SEC; in dw_wdt_handle_tops()
462 const u32 *tops; in dw_wdt_init_timeouts() local
472 tops = dw_wdt_fix_tops; in dw_wdt_init_timeouts()
475 "snps,watchdog-tops", of_tops, DW_WDT_NUM_TOPS, in dw_wdt_init_timeouts()
479 tops = dw_wdt_fix_tops; in dw_wdt_init_timeouts()
481 tops = of_tops; in dw_wdt_init_timeouts()
486 dw_wdt_handle_tops(dw_wdt, tops); in dw_wdt_init_timeouts()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Ddw_wdt.c426 static void dw_wdt_handle_tops(struct dw_wdt *dw_wdt, const u32 *tops) in dw_wdt_handle_tops() argument
440 tout.sec = tops[val] / dw_wdt->rate; in dw_wdt_handle_tops()
441 msec = (u64)tops[val] * MSEC_PER_SEC; in dw_wdt_handle_tops()
465 const u32 *tops; in dw_wdt_init_timeouts() local
475 tops = dw_wdt_fix_tops; in dw_wdt_init_timeouts()
478 "snps,watchdog-tops", of_tops, DW_WDT_NUM_TOPS, in dw_wdt_init_timeouts()
482 tops = dw_wdt_fix_tops; in dw_wdt_init_timeouts()
484 tops = of_tops; in dw_wdt_init_timeouts()
489 dw_wdt_handle_tops(dw_wdt, tops); in dw_wdt_init_timeouts()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dnode.js168 this.tops = new Set()
679 root.tops.add(this)
681 root.tops.delete(this)
692 for (const child of root.tops) {
712 // can't possibly have a parent, because it's in tops
720 root.tops.delete(child)
854 // Linked targets that are disconnected from the tree are tops,
1266 root.tops.delete(this)
/third_party/libwebsockets/lib/roles/mqtt/
H A Dmqtt.c2130 uint32_t tops; in lws_mqtt_client_send_subcribe() local
2204 tops = sub->num_topics - extant; in lws_mqtt_client_send_subcribe()
2219 __func__, (int)tops, (int)rem_len); in lws_mqtt_client_send_subcribe()
2316 uint32_t tops; in lws_mqtt_client_send_unsubcribe() local
2368 tops = orphaned; in lws_mqtt_client_send_unsubcribe()
2389 __func__, (int)tops, (int)rem_len); in lws_mqtt_client_send_unsubcribe()

Completed in 7 milliseconds