Home
last modified time | relevance | path

Searched refs:purge (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/arch/mn10300/mm/
Dcache-flush-by-reg.S60 # wait for busy bit of area purge
70 # area purge
77 # wait for busy bit of area purge
138 # wait for busy bit of area purge
153 # area purge
158 # wait for busy bit of area purge
164 # check purge of end address
196 # wait for busy bit of area purge & invalidate
206 # area purge & invalidate
210 # wait for busy bit of area purge & invalidate
[all …]
Dcache-dbg-flush-by-reg.S49 # wait for busy bit of area purge
59 # area purge
66 # wait for busy bit of area purge
Dcache-dbg-flush-by-tag.S98 # determine the dcache purge control reg address
106 # conditionally purge this line in all ways
DKconfig.cache39 and invalidation by automatic purge register is not selected.
66 bool "Flush areas by way of automatic purge registers (AM34 only)"
122 icache using automatic purge registers to make breakpoints work.
140 purge registers to make breakpoints work.
/linux-4.4.14/arch/ia64/mm/
Dtlb.c40 } purge; variable
316 while (unlikely (((1UL << nbits) & purge.mask) == 0) && in flush_tlb_range()
317 (nbits < purge.max_bits)) in flush_tlb_range()
319 if (nbits > purge.max_bits) in flush_tlb_range()
320 nbits = purge.max_bits; in flush_tlb_range()
349 if ((status = ia64_pal_vm_page_size(&tr_pgbits, &purge.mask)) != 0) { in ia64_tlb_init()
352 purge.mask = 0x115557000UL; in ia64_tlb_init()
354 purge.max_bits = ia64_fls(purge.mask); in ia64_tlb_init()
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmthread.c131 if (list_empty(&res->purge)) { in __dlm_lockres_calc_usage()
137 list_add_tail(&res->purge, &dlm->purge_list); in __dlm_lockres_calc_usage()
140 } else if (!list_empty(&res->purge)) { in __dlm_lockres_calc_usage()
144 list_del_init(&res->purge); in __dlm_lockres_calc_usage()
197 if (!list_empty(&res->purge)) { in dlm_purge_lockres()
200 list_del_init(&res->purge); in dlm_purge_lockres()
248 struct dlm_lock_resource, purge); in dlm_run_purge_list()
280 list_move_tail(&lockres->purge, &dlm->purge_list); in dlm_run_purge_list()
Ddlmdebug.c110 list_empty(&res->purge) ? "no" : "yes"); in __dlm_print_one_lock_resource()
395 list_for_each_entry(res, &dlm->purge_list, purge) { in debug_purgelist_print()
539 !list_empty(&res->purge), in dump_lockres()
Ddlmmaster.c509 !list_empty(&res->purge)) { in dlm_lockres_release()
520 !list_empty(&res->purge) ? 'P' : ' '); in dlm_lockres_release()
533 BUG_ON(!list_empty(&res->purge)); in dlm_lockres_release()
569 INIT_LIST_HEAD(&res->purge); in dlm_init_lockres()
Ddlmcommon.h308 struct list_head purge; member
/linux-4.4.14/tools/perf/Documentation/
Dperf-buildid-cache.txt15 This command manages the build-id cache. It can add, remove, update and purge
42 --purge=::
/linux-4.4.14/fs/dlm/
Duser.c63 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()
614 error = device_user_purge(proc, &kbuf->i.purge); in device_write()
/linux-4.4.14/include/uapi/linux/
Ddlm_device.h70 struct dlm_purge_params purge; member
/linux-4.4.14/drivers/s390/char/
Dvmlogrdr.c244 int action, int purge) in vmlogrdr_recording() argument
262 if (purge && (action == 1)) { in vmlogrdr_recording()
294 if (purge && (action == 0)) { in vmlogrdr_recording()
581 static DEVICE_ATTR(purge, 0200, NULL, vmlogrdr_purge_store);
/linux-4.4.14/net/iucv/
Diucv.c304 struct iucv_cmd_purge purge; member
1095 parm->purge.ippathid = path->pathid; in iucv_message_purge()
1096 parm->purge.ipmsgid = msg->id; in iucv_message_purge()
1097 parm->purge.ipsrccls = srccls; in iucv_message_purge()
1098 parm->purge.ipflags1 = IUCV_IPSRCCLS | IUCV_IPFGMID | IUCV_IPFGPID; in iucv_message_purge()
1101 msg->audit = (*(u32 *) &parm->purge.ipaudit) >> 8; in iucv_message_purge()
1102 msg->tag = parm->purge.ipmsgtag; in iucv_message_purge()
/linux-4.4.14/Documentation/s390/
DCommonIO76 known devices go away, you need the "purge" command (see below).
84 "echo purge > /proc/cio_ignore"
/linux-4.4.14/mm/
Dvmalloc.c773 struct list_head purge; member
893 LIST_HEAD(purge); in purge_fragmented_blocks()
914 list_add_tail(&vb->purge, &purge); in purge_fragmented_blocks()
920 list_for_each_entry_safe(vb, n_vb, &purge, purge) { in purge_fragmented_blocks()
921 list_del(&vb->purge); in purge_fragmented_blocks()
/linux-4.4.14/net/wireless/
Dutil.c685 goto purge; in ieee80211_amsdu_to_8023s()
699 goto purge; in ieee80211_amsdu_to_8023s()
709 goto purge; in ieee80211_amsdu_to_8023s()
739 purge: in ieee80211_amsdu_to_8023s()
/linux-4.4.14/Documentation/virtual/kvm/devices/
Ds390_flic.txt13 - purge all pending floating interrupts (KVM_DEV_FLIC_CLEAR_IRQS)
/linux-4.4.14/net/batman-adv/
Dtranslation-table.c1913 bool purge = false; in batadv_tt_global_to_purge() local
1919 purge = true; in batadv_tt_global_to_purge()
1925 purge = true; in batadv_tt_global_to_purge()
1929 return purge; in batadv_tt_global_to_purge()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db123 API-skb-queue-purge
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt234 [uwbd calls periodically /uwb/beacon.c:uwb_beca_purge()/ that will purge
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt1569 vnode), purge its children from the namecache and remove the file from the
/linux-4.4.14/Documentation/networking/
Dip-sysctl.txt74 purge entries if there are fewer than this number.