Home
last modified time | relevance | path

Searched refs:flush_cache (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/video/fbdev/i810/
H A Di810_main.h55 static inline void flush_cache(void) in flush_cache() function
60 #define flush_cache() do { } while(0) macro
H A Di810_accel.c31 extern void flush_cache(void);
294 flush_cache(); in i810fb_iring_enable()
/linux/arch/powerpc/boot/
H A Dps3.c100 flush_cache((void *)0x100, 512); in ps3_copy_vectors()
H A Dstring.S252 .global flush_cache
253 flush_cache: label
H A Dmain.c96 flush_cache(addr, ei.loadsize); in prep_kernel()
H A Dops.h92 extern void flush_cache(void *, unsigned long);
/linux/include/net/
H A Dfib_rules.h95 void (*flush_cache)(struct fib_rules_ops *ops); member
/linux/net/ipv6/
H A Dfib6_rules.c604 .flush_cache = fib6_rule_flush_cache,
/linux/net/core/
H A Dfib_rules.c131 if (ops->flush_cache) in flush_route_cache()
132 ops->flush_cache(ops); in flush_route_cache()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c954 struct bmic_flush_cache *flush_cache; in pqi_flush_cache() local
956 flush_cache = kzalloc(sizeof(*flush_cache), GFP_KERNEL); in pqi_flush_cache()
957 if (!flush_cache) in pqi_flush_cache()
960 flush_cache->shutdown_event = shutdown_event; in pqi_flush_cache()
962 rc = pqi_send_ctrl_raid_request(ctrl_info, SA_FLUSH_CACHE, flush_cache, in pqi_flush_cache()
963 sizeof(*flush_cache)); in pqi_flush_cache()
965 kfree(flush_cache); in pqi_flush_cache()