Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 61) sorted by relevance

123

/drivers/comedi/drivers/ni_routing/tools/
A DMakefile69 clean-partial :
73 clean : clean-partial target
/drivers/scsi/aic7xxx/aicasm/
A DMakefile17 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
61 clean: target
62 rm -f $(clean-files)
/drivers/gpu/drm/tests/
A Ddrm_buddy_test.c272 LIST_HEAD(clean); in drm_test_buddy_alloc_clear()
304 list = &clean; in drm_test_buddy_alloc_clear()
314 list_for_each_entry(block, &clean, link) in drm_test_buddy_alloc_clear()
320 drm_buddy_free_list(&mm, &clean, DRM_BUDDY_CLEARED); in drm_test_buddy_alloc_clear()
327 10 * ps, ps, &clean, in drm_test_buddy_alloc_clear()
331 drm_buddy_free_list(&mm, &clean, DRM_BUDDY_CLEARED); in drm_test_buddy_alloc_clear()
355 list = &clean; in drm_test_buddy_alloc_clear()
362 drm_buddy_free_list(&mm, &clean, DRM_BUDDY_CLEARED); in drm_test_buddy_alloc_clear()
/drivers/net/ethernet/intel/e1000/
A De1000.h190 unsigned int clean = smp_load_acquire(&(R)->next_to_clean); \
192 (clean > use ? 0 : (R)->count) + clean - use - 1; \
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dpno.c429 goto clean; in brcmf_pno_config_sched_scans()
443 goto clean; in brcmf_pno_config_sched_scans()
448 goto clean; in brcmf_pno_config_sched_scans()
452 goto clean; in brcmf_pno_config_sched_scans()
457 clean: in brcmf_pno_config_sched_scans()
/drivers/md/
A Ddm-cache-policy-smq.c827 struct queue clean; member
902 struct queue *q = &mq->clean; in __update_demote_sentinels()
939 q_push(&mq->clean, sentinel); in __sentinels_init()
961 q_del(e->dirty ? &mq->dirty : &mq->clean, e); in del_queue()
969 q_push(&mq->clean, e); in push_queue()
985 q_push_front(&mq->clean, e); in push_queue_front()
1010 q_requeue(&mq->clean, e, 1u, NULL, NULL); in requeue()
1121 q_redistribute(&mq->clean); in end_cache_period()
1217 e = q_peek(&mq->clean, mq->clean.nr_levels / 2, true); in queue_demotion()
1225 q_del(&mq->clean, e); in queue_demotion()
[all …]
A Ddm-region-hash.c447 LIST_HEAD(clean); in dm_rh_update_states()
457 list_splice_init(&rh->clean_regions, &clean); in dm_rh_update_states()
459 list_for_each_entry(reg, &clean, list) in dm_rh_update_states()
497 list_for_each_entry_safe(reg, next, &clean, list) { in dm_rh_update_states()
/drivers/hid/bpf/progs/
A DMakefile46 .PHONY: all clean
53 clean: target
/drivers/scsi/aic7xxx/
A DMakefile42 clean-files := aic7xxx_seq.h aic7xxx_reg.h aic7xxx_reg_print.c
43 clean-files += aic79xx_seq.h aic79xx_reg.h aic79xx_reg_print.c
/drivers/regulator/
A Dof_regulator.c837 goto clean; in of_check_coupling_data()
843 goto clean; in of_check_coupling_data()
849 goto clean; in of_check_coupling_data()
856 goto clean; in of_check_coupling_data()
859 clean: in of_check_coupling_data()
/drivers/net/ethernet/netronome/nfp/
A Dnfp_app.h91 void (*clean)(struct nfp_app *app); member
200 if (app->type->clean) in nfp_app_clean()
201 app->type->clean(app); in nfp_app_clean()
/drivers/staging/octeon/
A DTODO5 - general code review and clean up
/drivers/eisa/
A DMakefile18 clean-files := devlist.h
/drivers/gpu/drm/i915/gvt/
A Dsched_policy.h42 void (*clean)(struct intel_gvt *gvt); member
/drivers/zorro/
A DMakefile13 clean-files := devlist.h
/drivers/leds/
A DTODO61 could help there by presenting both old and new names while we clean
65 clean them up.
/drivers/staging/gpib/
A DTODO23 - clean-up commented-out code
/drivers/net/wireless/mediatek/mt76/mt7915/
A Dtestmode.h45 struct mt7915_tm_clean_txq clean; member
/drivers/tty/vt/
A DMakefile14 clean-files := consolemap_deftbl.c defkeymap.c \
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_resource_priv.h107 int (*clean)(struct vmw_resource *res); member
/drivers/net/wan/
A DMakefile32 clean-files := wanxlfw.inc
/drivers/accessibility/speakup/
A DMakefile35 clean-files := mapdata.h speakupmap.h
/drivers/memory/
A DMakefile42 clean-files += ti-emif-asm-offsets.h
/drivers/xen/xen-pciback/
A Dconf_space.c343 if (field->clean) { in xen_pcibk_config_free_dyn_fields()
344 field->clean((struct config_field *)field); in xen_pcibk_config_free_dyn_fields()
/drivers/net/ethernet/hisilicon/hns3/hns3_common/
A Dhclge_comm_cmd.c326 int clean; in hclge_comm_cmd_csq_clean() local
343 clean = (head - csq->next_to_clean + csq->desc_num) % csq->desc_num; in hclge_comm_cmd_csq_clean()
345 return clean; in hclge_comm_cmd_csq_clean()

Completed in 740 milliseconds

123