Home
last modified time | relevance | path

Searched refs:bsr_stride (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Dbsr.c48 unsigned bsr_stride; /* interval at which BSR repeats in the page */ member
91 return sprintf(buf, "%u\n", bsr_dev->bsr_stride); in bsr_stride_show()
93 static DEVICE_ATTR_RO(bsr_stride);
169 const u32 *bsr_stride; in bsr_add_node() local
174 bsr_stride = of_get_property(bn, "ibm,lock-stride", &bsr_stride_len); in bsr_add_node()
177 if (!bsr_stride || !bsr_bytes || in bsr_add_node()
208 cur->bsr_stride = bsr_stride[i]; in bsr_add_node()
/kernel/linux/linux-6.6/drivers/char/
H A Dbsr.c47 unsigned bsr_stride; /* interval at which BSR repeats in the page */ member
89 return sprintf(buf, "%u\n", bsr_dev->bsr_stride); in bsr_stride_show()
91 static DEVICE_ATTR_RO(bsr_stride);
172 const u32 *bsr_stride; in bsr_add_node() local
177 bsr_stride = of_get_property(bn, "ibm,lock-stride", &bsr_stride_len); in bsr_add_node()
180 if (!bsr_stride || !bsr_bytes || in bsr_add_node()
211 cur->bsr_stride = bsr_stride[i]; in bsr_add_node()

Completed in 2 milliseconds