Home
last modified time | relevance | path

Searched refs:initstate (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c343 #define add_dyn_dbg(name, id, initstate) do { \ in b43legacy_add_dynamic_debug() argument
344 e->dyn_debug[id] = (initstate); \ in b43legacy_add_dynamic_debug()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-zram10 What: /sys/block/zram<id>/initstate
14 The initstate file is read-only and shows the initialization
H A Dsysfs-module44 What: /sys/module/*/initstate
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch208 + value of the rear pointer; this is so successive calls to initstate won't
211 + setstate so that it doesn't matter when initstate is called.
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c650 #define add_dyn_dbg(name, id, initstate) do { \ in b43_add_dynamic_debug() argument
651 e->dyn_debug[id] = (initstate); \ in b43_add_dynamic_debug()
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst197 initstate RO shows the initialization state of the device
/openbmc/linux/drivers/block/zram/
H A Dzram_drv.c2161 static DEVICE_ATTR_RO(initstate);
/openbmc/linux/kernel/module/
H A Dmain.c908 __ATTR(initstate, 0444, show_initstate, NULL);