Home
last modified time | relevance | path

Searched defs:handle_remove (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c292 static void handle_remove(struct work_struct *work) in handle_remove() function
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient156 def handle_remove(args, client): function
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py282 def handle_remove(value, deps, removes, d): function
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c309 static int handle_remove(const char *nodename, struct device *dev) in handle_remove() function
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py566 async def handle_remove(self, request): member in ServerClient