Searched defs:clean (Results 1 - 18 of 18) sorted by relevance

/drivers/scsi/aic7xxx/
H A DMakefile41 # Files generated that shall be removed upon make clean
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/eisa/
H A DMakefile19 clean-files := devlist.h
/drivers/tty/vt/
H A DMakefile11 # Files generated that shall be removed upon make clean
12 clean-files := consolemap_deftbl.c defkeymap.c
/drivers/net/wan/
H A DMakefile36 clean-files := wanxlfw.inc
/drivers/video/logo/
H A DMakefile60 # Files generated that shall be removed upon make clean
61 clean-files := *.o *_mono.c *_vga16.c *_clut224.c *_gray256.c
/drivers/zorro/
H A DMakefile11 # Files generated that shall be removed upon make clean
12 clean-files := devlist.h
/drivers/gpu/drm/radeon/
H A DMakefile8 clean-files := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h
/drivers/scsi/
H A DMakefile186 # Files generated that shall be removed upon make clean
187 clean-files := 53c700_d.h 53c700_u.h
/drivers/scsi/aic7xxx/aicasm/
H A DMakefile14 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
55 clean:
56 rm -f $(clean-files)
/drivers/misc/echo/
H A Decho.c119 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) argument
130 factor = clean << shift;
132 factor = clean >> -shift;
190 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) argument
200 factor = clean << shift;
202 factor = clean >> -shift;
438 ec->clean = rx - echo_value;
439 ec->lcleanacc += abs(ec->clean) - ec->lclean;
536 ec->clean_nlp = ec->clean;
597 ec->lbgn_acc += abs(ec->clean)
[all...]
H A Decho.h132 int16_t clean; member in struct:oslec_state
/drivers/xen/xen-pciback/
H A Dconf_space.h42 void (*clean) (struct config_field *field); member in struct:config_field
/drivers/md/
H A Ddm-cache-policy-cleaner.c43 struct list_head clean; member in struct:policy
241 list_move(&e->list, &p->clean);
272 list_add(&e->list, &p->clean);
286 e->dirty = false; /* blocks default to clean */
416 INIT_LIST_HEAD(&p->clean);
H A Ddm-cache-metadata.c715 * Checks that the given cache block is either unmapped or clean.
764 bool clean; local
771 r = blocks_are_unmapped_or_clean(cmd, new_cache_size, cmd->cache_blocks, &clean);
777 if (!clean) {
H A Dmd.c446 /* We did a probe so need to clean up. Call
2244 /* just a clean<-> dirty transition, possibly leave spares alone,
2265 /* If this is just a dirty<->clean transition, and the array is clean
2266 * and 'events' is odd, we can roll back to the previous clean state */
3364 * clean->dirty
3606 * like readonly, but behaves like 'clean' on a write request.
3608 * clean - no pending writes, but otherwise active.
3619 * clean, but writes are blocked waiting for 'active' to be written.
3625 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, activ enumerator in enum:array_state
[all...]
/drivers/infiniband/hw/mlx4/
H A Dmcg.c122 /* delayed work to clean pending SM request */
133 int clean; member in struct:mcast_req
584 if (req->clean)
591 if (!req->clean)
1210 if (pend_req->clean) {
1216 req->clean = 1;
/drivers/net/
H A Dtun.c438 static void __tun_detach(struct tun_file *tfile, bool clean) argument
455 if (clean) {
466 } else if (tfile->detached && clean) {
471 if (clean) {
486 static void tun_detach(struct tun_file *tfile, bool clean) argument
489 __tun_detach(tfile, clean);
/drivers/staging/lustre/lustre/obdclass/
H A Dlu_object.c205 int clean; local
229 clean = 1;
234 clean = 0;
245 } while (!clean);

Completed in 3217 milliseconds