| /drivers/comedi/drivers/ni_routing/tools/ |
| A D | Makefile | 69 clean-partial : 73 clean : clean-partial target
|
| /drivers/scsi/aic7xxx/aicasm/ |
| A D | Makefile | 17 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG) 61 clean: target 62 rm -f $(clean-files)
|
| /drivers/gpu/drm/tests/ |
| A D | drm_buddy_test.c | 272 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 D | e1000.h | 190 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 D | pno.c | 429 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 D | dm-cache-policy-smq.c | 827 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 D | dm-region-hash.c | 447 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 D | Makefile | 46 .PHONY: all clean 53 clean: target
|
| /drivers/scsi/aic7xxx/ |
| A D | Makefile | 42 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 D | of_regulator.c | 837 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 D | nfp_app.h | 91 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 D | TODO | 5 - general code review and clean up
|
| /drivers/eisa/ |
| A D | Makefile | 18 clean-files := devlist.h
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | sched_policy.h | 42 void (*clean)(struct intel_gvt *gvt); member
|
| /drivers/zorro/ |
| A D | Makefile | 13 clean-files := devlist.h
|
| /drivers/leds/ |
| A D | TODO | 61 could help there by presenting both old and new names while we clean 65 clean them up.
|
| /drivers/staging/gpib/ |
| A D | TODO | 23 - clean-up commented-out code
|
| /drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | testmode.h | 45 struct mt7915_tm_clean_txq clean; member
|
| /drivers/tty/vt/ |
| A D | Makefile | 14 clean-files := consolemap_deftbl.c defkeymap.c \
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_resource_priv.h | 107 int (*clean)(struct vmw_resource *res); member
|
| /drivers/net/wan/ |
| A D | Makefile | 32 clean-files := wanxlfw.inc
|
| /drivers/accessibility/speakup/ |
| A D | Makefile | 35 clean-files := mapdata.h speakupmap.h
|
| /drivers/memory/ |
| A D | Makefile | 42 clean-files += ti-emif-asm-offsets.h
|
| /drivers/xen/xen-pciback/ |
| A D | conf_space.c | 343 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 D | hclge_comm_cmd.c | 326 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()
|