Home
last modified time | relevance | path

Searched refs:keep (Results 1 - 25 of 119) sorted by relevance

12345

/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dearly_printk.c344 int keep; in setup_early_printk() local
352 keep = (strstr(buf, "keep") != NULL); in setup_early_printk()
358 early_console_register(&early_serial_console, keep); in setup_early_printk()
364 early_console_register(&early_serial_console, keep); in setup_early_printk()
369 early_console_register(&early_serial_console, keep); in setup_early_printk()
378 early_console_register(&early_vga_console, keep); in setup_early_printk()
382 early_console_register(&early_dbgp_console, keep); in setup_early_printk()
386 early_console_register(&xenboot_console, keep); in setup_early_printk()
390 early_xdbc_parse_parameter(buf + 4, keep); in setup_early_printk()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dearly_printk.c344 int keep; in setup_early_printk() local
352 keep = (strstr(buf, "keep") != NULL); in setup_early_printk()
358 early_console_register(&early_serial_console, keep); in setup_early_printk()
364 early_console_register(&early_serial_console, keep); in setup_early_printk()
369 early_console_register(&early_serial_console, keep); in setup_early_printk()
378 early_console_register(&early_vga_console, keep); in setup_early_printk()
382 early_console_register(&early_dbgp_console, keep); in setup_early_printk()
386 early_console_register(&xenboot_console, keep); in setup_early_printk()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_pm.c76 LIST_HEAD(keep); in i915_gem_suspend_late()
79 list_move_tail(&obj->mm.link, &keep); in i915_gem_suspend_late()
96 list_splice_tail(&keep, *phase); in i915_gem_suspend_late()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c107 * @keep: existing fence to test
110 * Either keep the existing fence or the new one, depending which one is later.
112 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later() argument
115 if (*keep && dma_fence_is_later(*keep, fence)) in amdgpu_sync_keep_later()
118 dma_fence_put(*keep); in amdgpu_sync_keep_later()
119 *keep = dma_fence_get(fence); in amdgpu_sync_keep_later()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c109 * @keep: existing fence to test
112 * Either keep the existing fence or the new one, depending which one is later.
114 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later() argument
117 if (*keep && dma_fence_is_later(*keep, fence)) in amdgpu_sync_keep_later()
120 dma_fence_put(*keep); in amdgpu_sync_keep_later()
121 *keep = dma_fence_get(fence); in amdgpu_sync_keep_later()
/kernel/linux/linux-5.10/net/dsa/
H A Dtag_8021q.c368 bool *keep) in dsa_8021q_crosschip_link_del()
370 *keep = !refcount_dec_and_test(&c->refcount); in dsa_8021q_crosschip_link_del()
372 if (*keep) in dsa_8021q_crosschip_link_del()
433 bool keep; in dsa_8021q_crosschip_bridge_leave() local
436 dsa_8021q_crosschip_link_del(ctx, c, &keep); in dsa_8021q_crosschip_bridge_leave()
437 if (keep) in dsa_8021q_crosschip_bridge_leave()
366 dsa_8021q_crosschip_link_del(struct dsa_8021q_context *ctx, struct dsa_8021q_crosschip_link *c, bool *keep) dsa_8021q_crosschip_link_del() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Dnotify.c91 nvif_notify_func(struct nvif_notify *notify, bool keep) in nvif_notify_func() argument
96 if (!keep) in nvif_notify_func()
136 ret = nvif_notify_func(notify, client->driver->keep); in nvif_notify()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dstash.c88 unsigned int keep; member
113 bool keep; member
1483 bool keep = false; in hmdfs_restore_file() local
1509 keep = true; in hmdfs_restore_file()
1518 keep = true; in hmdfs_restore_file()
1522 if (pinned_info && !keep) in hmdfs_restore_file()
1524 ctx->keep = keep; in hmdfs_restore_file()
1526 hmdfs_info("peer 0x%x:0x%llx ino 0x%llx restore err %d keep %d", in hmdfs_restore_file()
1527 conn->owner, conn->device_id, inum, err, ctx->keep); in hmdfs_restore_file()
1624 hmdfs_update_restore_stats(struct hmdfs_restore_stats *stats, bool keep, uint64_t pages, int err) hmdfs_update_restore_stats() argument
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dstash.c88 unsigned int keep; member
113 bool keep; member
1468 bool keep = false; in hmdfs_restore_file() local
1494 keep = true; in hmdfs_restore_file()
1503 keep = true; in hmdfs_restore_file()
1507 if (pinned_info && !keep) in hmdfs_restore_file()
1509 ctx->keep = keep; in hmdfs_restore_file()
1511 hmdfs_info("peer 0x%x:0x%llx ino 0x%llx restore err %d keep %d", in hmdfs_restore_file()
1512 conn->owner, conn->device_id, inum, err, ctx->keep); in hmdfs_restore_file()
1609 hmdfs_update_restore_stats(struct hmdfs_restore_stats *stats, bool keep, uint64_t pages, int err) hmdfs_update_restore_stats() argument
[all...]
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dmoddivsi3.S40 stc ccr,S2L ; keep the sign in bit 3 of S2L
59 stc ccr,S2L ; keep the sign in bit 3 of S2L
H A Dmodsi3.S40 stc ccr,S2L ; keep the sign in bit 3 of S2L
59 stc ccr,S2L ; keep the sign in bit 3 of S2L
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_main.c227 /* Let sja1105_bridge_stp_state_set() keep address learning in sja1105_init_mac_settings()
1462 bool keep) in sja1105_static_fdb_change()
1473 if (!keep) in sja1105_static_fdb_change()
1493 if (keep) { in sja1105_static_fdb_change()
1639 bool keep; in sja1105et_fdb_del() local
1656 keep = true; in sja1105et_fdb_del()
1658 keep = false; in sja1105et_fdb_del()
1661 index, &l2_lookup, keep); in sja1105et_fdb_del()
1665 return sja1105_static_fdb_change(priv, port, &l2_lookup, keep); in sja1105et_fdb_del()
1764 bool keep; in sja1105pqrs_fdb_del() local
1460 sja1105_static_fdb_change(struct sja1105_private *priv, int port, const struct sja1105_l2_lookup_entry *requested, bool keep) sja1105_static_fdb_change() argument
2524 bool keep = true; sja1105_vlan_del() local
2865 bool keep = false; sja1105_mirror_apply() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dsleep.S70 ldr r8, [r6] @ keep original value for resume
106 @ We keep the change-down close to the actual suspend on SDRAM
113 ldr r8, [r6] @ keep original value for resume
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dsleep.S71 ldr r8, [r6] @ keep original value for resume
107 @ We keep the change-down close to the actual suspend on SDRAM
114 ldr r8, [r6] @ keep original value for resume
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Deeh_pe.c405 bool keep, recover; in eeh_pe_tree_remove() local
436 keep = !!(pe->state & EEH_PE_KEEP); in eeh_pe_tree_remove()
438 WARN_ON(keep && !recover); in eeh_pe_tree_remove()
440 if (!keep && !recover) { in eeh_pe_tree_remove()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Deeh_pe.c406 bool keep, recover; in eeh_pe_tree_remove() local
437 keep = !!(pe->state & EEH_PE_KEEP); in eeh_pe_tree_remove()
439 WARN_ON(keep && !recover); in eeh_pe_tree_remove()
441 if (!keep && !recover) { in eeh_pe_tree_remove()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h17 bool keep; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h17 bool keep; member
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev67-strrchr.S69 nop # : Latency=2, extra map slot (keep nop with cmov)
73 nop # : keep with cmovne
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev67-strrchr.S69 nop # : Latency=2, extra map slot (keep nop with cmov)
73 nop # : keep with cmovne
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool.c41 static bool pool_free_older_than(struct intel_gt_buffer_pool *pool, long keep) in pool_free_older_than() argument
64 if (!age || jiffies - age < keep) in pool_free_older_than()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool.c37 static bool pool_free_older_than(struct intel_gt_buffer_pool *pool, long keep) in pool_free_older_than() argument
60 if (!age || jiffies - age < keep) in pool_free_older_than()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4client.c453 * "drop," but server trunking discovery claims "drop" and "keep" are
454 * actually the same server. Swap the callback IDs so that "keep"
456 * and so that "keep"'s original callback ident is destroyed when
459 static void nfs4_swap_callback_idents(struct nfs_client *keep, in nfs4_swap_callback_idents() argument
462 struct nfs_net *nn = net_generic(keep->cl_net, nfs_net_id); in nfs4_swap_callback_idents()
463 unsigned int save = keep->cl_cb_ident; in nfs4_swap_callback_idents()
465 if (keep->cl_cb_ident == drop->cl_cb_ident) in nfs4_swap_callback_idents()
469 __func__, keep->cl_cb_ident, drop->cl_cb_ident); in nfs4_swap_callback_idents()
473 idr_replace(&nn->cb_ident_idr, keep, drop->cl_cb_ident); in nfs4_swap_callback_idents()
474 keep in nfs4_swap_callback_idents()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4client.c487 * "drop," but server trunking discovery claims "drop" and "keep" are
488 * actually the same server. Swap the callback IDs so that "keep"
490 * and so that "keep"'s original callback ident is destroyed when
493 static void nfs4_swap_callback_idents(struct nfs_client *keep, in nfs4_swap_callback_idents() argument
496 struct nfs_net *nn = net_generic(keep->cl_net, nfs_net_id); in nfs4_swap_callback_idents()
497 unsigned int save = keep->cl_cb_ident; in nfs4_swap_callback_idents()
499 if (keep->cl_cb_ident == drop->cl_cb_ident) in nfs4_swap_callback_idents()
503 __func__, keep->cl_cb_ident, drop->cl_cb_ident); in nfs4_swap_callback_idents()
507 idr_replace(&nn->cb_ident_idr, keep, drop->cl_cb_ident); in nfs4_swap_callback_idents()
508 keep in nfs4_swap_callback_idents()
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dconfig40 --keep-case|-k Keep next symbols' case (dont' upper-case it)
45 By default, $myname will upper-case the given symbol. Use --keep-case to keep
146 --keep-case|-k)

Completed in 20 milliseconds

12345