| /linux/tools/perf/util/ |
| H A D | unwind-libunwind.c | 15 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument 29 if (initialized) in unwind__prepare_access() 30 *initialized = true; in unwind__prepare_access() 61 if (initialized) in unwind__prepare_access() 62 *initialized = err ? false : true; in unwind__prepare_access()
|
| H A D | unwind.h | 46 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized); 52 bool *initialized __maybe_unused) in unwind__prepare_access() 74 bool *initialized __maybe_unused) in unwind__prepare_access()
|
| /linux/fs/cramfs/ |
| H A D | uncompress.c | 28 static int initialized; variable 61 if (!initialized++) { in cramfs_uncompress_init() 64 initialized = 0; in cramfs_uncompress_init() 76 if (!--initialized) { in cramfs_uncompress_exit()
|
| /linux/security/integrity/ima/ |
| H A D | ima_efi.c | 36 static bool initialized; arch_ima_get_secureboot() local
|
| /linux/security/integrity/platform_certs/ |
| H A D | machine_keyring.c | 66 static bool initialized; in trust_moklist() local 69 if (!initialized) { in trust_moklist() 70 initialized = true; in trust_moklist()
|
| /linux/arch/mips/loongson2ef/lemote-2f/ |
| H A D | pm.c | 80 static int initialized; variable 123 if (initialized == 0) { in wakeup_loongson() 126 initialized = 1; in wakeup_loongson()
|
| /linux/samples/mei/ |
| H A D | mei-amt-version.c | 94 bool initialized; member 108 cl->initialized = false; in mei_deinit() 127 me->initialized = true; in mei_init() 299 bool initialized; member 307 acmd->initialized = mei_init(&acmd->mei_cl, &MEI_IAMTHIF, 0, verbose); in amt_host_if_init() 308 return acmd->initialized; in amt_host_if_init() 314 acmd->initialized = false; in amt_host_if_deinit()
|
| /linux/drivers/usb/typec/ucsi/ |
| H A D | displayport.c | 26 bool initialized; member 60 if (!dp->override && dp->initialized) { in ucsi_displayport_enter() 210 if (!dp->override && dp->initialized) { in ucsi_displayport_vdm() 248 if (dp->initialized) in ucsi_displayport_vdm() 251 dp->initialized = true; in ucsi_displayport_vdm() 306 dp->initialized = false; in ucsi_displayport_remove_partner()
|
| /linux/tools/testing/selftests/vfio/lib/ |
| H A D | vfio_pci_driver.c | 39 VFIO_ASSERT_EQ(driver->initialized, op != driver->ops->init); in vfio_check_driver_op() 57 driver->initialized = true; in vfio_pci_driver_init() 67 driver->initialized = false; in vfio_pci_driver_remove()
|
| /linux/tools/perf/util/perf-regs-arch/ |
| H A D | perf_regs_aarch64.c | 31 static int initialized; in sdt_init_op_regex() local 34 if (initialized) in sdt_init_op_regex() 45 initialized = 1; in sdt_init_op_regex()
|
| H A D | perf_regs_powerpc.c | 32 static int initialized; in sdt_init_op_regex() local 35 if (initialized) in sdt_init_op_regex() 46 initialized = 1; in sdt_init_op_regex()
|
| H A D | perf_regs_x86.c | 111 static int initialized; in sdt_init_op_regex() local 114 if (initialized) in sdt_init_op_regex() 123 initialized = 1; in sdt_init_op_regex()
|
| /linux/drivers/s390/cio/ |
| H A D | vfio_ccw_cp.c | 719 if (cp->initialized) in cp_init() 741 cp->initialized = true; in cp_init() 762 if (!cp->initialized) in cp_free() 765 cp->initialized = false; in cp_free() 820 if (!cp->initialized) in cp_prefetch() 861 if (!cp->initialized) in cp_get_orb() 908 if (!cp->initialized) in cp_update_scsw() 953 if (!cp->initialized) in cp_iova_pinned()
|
| /linux/drivers/w1/ |
| H A D | w1_int.c | 44 dev->initialized = 0; in w1_alloc_dev() 133 dev->initialized = 1; in w1_add_master_device() 224 if (!dev->initialized) in w1_remove_master_device()
|
| /linux/arch/microblaze/kernel/ |
| H A D | timer.c | 249 static int initialized; in xilinx_timer_init() local 258 if (initialized) in xilinx_timer_init() 261 initialized = 1; in xilinx_timer_init()
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | i2c-matroxfb.c | 119 b->initialized = !err; in i2c_bus_reg() 124 if (b->initialized) { in i2c_bit_bus_del() 126 b->initialized = 0; in i2c_bit_bus_del()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_fence.c | 793 rdev->fence_drv[ring].initialized = true; in radeon_fence_driver_start_ring() 819 rdev->fence_drv[ring].initialized = false; in radeon_fence_driver_init_ring() 861 if (!rdev->fence_drv[ring].initialized) in radeon_fence_driver_fini() 871 rdev->fence_drv[ring].initialized = false; in radeon_fence_driver_fini() 887 if (rdev->fence_drv[ring].initialized) { in radeon_fence_driver_force_completion() 904 if (!rdev->fence_drv[i].initialized) in radeon_debugfs_fence_info_show() 916 if (i != j && rdev->fence_drv[j].initialized) in radeon_debugfs_fence_info_show()
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-request-ioc-reinit.rst | 38 be re-initialized and it is ready to be used again. 40 A request can only be re-initialized if it either has not been queued
|
| /linux/Documentation/RCU/ |
| H A D | NMI-RCU.rst | 71 data that is to be used by the callback must be initialized up -before- 74 initialized values:: 110 initialized some data that is to be used by the new NMI 114 to the new NMI handler, but the old pre-initialized
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | or51211.c | 51 u8 initialized:1; member 358 if (!state->initialized) { in or51211_init() 474 state->initialized = 1; in or51211_init() 511 state->initialized = 0; in or51211_attach()
|
| /linux/drivers/misc/ |
| H A D | cs5535-mfgpt.c | 42 int initialized; member 153 if (!mfgpt->initialized) in cs5535_mfgpt_alloc_timer() 356 cs5535_mfgpt_chip.initialized = 1; in cs5535_mfgpt_probe()
|
| /linux/Documentation/filesystems/ |
| H A D | autofs-mount-control.rst | 216 This structure can be initialized before setting specific fields by using 250 implementation. It requires an initialized struct autofs_dev_ioctl as an 260 by loaded module. This call requires an initialized struct autofs_dev_ioctl 271 path. The open call requires an initialized struct autofs_dev_ioctl with 275 shown in /proc/mounts. The close call requires an initialized struct 287 Both of these calls require an initialized struct autofs_dev_ioctl 305 The call requires an initialized struct autofs_dev_ioctl with the 320 The call requires an initialized struct autofs_dev_ioctl with the 329 The call requires an initialized struct autofs_dev_ioctl with the 339 The call requires an initialized struct autofs_dev_ioctl with the path [all …]
|
| /linux/Documentation/core-api/ |
| H A D | debug-objects.rst | 74 whether the object can be initialized. Initializing is not allowed for 97 whether the object can be initialized. Initializing is not allowed for 130 allow the legitimate activation of statically allocated and initialized 191 This function is called to assert that an object has been initialized. 247 The activation of statically initialized objects is a special case. When 251 this is a legitimate case of a statically initialized object or not. In 301 The handling of statically initialized objects is a special case. The 303 initialized object or not. In this case only debug_object_init()
|
| /linux/Documentation/driver-api/mei/ |
| H A D | mei.rst | 108 ENODEV Device or Connection is not initialized or ready. 145 ENODEV Device or Connection is not initialized or ready. 173 ENODEV Device is not initialized or the client not connected 198 ENODEV Device is not initialized or the client not connected
|
| /linux/arch/riscv/include/asm/ |
| H A D | kvm_aia.h | 22 bool initialized; member 78 #define kvm_riscv_aia_initialized(k) ((k)->arch.aia.initialized)
|