/openbmc/linux/arch/ia64/mm/ |
H A D | tlb.c | 40 } purge; variable 326 while (unlikely (((1UL << nbits) & purge.mask) == 0) && in __flush_tlb_range() 327 (nbits < purge.max_bits)) in __flush_tlb_range() 329 if (nbits > purge.max_bits) in __flush_tlb_range() 330 nbits = purge.max_bits; in __flush_tlb_range() 378 if ((status = ia64_pal_vm_page_size(&tr_pgbits, &purge.mask)) != 0) { in ia64_tlb_init() 381 purge.mask = 0x115557000UL; in ia64_tlb_init() 383 purge.max_bits = ia64_fls(purge.mask); in ia64_tlb_init()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | queueing.c | 43 void wg_packet_queue_free(struct crypt_queue *queue, bool purge) in wg_packet_queue_free() argument 46 WARN_ON(!purge && !__ptr_ring_empty(&queue->ring)); in wg_packet_queue_free() 47 ptr_ring_cleanup(&queue->ring, purge ? __skb_array_destroy_skb : NULL); in wg_packet_queue_free()
|
H A D | queueing.h | 26 void wg_packet_queue_free(struct crypt_queue *queue, bool purge);
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmthread.c | 113 if (list_empty(&res->purge)) { in __dlm_lockres_calc_usage() 119 list_add_tail(&res->purge, &dlm->purge_list); in __dlm_lockres_calc_usage() 122 } else if (!list_empty(&res->purge)) { in __dlm_lockres_calc_usage() 126 list_del_init(&res->purge); in __dlm_lockres_calc_usage() 156 if (!list_empty(&res->purge)) { in __dlm_do_purge_lockres() 159 list_del_init(&res->purge); in __dlm_do_purge_lockres() 232 if (!list_empty(&res->purge)) { in dlm_purge_lockres() 235 list_del_init(&res->purge); in dlm_purge_lockres() 290 struct dlm_lock_resource, purge); in dlm_run_purge_list() 322 list_move_tail(&lockres->purge, &dlm->purge_list); in dlm_run_purge_list()
|
H A D | dlmdebug.c | 93 list_empty(&res->purge) ? "no" : "yes"); in __dlm_print_one_lock_resource() 358 list_for_each_entry(res, &dlm->purge_list, purge) { in debug_purgelist_print() 502 !list_empty(&res->purge), in dump_lockres()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_gem_shrinker.c | 48 purge(struct drm_gem_object *obj) in purge() function 88 return purge(obj); in active_purge() 113 { &priv->lru.dontneed, purge, true }, in msm_gem_shrinker_scan()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | utils.c | 113 avs_module_ida_alloc(struct avs_dev *adev, struct avs_mods_info *newinfo, bool purge) in avs_module_ida_alloc() argument 120 if (!purge && oldinfo) { in avs_module_ida_alloc() 157 int avs_module_info_init(struct avs_dev *adev, bool purge) in avs_module_info_init() argument 168 ret = avs_module_ida_alloc(adev, info, purge); in avs_module_info_init()
|
H A D | loader.c | 282 avs_hda_init_rom(struct avs_dev *adev, unsigned int dma_id, bool purge) in avs_hda_init_rom() argument 302 ret = avs_ipc_set_boot_config(adev, dma_id, purge); in avs_hda_init_rom() 598 int avs_dsp_boot_firmware(struct avs_dev *adev, bool purge) in avs_dsp_boot_firmware() argument 604 if (!purge && avs_platattr_test(adev, IMR)) { in avs_dsp_boot_firmware()
|
H A D | avs.h | 292 int avs_module_info_init(struct avs_dev *adev, bool purge); 316 int avs_dsp_boot_firmware(struct avs_dev *adev, bool purge);
|
H A D | core.c | 643 static int __maybe_unused avs_resume_common(struct avs_dev *adev, bool low_power, bool purge) in avs_resume_common() argument 657 ret = avs_dsp_boot_firmware(adev, purge); in avs_resume_common()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-buildid-cache.txt | 15 This command manages the build-id cache. It can add, remove, update and purge 48 --purge=:: 52 --purge-all::
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/ |
H A D | gbmc-ncsi-config.bb | 33 file://gbmc-ncsi-purge.service.in \ 65 ${@'' if d.getVar('GBMC_NCSI_PURGE_ETC') == '' else 'gbmc-ncsi-purge.service'} \ 154 sed -e "s,@NCSI_IF@,$if_name,g" ${UNPACKDIR}/gbmc-ncsi-purge.service.in \ 155 >${D}${systemd_system_unitdir}/gbmc-ncsi-purge.service
|
/openbmc/linux/fs/dlm/ |
H A D | user.c | 63 struct dlm_purge_params purge; member 103 kb->i.purge.nodeid = kb32->i.purge.nodeid; in compat_input() 104 kb->i.purge.pid = kb32->i.purge.pid; in compat_input() 638 error = device_user_purge(proc, &kbuf->i.purge); in device_write()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | disk-space.rst | 33 The following command is a quick way to purge all the cache files which 45 command. It has the ability to purge all but the newest cache files on each
|
/openbmc/linux/drivers/s390/char/ |
H A D | vmlogrdr.c | 245 int action, int purge) in vmlogrdr_recording() argument 263 if (purge && (action == 1)) { in vmlogrdr_recording() 295 if (purge && (action == 0)) { in vmlogrdr_recording() 580 static DEVICE_ATTR(purge, 0200, NULL, vmlogrdr_purge_store);
|
/openbmc/linux/include/uapi/linux/ |
H A D | dlm_device.h | 71 struct dlm_purge_params purge; member
|
/openbmc/linux/net/iucv/ |
H A D | iucv.c | 268 struct iucv_cmd_purge purge; member 1045 parm->purge.ippathid = path->pathid; in iucv_message_purge() 1046 parm->purge.ipmsgid = msg->id; in iucv_message_purge() 1047 parm->purge.ipsrccls = srccls; in iucv_message_purge() 1048 parm->purge.ipflags1 = IUCV_IPSRCCLS | IUCV_IPFGMID | IUCV_IPFGPID; in iucv_message_purge() 1051 msg->audit = (*(u32 *) &parm->purge.ipaudit) >> 8; in iucv_message_purge() 1052 msg->tag = parm->purge.ipmsgtag; in iucv_message_purge()
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | busybox-syslog.default | 10 # -b N : N rotated logs to keep (default:1, max=99, 0=purge)
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/ |
H A D | u-boot-corstone1000.inc | 53 file://0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch \ 70 '', 'file://0051-corstone1000-purge-remoteproc-dts-node.patch' , d)} \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0051-corstone1000-purge-remoteproc-dts-node.patch | 4 Subject: [PATCH] corstone1000: purge remoteproc DTS node
|
H A D | 0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch | 4 Subject: [PATCH] corstone1000: purge U-Boot specific DT nodes
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_gtt.c | 1006 struct drm_i915_gem_object *purge; in shrink_boom() local 1023 purge = fake_dma_object(vm->i915, size); in shrink_boom() 1024 if (IS_ERR(purge)) in shrink_boom() 1025 return PTR_ERR(purge); in shrink_boom() 1027 vma = i915_vma_instance(purge, vm, NULL); in shrink_boom() 1062 i915_gem_object_put(purge); in shrink_boom() 1074 i915_gem_object_put(purge); in shrink_boom()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | common_io.rst | 87 known devices go away, you need the "purge" command (see below). 98 "echo purge > /proc/cio_ignore"
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-qemu-robot-docker.sh | 104 && apt-get -y purge firefox \
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | s390_flic.rst | 16 - purge all pending floating interrupts (KVM_DEV_FLIC_CLEAR_IRQS) 17 - purge one pending floating I/O interrupt (KVM_DEV_FLIC_CLEAR_IO_IRQ)
|