Home
last modified time | relevance | path

Searched defs:ida (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/lib/
Didr.c715 static void free_bitmap(struct ida *ida, struct ida_bitmap *bitmap) in free_bitmap()
743 int ida_pre_get(struct ida *ida, gfp_t gfp_mask) in ida_pre_get()
779 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id) in ida_get_new_above()
865 int ida_get_new(struct ida *ida, int *p_id) in ida_get_new()
876 void ida_remove(struct ida *ida, int id) in ida_remove()
923 void ida_destroy(struct ida *ida) in ida_destroy()
942 int ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, in ida_simple_get()
987 void ida_simple_remove(struct ida *ida, unsigned int id) in ida_simple_remove()
1005 void ida_init(struct ida *ida) in ida_init()
/linux-3.3/include/linux/
Didr.h134 struct ida { struct
136 struct ida_bitmap *free_bitmap; argument
140 #define DEFINE_IDA(name) struct ida name = IDA_INIT(name) argument
/linux-3.3/arch/powerpc/mm/
Dicswx_pid.c29 static int new_cop_pid(struct ida *ida, int min_id, int max_id, in new_cop_pid()
/linux-3.3/drivers/pnp/
Ddriver.c15 static int compare_func(const char *ida, const char *idb) in compare_func()