/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | idr.rst | 63 致IDR无法分配内存。为了解决该问题,您可以在获取锁之前调用idr_preload(),然后在分
|
/openbmc/linux/drivers/dca/ |
H A D | dca-sysfs.c | 40 idr_preload(GFP_KERNEL); in dca_sysfs_add_provider()
|
/openbmc/linux/include/linux/ |
H A D | idr.h | 112 void idr_preload(gfp_t gfp_mask);
|
/openbmc/linux/Documentation/core-api/ |
H A D | idr.rst | 66 you can call idr_preload() before taking the lock, and then
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | context.c | 93 idr_preload(GFP_KERNEL); in cxl_context_init()
|
H A D | main.c | 200 idr_preload(GFP_KERNEL); in cxl_alloc_adapter_nr()
|
/openbmc/linux/drivers/misc/ |
H A D | tifm_core.c | 195 idr_preload(GFP_KERNEL); in tifm_add_adapter()
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_release.c | 102 idr_preload(GFP_KERNEL); in qxl_release_alloc()
|
H A D | qxl_cmd.c | 426 idr_preload(GFP_ATOMIC); in qxl_surface_id_alloc()
|
/openbmc/linux/kernel/irq/ |
H A D | timings.c | 624 idr_preload(GFP_KERNEL); in irq_timings_alloc()
|
/openbmc/linux/lib/ |
H A D | radix-tree.c | 1469 void idr_preload(gfp_t gfp_mask) in idr_preload() function 1474 EXPORT_SYMBOL(idr_preload);
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | ttm_object.c | 204 idr_preload(GFP_KERNEL); in ttm_base_object_init()
|
H A D | vmwgfx_resource.c | 191 idr_preload(GFP_KERNEL); in vmw_resource_alloc_id()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_syncobj.c | 595 idr_preload(GFP_KERNEL); in drm_syncobj_get_handle() 722 idr_preload(GFP_KERNEL); in drm_syncobj_fd_to_handle()
|
H A D | drm_gem.c | 373 idr_preload(GFP_KERNEL); in drm_gem_handle_create_tail()
|
/openbmc/linux/kernel/ |
H A D | pid.c | 211 idr_preload(GFP_KERNEL); in alloc_pid()
|
/openbmc/linux/fs/vboxsf/ |
H A D | utils.c | 28 idr_preload(GFP_KERNEL); in vboxsf_new_inode()
|
/openbmc/linux/ipc/ |
H A D | util.c | 293 idr_preload(GFP_KERNEL); in ipc_addid()
|
/openbmc/linux/drivers/memstick/core/ |
H A D | memstick.c | 517 idr_preload(GFP_KERNEL); in memstick_add_host()
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | idr-test.c | 135 idr_preload(GFP_KERNEL); in idr_nowait_test()
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 400 idr_preload(GFP_KERNEL); in inotify_add_to_idr()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_counters.c | 368 idr_preload(GFP_KERNEL); in mlx5_fc_create_ex()
|
/openbmc/linux/fs/dlm/ |
H A D | recover.c | 313 idr_preload(GFP_NOFS); in recover_idr_add()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs_cache.c | 563 idr_preload(GFP_KERNEL); in __open_id()
|
/openbmc/linux/drivers/misc/c2port/ |
H A D | core.c | 906 idr_preload(GFP_KERNEL); in c2port_device_register()
|