Searched refs:spare (Results 76 - 83 of 83) sorted by relevance

1234

/linux-master/include/linux/
H A Dmemcontrol.h158 struct mem_cgroup_threshold_ary *spare; member in struct:mem_cgroup_thresholds
/linux-master/fs/bcachefs/
H A Dbcachefs_format.h620 x(spare, 3)
/linux-master/drivers/md/
H A Dmd.c324 * start build, activate spare
1318 /* not spare disk */
1512 int active=0, working=0,failed=0,spare=0,nr_disks=0; local
1607 spare++;
1630 sb->spare_disks = spare;
1831 /* not spare disk */
2031 case MD_DISK_ROLE_SPARE: /* spare */
2708 /* Check if a device has become faulty or a spare become active */
2823 * be degraded any more and the spare can go back to sleep then.
2868 continue; /* no noise on spare device
6738 int nr,working,insync,failed,spare; local
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dcassini.c29 * -- on page reclamation, the driver swaps the page with a spare page.
485 /* initialize spare pool of rx buffers, but allocate during the open */
498 /* used on close. free all the spare buffers. */
503 /* free spare buffers */
594 cas_page_t *spare = cas_page_alloc(cp, flags); local
595 if (!spare)
597 list_add(&spare->list, &list);
621 "no spare buffers available\n");
1371 /* only clean ring 0 as ring 1 is used for spare buffers */
/linux-master/sound/pci/asihpi/
H A Dhpifunc.c12 unsigned int spare:1; member in struct:hpi_handle
27 handle.h.spare = 0;
/linux-master/fs/
H A Dnamespace.c4995 if (kreq->spare != 0)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c244 u32 spare; member in union:nvfw_gsp_rpc::__anon37
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c14512 static inline bool hfi1_is_rmt_full(int start, int spare) argument
14514 return (start + spare) > NUM_MAP_ENTRIES;

Completed in 356 milliseconds

1234