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

1234

/linux-master/mm/
H A Dmemcontrol.c4766 /* Free old spare buffer and save old primary buffer as spare */
4767 kfree(thresholds->spare);
4768 thresholds->spare = thresholds->primary;
4827 new = thresholds->spare;
4861 /* Swap primary and spare array */
4862 thresholds->spare = thresholds->primary;
4869 /* If all events are unregistered, free the spare array */
4871 kfree(thresholds->spare);
4872 thresholds->spare
[all...]
/linux-master/include/uapi/linux/
H A Dsoundcard.h298 int spare[2]; member in struct:patch_info
/linux-master/include/linux/
H A Dmemcontrol.h141 struct mem_cgroup_threshold_ary *spare; member in struct:mem_cgroup_thresholds
/linux-master/drivers/net/wan/
H A Dfarsync.c244 u8 spare[44]; member in struct:su_config
258 u8 spare[40]; member in struct:su_status
/linux-master/fs/bcachefs/
H A Dbcachefs_format.h628 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.
486 /* initialize spare pool of rx buffers, but allocate during the open */
499 /* used on close. free all the spare buffers. */
504 /* free spare buffers */
595 cas_page_t *spare = cas_page_alloc(cp, flags); local
596 if (!spare)
598 list_add(&spare->list, &list);
622 "no spare buffers available\n");
1372 /* 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 437 milliseconds

1234