Chris Mi
388f79fda7
idr: Add new APIs to support unsigned long
...
The following new APIs are added:
int idr_alloc_ext(struct idr *idr, void *ptr, unsigned long *index,
unsigned long start, unsigned long end, gfp_t gfp);
void *idr_remove_ext(struct idr *idr, unsigned long id);
void *idr_find_ext(const struct idr *idr, unsigned long id);
void *idr_replace_ext(struct idr *idr, void *ptr, unsigned long id);
void *idr_get_next_ext(struct idr *idr, unsigned long *nextid);
Signed-off-by: Chris Mi <chrism@mellanox.com >
Signed-off-by: Jiri Pirko <jiri@mellanox.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2017-08-30 14:36:44 -07:00
..
2017-05-16 10:01:57 +05:30
2017-05-08 17:15:12 -07:00
2017-07-14 15:05:13 -07:00
2017-07-10 16:32:34 -07:00
2017-07-10 16:32:35 -07:00
2017-03-30 09:37:20 +02:00
2017-06-23 16:15:55 -07:00
2017-05-15 10:15:23 +02:00
2017-06-09 11:52:07 +02:00
2017-03-02 08:42:36 +01:00
2017-04-24 13:53:13 -05:00
2017-03-02 10:09:00 +11:00
2017-05-09 15:40:28 -07:00
2017-06-28 06:55:01 -07:00
2017-06-28 06:54:41 -07:00
2017-03-02 08:42:34 +01:00
2017-07-06 07:02:24 -04:00
2017-07-10 16:32:35 -07:00
2017-08-10 15:54:06 -07:00
2017-06-20 15:42:32 -04:00
2017-08-30 14:36:44 -07:00
2017-07-10 16:32:35 -07:00
2017-03-09 11:48:47 -08:00
2017-07-07 20:39:20 -07:00
2017-03-02 08:42:38 +01:00
2017-07-07 09:44:06 -07:00
2017-08-18 12:35:02 +02:00
2017-05-16 08:44:22 -03:00
2017-05-25 18:30:51 +02:00
2017-03-22 20:11:35 -06:00
2017-07-10 16:32:34 -07:00
2017-06-08 17:36:03 +08:00
2017-05-08 17:15:10 -07:00
2017-06-08 10:35:50 +02:00
2017-06-08 10:35:50 +02:00
2017-07-14 15:05:13 -07:00
2017-07-30 19:28:08 -07:00
2017-05-19 14:42:19 +02:00
2017-07-12 16:26:05 -07:00
2017-03-02 08:42:34 +01:00
2017-03-22 19:18:43 -07:00
2017-03-02 08:42:27 +01:00
2017-08-30 14:36:44 -07:00
2017-06-28 18:54:46 +02:00
2017-07-15 12:44:02 -07:00
2017-04-14 14:06:52 -06:00
2017-06-15 14:30:14 +02:00
2017-05-23 10:01:38 +02:00
2017-07-12 16:26:03 -07:00
2017-05-15 23:40:22 -04:00
2017-03-24 07:43:35 +01:00
2017-07-10 16:32:34 -07:00
2017-08-09 16:53:56 -07:00
2017-03-31 17:13:30 -07:00
2017-08-10 15:54:06 -07:00
2017-05-08 17:15:10 -07:00
2017-07-25 12:35:23 -07:00
2017-05-08 17:15:10 -07:00
2017-07-12 16:26:00 -07:00
2017-05-01 09:36:30 +02:00
2017-07-21 09:38:30 +02:00
2017-06-29 22:21:20 -04:00
2017-06-05 16:59:05 +02:00
2017-07-07 10:37:54 -07:00