Searched refs:ns_next (Results 1 – 4 of 4) sorted by relevance
| /drivers/nvdimm/ |
| A D | label.c | 353 return preamble_index(ndd, ndd->ns_next, nsindex, in preamble_next() 505 ndd->ns_next = nd_label_next_nsindex(ndd->ns_current); in nd_label_data_init() 717 WARN_ON(index != ndd->ns_next); in nd_label_write_index() 720 ndd->ns_next = nd_label_next_nsindex(ndd->ns_next); in nd_label_write_index() 721 WARN_ON(ndd->ns_current == ndd->ns_next); in nd_label_write_index() 948 rc = nd_label_write_index(ndd, ndd->ns_next, in __pmem_label_update() 993 if (ndd->ns_current == -1 || ndd->ns_next == -1) in init_labels() 1006 ndd->ns_next = 1; in init_labels() 1053 return nd_label_write_index(ndd, ndd->ns_next, in del_labels()
|
| A D | dimm.c | 49 ndd->ns_next = -1; in nvdimm_probe()
|
| A D | nd.h | 34 int ns_current, ns_next; member 346 return to_namespace_index(ndd, ndd->ns_next); in to_next_namespace_index()
|
| /drivers/net/ethernet/ti/icssg/ |
| A D | icss_iep.c | 533 u64 ns, ns_next; in icss_iep_cap_cmp_work() local 543 ns_next = ns + iep->period; in icss_iep_cap_cmp_work() 544 writel(lower_32_bits(ns_next), in icss_iep_cap_cmp_work() 547 writel(upper_32_bits(ns_next), in icss_iep_cap_cmp_work() 554 dev_dbg(iep->dev, "IEP:pps ts: %llu next:%llu:\n", ns, ns_next); in icss_iep_cap_cmp_work()
|
Completed in 11 milliseconds